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 |
Is ibm mq jms compliant?
What is jms and mq?
Explain about map message?
What is a queued message?
What is the basic difference between Publish Subscribe model and P2P model?
What is Stream Message ?
What is object message ?
What does jms stand for?
Does JMS specification define transactions?
What is the use of EventMessage.java?
What is a durable queue?
When to Remove messages from the queue ?