Rafael Alcantara de Paula [https://community.jboss.org/people/rafael.alcantara] 
created the discussion

"Re: Randomly ocorrence of “javax.naming.NameNotFoundException: queue not 
bound”"

To view the discussion, visit: https://community.jboss.org/message/807805#807805

--------------------------------------------------------------
Hi Vitor,

         As you asked; theres probably a performance ou network issue causing 
this. As JMS is statefull; you have to be conected to the destination conection 
Factory to consume\Produce any messages.  
         Any comunication problem, caused by network issues or stability in 
destination\origin server qould cause the conection to close and therefore; any 
atempt to use de Queues deployed in the Destination CF would fail. Normal 
operations resume after JbossMQ conection manager, reconects.
         You should look for possible overloads or performance problems in the 
server running the queue ( probably a few minutes before erros start ).  As 
Jboss 4.2 consoles are very poor; i recomend you install Lambda Probe  ( it´s 
helped me a lot in performance issues ) to help you investigate

           link to Lambda probe:  http://www.lambdaprobe.org/ 
http://www.lambdaprobe.org/

--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/807805#807805]

Start a new discussion in JBoss Messaging at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2042]

_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to