INT-1384 removed the recently added (yesterday) "requiresReply" Message header, but added the "requires-reply" attribute on the <service-activator> element
This commit is contained in:
@@ -12,6 +12,8 @@
|
||||
default-reply-timeout="3000"
|
||||
service-interface="org.springframework.integration.gateway.GatewayRequiresReplyTests$TestService" />
|
||||
|
||||
<service-activator input-channel="requestChannel" expression="payload == 'foo' ? 'bar' : null"/>
|
||||
<service-activator input-channel="requestChannel"
|
||||
expression="payload == 'foo' ? 'bar' : null"
|
||||
requires-reply="true"/>
|
||||
|
||||
</beans:beans>
|
||||
|
||||
Reference in New Issue
Block a user