/ Published in: Java
This is the MBean deceleration of a JMS Queue definition which can be embedded within jboss-service.xml that belogs to a Sar or to any other file which ends with service.xml and is picked up by JBoss
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?xml version="1.0" encoding="UTF-8"?> <server> <mbean code="org.jboss.mq.server.jmx.Queue" name="jboss.mq.destination:service=Queue,name=DummyQueue"> <attribute name="MaxDepth">10000</attribute> <depends optional-attribute-name="DestinationManager">jboss.mq:service=DestinationManager</depends> <attribute name="InMemory">true</attribute> </mbean> </server>