What is poison messages? And how to handle poison messages?
Answer / 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 |
What is message listener?
Explain about message selector?
What is the best message queue?
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?
Can I Use XML to transform more than 10 mb of data? Trasnsfom inbetween two module/methods etc. If not how can I do.
How is message oriented middleware responsible for no time dependency between sender and receiver component with respect to point to point model on jms?
What is jms in websphere?
can we implement synchronization for handling multiple messages receieving through Mdb on message
What is JMS Client?
Explain about session interface?
What is queue connection factory?
Why jms is used in java?