What is the intended relationship between connections, sessions, and consumers? Is it safe to have multiple sessions on a connection? What about multiple consumers per session?
When using "transacted" session acknowledge mode, the commit or rollback operation occurs at the session level, so it seems that would mandate a single consumer. Otherwise, the commit/rollback would apply to all of the messages received by all consumers on that session. -- View this message in context: http://www.nabble.com/Multiple-consumers-per-session-connection-tp25087108p25087108.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.