1 Reply Latest reply on Oct 25, 2012 8:26 AM by ataylor

    Create HornetQ address ?

    crytek

      Hi,

       

      In hornetQ you can create a core-queue like this:

       

      <core-queues>

              <queue name="jms.queue.testCoreQueue1">

                     <address>jms.queue.someAddress</address>

              </queue>

      </core-queues>

      , and an address with the name "jms.queue.someAddress" is automatically created.

       

      Is it possible to create an HornetQ standalone address ? Meaning, an address having no queue bounded.

       

      Thanks,

        • 1. Re: Create HornetQ address ?
          ataylor

          there is nothing actually created for an address, its just a concept that we use to route messages. when a jms topic is created, which is basically just an address,  we create a dummy queue but this is just so we can respect the JMS spec