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 |
How does the Application server handle the JMS Connection?
What is a jms session?
Why do the JMS dbms_aqadm.add_subscriber and dbms_aqadm.remove_subscriber calls sometimes hang when there are concurrent enqueues or dequeues happening on the same queue to which these calls are issued?
What is Producer and Consumer?
What is Map message?
How to check jms messages in weblogic?
How do the wls jms 6.1 server/destination message maximum and threshold values work?
Are you aware of any major JMS products available in the market?
How kafka is different from jms?
How do I start wls and configure jms?
What is a topic?
What is JMS provider?