This commit is contained in:
Mark Fisher
2008-11-24 23:23:50 +00:00
parent 6b259faa14
commit 3717556f19
11 changed files with 34 additions and 25 deletions

View File

@@ -17,7 +17,9 @@
<context:component-scan base-package="org.springframework.integration.samples.jms"/>
<jms:inbound-gateway id="jmsin" destination="requestQueue" request-channel="demoChannel"/>
<jms:inbound-gateway id="jmsin"
request-destination="requestQueue"
request-channel="demoChannel"/>
<channel id="demoChannel"/>