The AmqpChannel type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | AckBasic |
This method acknowledges one or more messages delivered via the Deliver or Get-Ok methods.
|
![]() | BindQueue(String, String, String, Boolean, AmqpArguments) |
This method binds a queue to an exchange.
|
![]() | BindQueue(String, String, String, Boolean, AmqpArguments, AmqpEventHandler) |
This method binds a queue to an exchange.
|
![]() | CancelBasic(String, Boolean) |
This method cancels a consumer.
|
![]() | CancelBasic(String, Boolean, AmqpEventHandler) |
This method cancels a consumer.
|
![]() | CloseChannel(Int32, String, Int32, Int32) |
This method indicates that the sender wants to close the channel.
|
![]() | CloseChannel(Int32, String, Int32, Int32, AmqpEventHandler) |
This method indicates that the sender wants to close the channel.
|
![]() | CloseOkChannel |
Confirms to the peer that a flow command was received and processed.
|
![]() | CommitTx()()()() |
This method commits all message publications and acknowledgments performed in the current transaction.
|
![]() | CommitTx(AmqpEventHandler) |
This method commits all message publications and acknowledgments performed in the current transaction.
|
![]() | ConsumeBasic(String, String, Boolean, Boolean, Boolean, Boolean, AmqpArguments) |
This method asks the server to start a "consumer", which is a transient request for messages from a specific queue.
|
![]() | ConsumeBasic(String, String, Boolean, Boolean, Boolean, Boolean, AmqpArguments, AmqpEventHandler) |
This method asks the server to start a "consumer", which is a transient request for messages from a specific queue.
|
![]() | DeclareExchange(String, String, Boolean, Boolean, Boolean, AmqpArguments) |
This method creates an exchange if it does not already exist, and if the exchange exists, verifies that it is of the correct and expected class.
|
![]() | DeclareExchange(String, String, Boolean, Boolean, Boolean, AmqpArguments, AmqpEventHandler) |
This method creates an exchange if it does not already exist, and if the exchange exists, verifies that it is of the correct and expected class.
|
![]() | DeclareQueue(String, Boolean, Boolean, Boolean, Boolean, Boolean, AmqpArguments) |
This method creates or checks a queue.
|
![]() | DeclareQueue(String, Boolean, Boolean, Boolean, Boolean, Boolean, AmqpArguments, AmqpEventHandler) |
This method creates or checks a queue.
|
![]() | DeleteExchange(String, Boolean, Boolean) |
Deletes an Exchange on the server.
|
![]() | DeleteExchange(String, Boolean, Boolean, AmqpEventHandler) |
Deletes an Exchange on the server.
|
![]() | DeleteQueue(String, Boolean, Boolean, Boolean) |
This method deletes a queue.
|
![]() | DeleteQueue(String, Boolean, Boolean, Boolean, AmqpEventHandler) |
This method deletes a queue.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | FlowChannel(Boolean) |
This method asks the peer to pause or restart the flow of content data sent by a consumer.
|
![]() | FlowChannel(Boolean, AmqpEventHandler) |
This method asks the peer to pause or restart the flow of content data sent by a consumer.
|
![]() | FlowOkChannel(Boolean) |
Confirms to the peer that a flow command was received and processed.
|
![]() | FlowOkChannel(Boolean, AmqpEventHandler) |
Confirms to the peer that a flow command was received and processed.
|
![]() | GetBasic(String, Boolean) |
This method provides a direct access to the messages in a queue using a synchronous dialogue that is designed for specific types of application where synchronous functionality is more important than performance.
|
![]() | GetBasic(String, Boolean, AmqpEventHandler) |
This method provides a direct access to the messages in a queue using a synchronous dialogue that is designed for specific types of application where synchronous functionality is more important than performance.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | PublishBasic(ByteBuffer, AmqpProperties, String, String, Boolean, Boolean) |
This method publishes a message to a specific exchange.
|
![]() | PublishBasic(ByteBuffer, AmqpProperties, String, String, Boolean, Boolean, AmqpEventHandler) |
This method publishes a message to a specific exchange.
|
![]() | PurgeQueue(String, Boolean) |
This method removes all messages from a queue which are not awaiting acknowledgment.
|
![]() | PurgeQueue(String, Boolean, AmqpEventHandler) |
This method removes all messages from a queue which are not awaiting acknowledgment.
|
![]() | QosBasic(Int32, Int32, Boolean) |
This method requests a specific quality of service.
|
![]() | QosBasic(Int32, Int32, Boolean, AmqpEventHandler) |
This method requests a specific quality of service.
|
![]() | RecoverBasic(Boolean) |
This method asks the server to redeliver all unacknowledged messages on a specified channel.
|
![]() | RecoverBasic(Boolean, AmqpEventHandler) |
This method asks the server to redeliver all unacknowledged messages on a specified channel.
|
![]() | RejectBasic |
This method allows a client to reject a message.
|
![]() | RollbackTx()()()() |
This method abandons all message publications and acknowledgments performed in the current transaction.
|
![]() | RollbackTx(AmqpEventHandler) |
This method abandons all message publications and acknowledgments performed in the current transaction.
|
![]() | SelectTx()()()() |
This method sets the channel to use standard transactions.
|
![]() | SelectTx(AmqpEventHandler) |
This method sets the channel to use standard transactions.
|
![]() | ToString | (Inherited from Object.) |
![]() | UnbindQueue(String, String, String, AmqpArguments) |
This method unbinds a queue from an exchange.
|
![]() | UnbindQueue(String, String, String, AmqpArguments, AmqpEventHandler) |
This method unbinds a queue from an exchange.
|
Events
Name | Description | |
---|---|---|
![]() | BindQueueEvent |
Occurs when binding a queue to an exchange succeeds
|
![]() | CancelEvent |
Occurs when basic is cancelled
|
![]() | CloseEvent |
Occurs when the connection to the AMQP server is closed
|
![]() | CommitTransactionEvent |
Occurs when Commit Ok Transaction is received.
|
![]() | ConsumeEvent |
Occurs when consume basic event is fired.
|
![]() | DeclareExchangeEvent |
Occurs when exchange declare succeeds
|
![]() | DeclareQueueEvent |
Occurs when queue declare succeeds
|
![]() | DeleteExchangeEvent |
Occurs when exchange is deleted
|
![]() | DeleteQueueEvent |
Occurs when queue is deleted
|
![]() | ErrorEvent |
Occurs when an error occurs
|
![]() | FlowEvent |
Occurs when flow is set
|
![]() | GetEvent |
Occurs when basic is delivered
|
![]() | MessageEvent |
Occurs when message is delivered
|
![]() | OpenEvent |
Fired when the channel is opened
|
![]() | PurgeQueueEvent |
Occurs when queue purged
|
![]() | RecoverEvent |
Occurs when basic recovered
|
![]() | RejectEvent |
Occurs when basic rejected.
|
![]() | RollbackTransactionEvent |
Occurs when Rollback ok Tranasction is received.
|
![]() | SelectTransactionEvent |
Occurs when Select Ok Transaction is received.
|
![]() | UnbindQueueEvent |
Occurs when queue is unbound
|