You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-integration-amqp/src/main/java/org/springframework/integration/amqp/config/AbstractAmqpInboundAdapterParser.java
+11-18Lines changed: 11 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2002-2024 the original author or authors.
2
+
* Copyright 2002-2025 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
Copy file name to clipboardExpand all lines: spring-integration-amqp/src/main/resources/org/springframework/integration/amqp/config/spring-integration-amqp.xsd
-14Lines changed: 0 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -1113,20 +1113,6 @@ standard headers to also be mapped. To map all non-standard headers the 'NON_STA
1113
1113
</xsd:appinfo>
1114
1114
</xsd:annotation>
1115
1115
</xsd:attribute>
1116
-
<xsd:attributename="tx-size"type="xsd:string">
1117
-
<xsd:annotation>
1118
-
<xsd:appinfo>
1119
-
<xsd:documentation>
1120
-
[DEPRECATED]
1121
-
How many messages to process in a single transaction (if the channel is transactional). For best
Copy file name to clipboardExpand all lines: spring-integration-amqp/src/test/java/org/springframework/integration/amqp/config/AmqpInboundChannelAdapterParserTests-context.xml
0 commit comments