What are the ramifications of having multiple consumers in one session for the same destination (queue or topic)?
Location: http://www.jguru.com/faq/view.jsp?EID=1154 Created: Nov 19, 1999 Author: Jerry Smith (http://www.jguru.com/guru/viewbio.jsp?EID=9) The JMS server will provide only one instance of each message for a named destination per session. The issue of which consumer actually receives the message is implementation dependent. There is no reason to (ab)use a session in this manner!
Related Questions
- How do we estimate the depth of the session scheduling queue? Where do we set the number of maximum concurrent sessions that Informatica can run at a given time?
- What are the ramifications of having multiple consumers in one session for the same destination (queue or topic)?
- What is the difference between queue and topic ?