[jboss-user] [JBoss Messaging] - Re: Message threshold

ataylor do-not-reply at jboss.com
Thu Dec 18 07:38:48 EST 2008


you'll need clustered set to true for each queue you want clustered. heres a sampled clustered queue config:

<mbean code="org.jboss.jms.server.destination.QueueService"
  |       name="jboss.messaging.destination:service=Queue,name=testDistributedQueue"
  |       xmbean-dd="xmdesc/Queue-xmbean.xml">
  |       <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
  |       <depends>jboss.messaging:service=PostOffice</depends>
  |       <attribute name="Clustered">true</attribute>
  |    </mbean>



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

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



More information about the jboss-user mailing list