Hi,
If I wanted to read from one queue and publish to two others without needing to process those messages in between then I can think of the following way of doing it.
Use one jms message driven channel adapter and two jms outbound channel adapters and connect them up using either direct channel or pubsub channel.
Is there any other way of doing it or any built in support for a jms bridge?
Thanks.


Reply With Quote