One quick note, I only get this when running in a cluster with 2 nodes. Both nodes share a DB, and I have set the ServerPeerID to 0 and 1 for nodes 1 and 2 respectively. I have also changed the queue/DLQ definition to the following.
| <mbean code="org.jboss.jms.server.destination.QueueService" | name="jboss.messaging.destination:service=Queue,name=DLQ" | 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=4148099#4148099 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4148099 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
