When to Remove messages from the queue ?
Answer / maanya shree
When an application uses ConnectionConsumers, JMS might need to remove messages from the queue in a number of situations:
Badly formatted message
A message might arrive that JMS cannot parse.
| Is This Answer Correct ? | 0 Yes | 0 No |
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 in JMS ?
What is the basic difference between Publish Subscribe model and P2P model?
How does a typical client perform the communication?
What is jms connection?
What is a message topic?
Explain the process of Configuring Queues in Jms?
What is message oriented middleware?
How you can deliver a java message to a non-java client?
Explain about Connection interface?
What is a jms server?
What is Producer and Consumer?