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 all the features of JMS API in J2EE platform?
In which situations we are using jms?
What is the difference between topic and queue?
What is a durable queue?
How the jms is different from rpc?
What is difference between jms and activemq?
What are Messages?
How to consume message from jms queue in soa 12c?
What is difference between queue and topic in jms?
What is meant by jms?
What is JMS application ?
What is jms (java messaging service)?