On 3 December 2010 23:05, Aleksandar Ivanisevic <[email protected]> wrote: > Is it possible to have stomp+nio+ssl? Or it doesn't make sense since > the SSL overhead will eat the gains from nio?
NIO is also important because it decouples the number of threads from the number of connections. There is already a ticket logged to have this implemented, but it keeps getting pushed to the next release all the time. Please do go and vote for the ticket so that maybe it will get implemented soon! https://issues.apache.org/jira/browse/AMQ-2583 Mats
