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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to