Long story short, I'm using a Spring Integration with a SingleConnectionFactory wrapping NevadoConnectionFactory.
The key is the word "Single": I endup with one connection for all (3) my jms inbound channels, and it (the connection) keeps adding sessions to NevadoConnection's _sessions, which steadily growth - i get about 1.6 million sessions within 5 days, making my app eventually crash with OOME.
Long story short, I'm using a Spring Integration with a SingleConnectionFactory wrapping NevadoConnectionFactory. The key is the word "Single": I endup with one connection for all (3) my jms inbound channels, and it (the connection) keeps adding sessions to NevadoConnection's _sessions, which steadily growth - i get about 1.6 million sessions within 5 days, making my app eventually crash with OOME.