[jboss-user] [Messaging, JMS & JBossMQ] - Re: Setting up a non-server specific EAR

gozilla do-not-reply at jboss.com
Fri Dec 14 04:01:21 EST 2007


Oups, I forgot the code blocks :-(


  |   <!-- admin object definition -->
  |   <mbean code="org.jboss.resource.deployment.AdminObject"
  |       name="wsmq:service=Destination,name=tst-q1">
  | 
  |     <attribute name="JNDIName">
  |       queue/TEST
  |     </attribute>
  |     <depends optional-attribute-name="RARName">
  |       jboss.jca:service=RARDeployment,name='wmq.jmsra.rar'
  |     </depends>
  |     <attribute name="Type">javax.jms.Queue</attribute>
  | 
  |     <attribute name="Properties">
  |       baseQueueManagerName=MWTEST
  |       baseQueueName=TEST
  |     </attribute>
  |   </mbean>
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112839#4112839

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112839



More information about the jboss-user mailing list