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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...