- amqp-receive-message CHANNELprocedure
Block until the next amqp-message can be read on the given CHANNEL.
The client will receive messages from any of the following AMQP methods:
- basic.deliver (after basic.consume on the same channel)
- basic.return (for messages sent with mandatory: 1 or immediate: 1 that could not be routed or delivered immediately by the server)
- basic.get-ok (in response to basic.get)