I have implemented C++ in client side to receive messages from MQSeries Server. The problem is if I have two messages, the second one is received earlier than the first one. For some reason in server side, the second one is set higher priority than the first one. How can I receive message in FIFO order, not in priority order, no matter what order has been setup in server side?