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/inbound/AmqpInboundChannelAdapter.java
+15
Original file line number
Diff line number
Diff line change
@@ -69,6 +69,8 @@ public class AmqpInboundChannelAdapter extends MessageProducerSupport implements
Copy file name to clipboardExpand all lines: spring-integration-amqp/src/main/java/org/springframework/integration/amqp/inbound/AmqpInboundGateway.java
+15
Original file line number
Diff line number
Diff line change
@@ -81,6 +81,8 @@ public class AmqpInboundGateway extends MessagingGatewaySupport {
Copy file name to clipboardExpand all lines: spring-integration-amqp/src/test/java/org/springframework/integration/amqp/inbound/AmqpMessageSourceTests.java
Copy file name to clipboardExpand all lines: spring-integration-amqp/src/test/java/org/springframework/integration/amqp/inbound/InboundEndpointTests.java
+5
Original file line number
Diff line number
Diff line change
@@ -107,6 +107,7 @@ public void testInt2809JavaTypePropertiesToAmqp() throws Exception {
107
107
108
108
adapter.setOutputChannel(channel);
109
109
adapter.setBeanFactory(mock(BeanFactory.class));
110
+
adapter.setBindSourceMessage(true);
110
111
adapter.afterPropertiesSet();
111
112
112
113
Objectpayload = newFoo("bar1");
@@ -129,6 +130,8 @@ public void testInt2809JavaTypePropertiesToAmqp() throws Exception {
Copy file name to clipboardExpand all lines: spring-integration-core/src/main/java/org/springframework/integration/IntegrationMessageHeaderAccessor.java
+18
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,12 @@ public class IntegrationMessageHeaderAccessor extends MessageHeaderAccessor {
0 commit comments