MQ Series Question:
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.
- 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.
Previous Question | Next Question |
Can you please explain the types of Queues? | Tell me what is Process Definition and what are the attributes does it contain? |