Hi!

All I can say is that I'm getting the same problem and it appears only if I 
have routing set between routers. If routers run without connections to 
other routers then I don't get this.

The solution that helps me:
- I just connect to the router using CLI and issue an exit command and then 
the router starts to receive messages again.

I hope this helps you too.. :))

Best regards,
         Kovi

At 15:54 4.10.2001 +0200, you wrote:
>(using v2.1.3, Win2k, sun 1.3 vm, queues only, no topics)
>
>I've seen this problem a few times now.  My app sends and receives a bunch
>of persistent messages using SwiftMQ, and it eventually stops sending and
>receiving.  There's always a thread with the following stack trace, which
>ends up blocking a bunch of stuff in my app:
>
>"Thread-7" prio=5 tid=0x8af5ce8 nid=0x82c waiting on monitor
>[0xa7bf000..0xa7bfd
>c4]
>         at java.lang.Object.wait(Native Method)
>         at java.lang.Object.wait(Object.java:420)
>         at
>com.swiftmq.tools.requestreply.RequestRegistry.request(RequestRegistry.java:
>96)
>         at
>com.swiftmq.jms.ConnectionImpl.checkVersion(ConnectionImpl.java:134)
>         at com.swiftmq.jms.ConnectionImpl.<init>(ConnectionImpl.java:78)
>         at
>com.swiftmq.jms.QueueConnectionImpl.<init>(QueueConnectionImpl.java:31)
>         at
>com.swiftmq.jms.ConnectionFactoryImpl.createQueueConnection(ConnectionFactor
>yImpl.java:88)
>         at
>com.swiftmq.jms.ConnectionFactoryImpl.createQueueConnection(ConnectionFactor
>yImpl.java:52)
>         at [my classes...]
>
>(None of the other running threads looked like they were doing anything
>interesting, although I can provide the entire thread dump if it would be
>helpful.)
>
>This thread seems to be waiting for a notify() that apparently never comes.
>I can see from the signature of RequestRegistry.request() that it can throw
>a TimeoutException, but this thread will sit here (it appears) for hours
>without a timeout.  Can I set this timeout somewhere?  Any good reason it
>wouldn't receive a reply?  This is after successfully sending and receiving
>several hundred messages to/from the same queue it's operating on here.
>
>Any ideas on how I can make the problem go away?  Any more information I can
>provide?
>
>mike
>
>------------------------------------------------------
>SwiftMQ developers mailing list * http://www.swiftmq.com
>To unsubscribe from this list, send an eMail to
>[EMAIL PROTECTED] and write in the body of your message:
>UNSUBSCRIBE developers <your-email-address>
>Archive: http://www.mail-archive.com/[email protected]/


------------------------------------------------------
SwiftMQ developers mailing list * http://www.swiftmq.com
To unsubscribe from this list, send an eMail to 
[EMAIL PROTECTED] and write in the body of your message:
UNSUBSCRIBE developers <your-email-address>
Archive: http://www.mail-archive.com/[email protected]/




Reply via email to