I need some way to detect when a STOMP client has disconnected *without* sending the disconnect command. I looked into ActiveMQ.Advisory.Connection, and this only notifies of disconnects when the STOMP client actually sends the 'DISCONNECT' command, not when the client disconnects via a TCP shutdown.
I'm currently running ActiveMQ 4.1.1, but if there's another version that supports this functionality, I'd be happy to move to it. I'm also okay with the idea of modifying ActiveMQ to do what I want - I've already modified it to remove some STOMP headers I didn't want, and done a fair amount of poking around in org.apache.activemq.advisory - if someone could gesture me to where I might start in hacking in hangup detection, I'd be very appriciative.. -- View this message in context: http://www.nabble.com/ActiveMQ-not-detecting-disconnect-and-notifying-ActiveMQ.Advisory.Connection---help--tf4864330s2354.html#a13920385 Sent from the ActiveMQ - User mailing list archive at Nabble.com.