What is poison messages? And how to handle poison messages?
Answer Posted / maanya shree
A message might reach the backout threshold, but the ConnectionConsumer fails to requeue it on the backout queue.
What are the Message Headers in JMS message ?
JMSDestination - send or publish method
JMSDeliveryMode - send or publish method
JMSExpiration - send or publish method
JMSPriority - send or publish method
JMSMessageID - send or publish method
JMSTimestamp - send or publish method
JMSCorrelationID - Client
JMSReplyTo - Client
JMSType - Client
JMSRedelivered - JMS provider
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is jms endpoint?
What is jms in java with example?
How many types of messaging model do JMS provide for and what are they?
What is the number of messaging models available on jms?
Explain the creation of JMS Administered objects?
What is an object message?
What is a topic?
What is a queued message?
How to handle non-transacted sessions with respect to jms?
What are the three parts of the message?
Can two different jms services talk to each other? For instance, if a and b are two different jms providers, can provider a send messages directly to provider b? If not, then can a subscriber to provider a act as a publisher to provider b?
What is publish/subscribe messaging?
What is jms and mq?
What are the different types of messaging systems?
What happens when jms queue is full?