Java Message Service (JMS) Question:
What are the different parts of a JMS message ?
Answer:
A JMS message contains three parts. a header, an optional properties and an optional body.
Previous Question | Next Question |
Which models are supported by JMS? Please, explain them. | What is the main parts of JMS applications? |