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  


What is jms broker in sas?

0 Answers  


Why do I get java.security.AccessControlException when using JMS MessageListeners from Java stored procedures inside Oracle8i JServer?

1 Answers  


What is the use of EventMessage.java?

0 Answers  


How is message oriented middleware responsible for no time dependency between sender and receiver component with respect to point to point model on jms?

0 Answers  






What is the difference between BytesMessage and StreamMessage?

1 Answers  


What is the Role of the JMS Provider?

1 Answers  


What is jms queue?

0 Answers  


What is the functionality of a message listener in the context of jms?

0 Answers  


What is object message ?

1 Answers  


What are Administered Objects ?

1 Answers  


What is the difference between queue and topic ?

1 Answers  


Categories