thanks for the replies all.! I'll give the naming order a try. A related question -- I've only been able to find examples for queue definition for jboss 4.
Is something like this still correct for jboss5 and should it go in a -service.xml file in \deploy? <?xml version="1.0" encoding="UTF-8"?> | | <server> | <!--My queue, named: testQueue--> | <mbean code="org.jboss.mq.server.jmx.Queue" | name="jboss.mq.destination:service=Queue,name=testQueue"> | <depends optional-attribute-name="DestinationManager">jboss.mq:service=DestinationManager</depends> | </mbean> | </server> View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4133311#4133311 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4133311 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
