Can a publishing client ensure the order of message deliver for, say, five messages, by manipulating the priority of each message from, say, 5 to 1?
Location: http://www.jguru.com/faq/view.jsp?EID=1157 Created: Nov 19, 1999 Author: Jerry Smith (http://www.jguru.com/guru/viewbio.jsp?EID=9) No. Message priority is considered by the JMS server and potentially overrides the default first-in-first-out (FIFO) message handling strategy. Priorities should be viewed as one factor that potentially affects the order of message delivery. The recommended way to ensure the order of message production and reception between the publisher and the consumer is with a transacted session.
Related Questions
- While trying to receive messages in my email client, I get a message saying, "The host pop.net4india.com could not be found. Please verify that you have entered the server name correctly", why?
- Can a publishing client ensure the order of message deliver for, say, five messages, by manipulating the priority of each message from, say, 5 to 1?
- Can a publishing client ensure message delivery by making a message durable?