This content has been marked as final.
Show 3 replies
-
1. Re: create queue at runtime
Clebert Suconic Feb 11, 2010 12:30 PM (in response to Pablo Fonseca)You can use the management API which is available through JMX to create queues programatically.
http://hornetq.sourceforge.net/docs/hornetq-2.0.0.GA/user-manual/en/html/management.html
There are examples using JMX and the management API also.
-
2. Re: create queue at runtime
Pablo Fonseca Feb 11, 2010 1:18 PM (in response to Clebert Suconic)Thanks Clebert, I'll try to use that! -
3. Re: create queue at runtime
Tim Fox Feb 11, 2010 2:23 PM (in response to Pablo Fonseca)or you can use the createQueue method on the core session. see javadoc