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
Mention different types of messages available in JMS API?
What is Publish/Subscribe approach?
For sending messages through JMS, what encryption options are there?
Detail about the features of publish model?
What is meant by jms?
How to handle the exception caused by jms?
What is the publish-and-subscribe model in jms?
Must I place all my class files in the WEB-INF folder and all JSP's outside?
What is the use of message queues?
How to write junit test cases for jms?
How may messaging models do JMS provide for and what are they?
Explain Synchronous Message Consumption in JMS?
What is the number of messaging models available on jms?
How many types of messaging model do JMS provide for and what are they?
Are there c/c++ interfaces to wls jms?