Statistics
| Branch: | Tag: | Revision:

root / gss / jboss / deploy / gss-queues-service.xml @ 09051786

History | View | Annotate | Download (434 Bytes)

1 14ad7326 pastith
<?xml version="1.0" encoding="UTF-8"?>
2 14ad7326 pastith
3 14ad7326 pastith
<server>
4 14ad7326 pastith
        <!--
5 14ad7326 pastith
                The GSS indexing queue.
6 14ad7326 pastith
        -->
7 14ad7326 pastith
        <mbean code="org.jboss.jms.server.destination.QueueService"
8 14ad7326 pastith
                        name="jboss.messaging.destination:service=Queue,name=gss-indexingQueue"
9 14ad7326 pastith
                        xmbean-dd="xmdesc/Queue-xmbean.xml">
10 14ad7326 pastith
                <depends optional-attribute-name="ServerPeer">
11 14ad7326 pastith
                        jboss.messaging:service=ServerPeer</depends>
12 14ad7326 pastith
                <depends>jboss.messaging:service=PostOffice</depends>
13 14ad7326 pastith
        </mbean>
14 14ad7326 pastith
</server>