Answer Posted / munnu
Message is a light weight message having only header and properties and no payload. Thus if the received are to be notified abt an event, and no data needs to be exchanged then using Message can be very efficient.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do I check messages in jms queue?
What is an object message?
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 (java messaging service)?
Can we send e-mail messages using JMS?
Explain the difference between topic and queue?
In which situations we are using jms?
How does jms listener work?
Mention the difference between durable and non-durable subscription?
Can jms be used to send an email?
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 the functionality of a message listener in the context of jms?
What is the best message queue?
What is a queued message?
Explain Asynchronous Message Consumption in JMS?