3 Replies Latest reply on Nov 19, 2010 4:26 AM by timfox

    Binding a queue to multiple addresses

    lato1

      Hi,

       

      I am using the HornetQ core API. I need to have one queue bound to multiple addresses (topics) and I can't find a way to do that. My use case is to have multiple producers publishing messages to individual addresses and a single consumer that gets all messages. I don't want to create multiple queues and have the consumer listen to all of them.

       

      I am new with HornetQ development and from what I have seen the core API does not support that. Can this be done with the JMS API.

       

      Thanks for your help