I tried the new <jms-gateway/> adapter, but could not get it to work. I defined it like this :
<jms-gateway request-channel="action" reply-channel="response" connection-factory="connectionFactory" destination-name="sms.gateway.entry" reply-timeout="5" id="gateway"/>
When sending to the "action" channel, thing seems to hang indefinitly and nothing gets sent to the queue. Is there something I've missed ? How does the reply queue gets set ?


Reply With Quote