MQ Series Question:
Download Questions PDF

What is a Message and what does it contain?

Answer:

- A message is a string of bytes which has a meaningful usage in applications
- Messages are utilized to transfer information across applications
- The applications can run on the same or on different platforms

Websphere MQ messages contain:

- Application data: The application’s content and data is defined by the application programs which uses it.
- Message Descriptor: The message is identified by the message descriptor and contains additional control information, like the type of message and priority assigned to the message

Download MQ Series Interview Questions And Answers PDF

Previous QuestionNext Question
What is the significance of MQ Series?Explain how to define a buffer pool for holding messages in main storage?