The AmqpChannel type exposes the following members.
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
|