[jboss-user] [JBossMQ] - Re: Problem with generic clientIDs

adrian@jboss.org do-not-reply at jboss.com
Mon Jun 8 09:11:10 EDT 2009


The ID:XXXX is used when you don't do Connection.setClientID()

The "cannot subscribe" is because you've had a network breakage but the server
hasn't detected the failed client yet.

The client will fire the exception listener when it detects the 'Read timeout" e.g. no
ping/pong going over the network with the server.

The server will still think the client is connected until it also detects the "Read Timeout"
which might be after the client detects it and could be anything upto 2 minutes later
(see the (Client)ReadTimeout in uil2-service.xml - default 120000ms == 2 minutes)


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

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



More information about the jboss-user mailing list