What are the various message types supported by JMS?
Answer / 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 |
What are the different parts of a jms message?
How JMS is different from RPC?
How to Set message priority levels?
Is jms an api?
How to Allowe messages to expire ?
What is jms message queue?
How does the Application server handle the JMS Connection?
What are the components of a jms messaging application?
What Is Messaging?
What is the main parts of jms applications?
What is difference between queue and topic in jms?
What are the steps involved in configuring the jms?