Nope. I meant creating your queue through some file named my-destination-service.xml which can be placed in %JBOSS_HOME%\server\all\deploy-hasingleton\jms folder. The contents of this file can be something like this:
<?xml version="1.0" encoding="UTF-8"?> | | <!-- $Id: jbossmq-destinations-service.xml 25907 2004-11-16 04:32:39Z ejort $ --> | | <!-- | | This file defines the default Queues and Topics that JBossMQ | | ships with. The default Queues and Topics are used by the | | JBoss test suite and by the sample jms programs. | | | | You can add other destinations to this file, or you can create other | | *-service.xml files to contain your application's destinations. | --> | | <server> | <mbean code="org.jboss.mq.server.jmx.Queue" | name="jboss.mq.destination:service=Queue,name=AAA"> | <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=4170346#4170346 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4170346 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
