What are the various message types supported by JMS?
Answer Posted / maanya shree
Stream Messages = Group of Java Primitives
Map Messages = Name Value Pairs. Name being a string& Value being a java primitive
Text Messages = String messages (since being widely used a separate messaging Type has been supported)
Object Messages = Group of serialize able java object
Bytes Message = Stream of uninterrupted bytes
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the creation of JMS Administered objects?
What is jms (java messaging service)?
What are the three parts of the message?
What is jms in spring?
What is Publish/Subscribe approach?
How do I handle request/response using jms?
How to handle the exception caused by jms?
What is a jms listener?
What is the use of jms? In which situations we are using jms?
Explain Synchronous Message Consumption in JMS?
What is message listener container?
What is wire level protocol?
How to write junit test cases for jms?
What is spring jms?
How to handle non-transacted sessions with respect to jms?