Can a publishing client ensure message delivery by making a message durable?
Location: http://www.jguru.com/faq/view.jsp?EID=1156 Created: Nov 19, 1999 Modified: 2000-03-13 08:49:47.964 Author: Jerry Smith (http://www.jguru.com/guru/viewbio.jsp?EID=9) No. Message durability (“durableness?”) is established between a subscribing client (topic subscribers only, not queue receivers) and the JMS server on a topic-by-topic basic, that is, per subscription. The producer has no control over this contract between the subscriber and the JMS server. The relevant method is TopicSession.createDurableSubscriber().
Related Questions
- 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?
- Bis does not ensure the message management like physical delivery and acknowledgment. Is this normal ?
- Can a publishing client ensure message delivery by making a message durable?