Here's a very simple topic configuration: <mbean code="org.jboss.mq.server.jmx.Topic" | name="jboss.mq.destination:service=Topic,name=YourTopicName"> | <depends optional-attribute-name="DestinationManager">jboss.mq:service=DestinationManager</depends> | | </mbean> |
Replace the "YourTopicName" above with whatever is the name of your topic. Add the above mbean configuration to the already existing list of topic/queue in jbossmq-destinations-service.xml file present under %JBOSS_HOME%/server/default/deploy/jms folder View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4050939#4050939 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4050939 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
