[jboss-user] [JBoss Messaging] - Re: Exception when starten 2nd node

mbreuer do-not-reply at jboss.com
Thu Jul 3 08:51:15 EDT 2008


I tried it in the other way and moved the queue definitions from deploy-hasingleton to deploy folder.


  | <server>
  |   <mbean code="org.jboss.jms.server.destination.QueueService"
  |     name="jboss.messaging.destination:service=Queue,name=..."
  |     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>
  | </server>
  | 

Both servers are now starting without any error, the queues are found.
My test-app does following:

1. call session bean
2. session bean puts message to queue A
3. mdb (queue A) receives the message

Locally this works fine. Then i moved 3. to the other node and started again. 1.+2. work but 3. (now on other cluster node) does not receive the message. 

What's wrong?




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

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



More information about the jboss-user mailing list