Hi !
No, I don't use Web console at all. But I use JMX console.
Do you know the conditions required for a thread session to terminate ? Should session.close() be enough or have we to wait for some kind of timeout (Inactivity) before the thread die ? ... I extensively use network of brokers too (in relatively complex configurations), and it is possible that some related consumers/producers continue to be active on other nodes.
I am in a full AUTO_ACKNOWLEDGEMENT configuration.
If you explain me when a session thread is supposed to die, I will try to find where is located the error.