What is the use of TextMessage?
Answer / munnu
TextMessage contains instance of java.lang.String as it's payload. Thus it is very useful for exchanging textual data. It can also be used for exchanging complex character data such as an XML document.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the different types of messages available in the JMS API?
How do I configure jms security?
What are the types of communication provided by jms? Explain in detail.
How does a typical client perform the communication?
What are the different elements present in JMS?
What is jms publisher?
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 server?
What is the use of TextMessage?
How does a message queue work?
Explain about session interface?
How to consume message from jms queue in soa 12c?