Results 1 to 2 of 2

Thread: create jms bridge

  1. #1
    Join Date
    Jan 2007
    Posts
    107

    Default create jms bridge

    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.

  2. #2
    Join Date
    Oct 2005
    Location
    Boston, MA
    Posts
    2,853

    Default

    I think what you've described would be a pretty simple way to do it... message-driven-channel-adapter whose "channel" references a pubsub channel -> then 2 outbound-channel-adapters with that same "channel" reference.

    The other option would be using a recipient-list-router in the middle.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •