[jboss-user] [JBoss Messaging] - Migrating 4.2.3.GA to 5.1.0.GA - queue hierarchies not suppo
kennardconsulting
do-not-reply at jboss.com
Mon Jun 15 03:13:53 EDT 2009
Hi all,
In JBoss 4.2.3, I used to be able to do...
<mbean code="org.jboss.mq.server.jmx.Queue"
| name="jboss.mq.destination:service=Queue,name=app/imports1">
| ...
| </mbean>
...and it worked great, but in JBoss 5.1.0.GA, I'm being told 'app' is not bound. I can get it working if I do...
<mbean code="org.jboss.jms.server.destination.QueueService"
| name="jboss.messaging.destination:service=Queue,name=app-imports1"
| ...
| </mbean>
...so is doing app/imports, as opposed to app-imports, not supported? I liked being able to give my queues a hierarchy.
Regards,
Richard.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4237550#4237550
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4237550
More information about the jboss-user
mailing list