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

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -