What are the three components of a Message ?
Answer / munnu
A jms message has three components
1. A header
2. Properties (Optional)
3. A body (Optional)
| Is This Answer Correct ? | 1 Yes | 0 No |
What is the use of message queues?
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 are the components of a jms messaging application?
Explain about Connection factory interface?
What is the use of EventMessage.java?
Which jms standard interface defines the methods to create the different types of messages?
Why do we use jms?
How does jms listener work?
what is topic and what is queue ?
What are Native Clients ?
What is a jms queue?
Is kafka a jms?