MQ Series Question:
Download Questions PDF

Explain what is the Algorithm followed in retrieving the Messages from the Queue?

Answer:

- The message can be retrieved in First-in-first-out (FIFO) basis.
- Message priority – defined in the message descriptor. Messages with same priority are retrieved on a FIFO basis
- A specific message can be retrieved by a program request.

Download MQ Series Interview Questions And Answers PDF

Previous QuestionNext Question
Can you please explain the types of Queues?Tell me what is Process Definition and what are the attributes does it contain?