That's very odd, and a challenging one to tackle.

I would check a few things.  First, double-check the connections listed in
the broker are for the client in-question.  Most likely they are.

Second, check the open sockets on both the client and server after stopping
the client to see if the TCP/IP connection has been removed at the O/S
level.  If the socket exists at the O/S level, then either their's an O/S
bug, or - much more likely - the client isn't truly dead.

That brings to third - check that the client is truly dead.

You could also use a network packet sniffer to watch the traffic, or turn up
logging on the transports to see what's happening at that level.




--
View this message in context: 
http://activemq.2283324.n4.nabble.com/Connection-being-made-but-not-registering-as-a-Consumer-of-any-queues-tp4676052p4676128.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to