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
Explain about point to point?
What is a remote jms provider?
What is jms message queue?
How to Set message priority levels?
What is meant by jms?
What is a messaging service?
Are foreign destinations handled within foreign jms messages?
What is a text message?
Why do we use jms?
Give an example of using point to point model in JMS?
What is the use of connection factory in jms?
What are the steps involved in configuring the jms?
What is the difference between a queue and a topic?
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 JMS and its Component?