[jboss-user] [JBoss Messaging] - Re: How to create persistent queues on the fly
jmesnil
do-not-reply at jboss.com
Tue Jun 23 07:21:03 EDT 2009
"timfox" wrote :
| You can access your queue directly by doing something like:
|
| JBossQueue queue = new JBossQueue("queue_name");
|
or use JMS API Session.createQueue("foo") (provided the JMS Queue was
still created first by using the management API)
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239369#4239369
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4239369
More information about the jboss-user
mailing list