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 |
How do I start jms server?
What is jms protocol?
Explain about map message?
How do I use a third-party jdbc driver with jms?
What are Administered Objects ?
What is asynchronous messaging in jms?
What is jms (java messaging service)?
What are the functionalities of a jms provider?
What is use of jms?
Can I Use XML to transform more than 10 mb of data? Trasnsfom inbetween two module/methods etc. If not how can I do.
Can we use jms for sending automated e-mails?
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)?