2 Replies Latest reply on Jan 17, 2011 3:59 AM by praga

    Create a queue in configuration file

    praga

      Hi,

       

      can anyone help me in creating a queue using configuration file rather than coding it in java.  I have setup the connection through activemq in my configuration file

       

       

       

      Now all I want is to create a queue in activemq and that should be done in the same configuration file and run in fuse server. Is it possible? can someone help me. Its very urgent.

        • 1. Re: Create a queue in configuration file
          mielket

          There is no need to create a queue upfront before using it in ActiveMQ. You can simply send a message to a queue that does not yet exist and the broker will create that queue for you once it receives the message.

           

          Hope this helps.

          Torsten Mielke

          • 2. Re: Create a queue in configuration file
            praga

            hi,

             

            thanks for that reply. what about the messageListener? do you have any sample configuration file that specify the activemq connection along with the listener and consumer ? that should really help me out. thanks very much in advance