How to use Spring io Direct channel for passing messages from one queue to other ? Please give a context configuration example -


i want pass message 1 queue other without processing - how configure in spring io ?

<int:jms-message-driven-channel-adapter channel="foo" ... />  <int:channel id="foo" />  <int:jms-outbound-channel-adapter channel="foo" ... /> 

see the documentation full details.


Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -