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
What is a stream message?
What is the publish-and-subscribe model in jms?
List types of Messaging services supported by JMS?
For sending messages through JMS, what encryption options are there?
How do I configure jdbc so that the jms jdbc store recovers automatically?
What is the number of messaging models available on jms?
Explain about publish model?
What is jndi? How is it related to jms?
What is a connection factory?
What are the basic advantages of jms?
What is jms in spring?
Explain JMS and its Component?
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?
Explain about point to point?
Why do we need jms?