1.

What Is A Message And What Does It Contain?

Answer»

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. WebSphere MQ defines the format of the message descriptor. For a complete DESCRIPTION of the message descriptor,

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:



Discussion

No Comment Found