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
Why do we use message queue?
What are all the features of JMS API in J2EE platform?
What is jms queue?
What is a bytes message?
What is queue connection factory?
What is hermes software?
What are the types of messages that are supported by JMS?
Explain Asynchronous Message Consumption in JMS?
Is rabbitmq a jms?
What is the publish-and-subscribe model in jms?
Can two different jms services talk to each other? For instance, if a and b are two different jms providers, can provider a send messages directly to provider b? If not, then can a subscriber to provider a act as a publisher to provider b?
What are jms topics and queues?
What is difference between queue and topic in jms?
Explain Synchronous Message Consumption in JMS?
How does jms listener work?