Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How does message persistence affect the order of message production by a client and delivery by the JMS server?

0
Posted

How does message persistence affect the order of message production by a client and delivery by the JMS server?

0

Location: http://www.jguru.com/faq/view.jsp?EID=1155 Created: Nov 19, 1999 Modified: 2000-03-13 18:05:31.914 Author: Jerry Smith (http://www.jguru.com/guru/viewbio.jsp?EID=9) It’s convenient to view persistent and nonpersistent messages from the same producing client as elements of a partitioned space, even if sent to the same destination. There is no guarantee that a consuming client will even receive a nonpersistent message; hence, nonpersistent messages must be exempt from any logical conditions on message order in the producing client. A related issue is that, at best, messages are only ordered within each message-producing session by destination. Message priority is another related factor. In general, messages with higher priority will arrive before messages of lower priority, within a session, but it is not possible to depend on high-priority nonpersistent messages being delivered before low-priority persistent messages.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123