| Ack |
This class is used in an AMQPRequestNot to notify the distant
queue to acknowledge the specified messages.
|
| AddBoundExchange |
This class is used in an AMQPRequestNot to notify the distant queue
to add a binding with the specified exchange, because of a
Queue.Bind method.
|
| Cancel |
This class is used in an AMQPRequestNot to notify the distant queue
to cancel the specified consumer, due to channel closing or
Basic.Cancel method.
|
| Deliver |
Holds a complete Basic.Deliver response with headers and body.
|
| GetDeliveries |
A GetDeliveries is sent to the proxy each time the proxy is
susceptible to have new deliveries to transmit to the client.
|
| GetResponse |
Holds a complete Basic.Get response with headers and body.
|
| PublishToQueue |
This class is used in an AMQPRequestNot to publish a message to a
distant queue after exchange routing.
|
| Recover |
This class is used in an AMQPRequestNot to notify the distant
queue to put back the specified unacknowledged messages in the
"ready to deliver" list.
|
| RemoveBoundExchange |
This class is used in an AMQPRequestNot to notify the distant queue
to remove its bindings with the specified exchange, because of the exchange
deletion or Queue.Unbind method.
|
| RemoveQueueBindings |
This class is used in an AMQPRequestNot to notify the distant
exchange to remove its bindings with the specified queue, because of the
queue deletion.
|
| Returned |
Holds a complete Basic.Return response with headers and body.
This class is used to return to the client an undeliverable message that was
published with the "immediate" flag set, or an unroutable message published
with the "mandatory" flag set.
|