Added reply timeouts.

This commit is contained in:
Mark Fisher
2008-10-31 21:01:38 +00:00
parent 35ae2ac334
commit f3bbd7d705
2 changed files with 3 additions and 1 deletions

View File

@@ -29,6 +29,7 @@
<gateway id="requestReply"
service-interface="org.springframework.integration.gateway.TestService"
default-request-channel="requestChannel"
default-reply-channel="replyChannel"/>
default-reply-channel="replyChannel"
default-reply-timeout="5000"/>
</beans:beans>

View File

@@ -24,6 +24,7 @@
<beans:property name="serviceInterface" value="org.springframework.integration.gateway.TestService"/>
<beans:property name="defaultRequestChannel" ref="requestChannel"/>
<beans:property name="defaultReplyChannel" ref="replyChannel"/>
<beans:property name="defaultReplyTimeout" value="5000"/>
</beans:bean>
<beans:bean id="handler" class="org.springframework.integration.gateway.TestHandler"/>