[jboss-user] [EJB/JBoss] - Re: message driven bean error

jaikiran do-not-reply at jboss.com
Mon Jun 4 09:01:59 EDT 2007


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



More information about the jboss-user mailing list