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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to