Skip to content

Commit 5a5239d

Browse files
committed
feat(int-aws): queue-not-found-strategy attribute for sqs-outbound-channel-adapter
1 parent 32adde3 commit 5a5239d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

int-aws/src/main/resources/org/springframework/schema/integration/aws/spring-integration-aws.xsd

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1285,6 +1285,17 @@
12851285
</appinfo>
12861286
</annotation>
12871287
</attribute>
1288+
<attribute name="queue-not-found-strategy">
1289+
<annotation>
1290+
<documentation><![CDATA[
1291+
Container QueueNotFoundStrategy.
1292+
Default is 'FAIL'.
1293+
]]></documentation>
1294+
</annotation>
1295+
<simpleType>
1296+
<union memberTypes="int-aws:sqsQueueNotFoundStrategy string"/>
1297+
</simpleType>
1298+
</attribute>
12881299
</extension>
12891300
</complexContent>
12901301
</complexType>

0 commit comments

Comments
 (0)