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 |
Explain Synchronous Message Consumption in JMS?
Which models are supported by jms? Please, explain them.
What is message listener?
What is the difference between the P2P (Peer to Peer) model and subscribe model?
What is jms module?
How do I configure jdbc so that the jms jdbc store recovers automatically?
What is Point-to-Point Approach?
How to read message from jms queue in java?
What are the components of JMS?
What are JMS Providers?
What are jms topics and queues?
Why do we use message queue?