Hi

You can use the JMS API to create queue(s)
http://docs.oracle.com/javaee/6/api/javax/jms/package-summary.html

There is createQueue method on JMS Session object.

On Thu, Dec 27, 2012 at 12:21 PM, jainmanglesh
<jainmangl...@rediffmail.com> wrote:
> Hi,
> you can define more than one queue in config file however can you create
> more than one queue in program dynamically.
>
> I want to create a list of (list of 10 or any other number which I would
> come to know dynamically in program) activemq queue.
> can I do something like this : List<ActiveMQ> queue
>
>
>
> --
> View this message in context: 
> http://activemq.2283324.n4.nabble.com/How-to-setup-multiple-queues-tp3092113p4661140.html
> Sent from the ActiveMQ - User mailing list archive at Nabble.com.



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
FuseSource is now part of Red Hat
Email: cib...@redhat.com
Web: http://fusesource.com
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen

Reply via email to