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 is a remote jms provider?
What is jms in java with example?
How does jms queue work?
What is the diffrence between Java Mail and JMS Queue?
Can we have more than one consumer for a jms queue?
What is a durable queue?
Does kafka support jms?
what is topic and what is queue ?
Can two jms servers share the same persistent store?
What is jms in spring?
How the jms is different from rpc?
What is the use of JMS? In which situations we are using JMS? Can we send message from one server to another server using JMS?