Home
What is a message?
A message is a string of bytes that is meaningful to the applications that use it. Messages are used to transfer information from one application program to another (or between different parts of the same application). The applications can be running on the same platform, or on different platforms.
WebSphere MQ messages have two parts:
- The application data. The content and structure of the application data is defined by the application programs that use it.
- A message descriptor. The message descriptor identifies the message and contains additional control information, such as the type of message and the priority assigned to the message by the sending application.
The format of the message descriptor is defined by WebSphere MQ. For a complete description of the message descriptor, see the Application Programming Reference manual.
Parent topic:
Messages and queues
fa10320_
Home