What are the various message types supported by JMS?



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

Post New Answer

More JMS Interview Questions

How does a typical client perform the communication?

1 Answers  


How to Configure Open JMS?

0 Answers  


How many types of messaging model do JMS provide for and what are they?

0 Answers  


How does jms listener work?

0 Answers  


What is the use of jmstemplate in spring?

0 Answers  






Explain how does the JMS work with the J2EE?

0 Answers  


What is a queued message?

0 Answers  


What is the use of TextMessage?

1 Answers  


What is the Role of the JMS Provider?

1 Answers  


How do I use a third-party jdbc driver with jms?

0 Answers  


What is jms queue?

0 Answers  


What are Administered Objects ?

1 Answers  


Categories