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:
Mark Fisher
2010-08-28 16:04:13 +00:00
parent 535c3f6365
commit 47ee0c737b
8 changed files with 33 additions and 31 deletions

View File

@@ -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>