Return to Snippet

Revision: 4899
at January 28, 2008 05:29 by narkisr


Initial Code
<?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>

Initial URL


Initial Description
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

Initial Title
Simple JBoss JMS Queue configutation

Initial Tags


Initial Language
Java