What is the use of Message object?
Answer / 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 |
What are the different places where you can use the JMS API?
What is Publish/Subscribe approach?
What are the types of messaging?
What is a topic string?
What is jms in java?
What is the difference between Point to Point and Publish/Subscribe Point-to-point (P2P)
What are all the features of JMS API in J2EE platform?
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 difference between durable and non-durable subscriptions?
What is JMS API Architecture?
Can JMS utilities automatically re-establish a connection if one side of the communication link (i.e. an application that's sending/receiving messages) goes down and is restarted? Are there APIs to help detect that the other side broke a connection (went down)?
What is publish/subscribe messaging?