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
Post a Comment