Sunday 5 August 2018

JMS Messages


Each JMS message contains Headers, properties and the body.

Headers
Header field contains some important information, this is used by client and providers to identify and route messages.

Message Properties
Properties are used to add optional headers fields to a message. You can specify Application specific properties, provider specific properties using optional header fields.

Body
JMS support both text and binary messages.

In my next post, I will explain the header fields in detail.



Previous                                                 Next                                                 Home

No comments:

Post a Comment