TsgcWSPClient_AMQP › Events
Events you can handle, grouped by purpose, followed by the full alphabetical list.
| Name | Description |
|---|---|
| OnAMQPConnect | Fires after the AMQP connection handshake completes successfully (connection.open-ok). |
| OnAMQPDisconnect | Fires when the server or the client closes the AMQP connection (connection.close). |
| OnAMQPException | Fires when an unhandled exception is raised inside the AMQP protocol or reader thread. |
| OnAMQPHeartBeat | Fires every time a heartbeat frame is exchanged with the server. |
| Name | Description |
|---|---|
| OnAMQPAuthentication | Lets the application choose the SASL mechanism and supply the credentials during the AMQP login. |
| OnAMQPChallenge | Fires when the broker sends a SASL challenge that the client must answer. |
| Name | Description |
|---|---|
| OnAMQPChannelOpen | Fires when the server confirms that a channel has been opened (channel.open-ok). |
| OnAMQPChannelClose | Fires when a channel is closed by either peer (channel.close). |
| OnAMQPChannelFlow | Fires when the peer asks to pause or resume content traffic on a channel (channel.flow). |
| Name | Description |
|---|---|
| OnAMQPExchangeDeclare | Fires when the server confirms that an exchange has been declared (exchange.declare-ok). |
| OnAMQPExchangeDelete | Fires when the server confirms that an exchange has been deleted (exchange.delete-ok). |
| Name | Description |
|---|---|
| OnAMQPQueueDeclare | Fires when the server confirms that a queue has been declared (queue.declare-ok). |
| OnAMQPQueueBind | Fires when the server confirms that a queue has been bound to an exchange (queue.bind-ok). |
| OnAMQPQueueUnBind | Fires when the server confirms that a queue has been unbound from an exchange (queue.unbind-ok). |
| OnAMQPQueuePurge | Fires when the server confirms that a queue has been purged (queue.purge-ok). |
| OnAMQPQueueDelete | Fires when the server confirms that a queue has been deleted (queue.delete-ok). |
| Name | Description |
|---|---|
| OnAMQPBasicQoS | Fires when the server confirms that a QoS prefetch setting has been applied (basic.qos-ok). |
| OnAMQPBasicConsume | Fires when the server confirms that a consumer has been registered (basic.consume-ok). |
| OnAMQPBasicCancelConsume | Fires when the server confirms that a consumer has been cancelled (basic.cancel-ok). |
| OnAMQPBasicDeliver | Fires when the broker pushes a message to an active consumer (basic.deliver). |
| OnAMQPBasicGetOk | Fires when a synchronous basic.get call returns a message (basic.get-ok). |
| OnAMQPBasicGetEmpty | Fires when a synchronous basic.get finds the queue empty (basic.get-empty). |
| OnAMQPBasicReturn | Fires when a published message is returned by the broker because it could not be routed (basic.return). |
| OnAMQPBasicRecoverOk | Fires when the server confirms that unacknowledged messages have been redelivered (basic.recover-ok). |
| Name | Description |
|---|---|
| OnAMQPTransactionOk | Fires when the server acknowledges a transaction method: tx.select-ok, tx.commit-ok or tx.rollback-ok. |
| Name | Description |
|---|---|
| OnAMQPAuthentication | Lets the application choose the SASL mechanism and supply the credentials during the AMQP login. |
| OnAMQPBasicCancelConsume | Fires when the server confirms that a consumer has been cancelled (basic.cancel-ok). |
| OnAMQPBasicConsume | Fires when the server confirms that a consumer has been registered (basic.consume-ok). |
| OnAMQPBasicDeliver | Fires when the broker pushes a message to an active consumer (basic.deliver). |
| OnAMQPBasicGetEmpty | Fires when a synchronous basic.get finds the queue empty (basic.get-empty). |
| OnAMQPBasicGetOk | Fires when a synchronous basic.get call returns a message (basic.get-ok). |
| OnAMQPBasicQoS | Fires when the server confirms that a QoS prefetch setting has been applied (basic.qos-ok). |
| OnAMQPBasicRecoverOk | Fires when the server confirms that unacknowledged messages have been redelivered (basic.recover-ok). |
| OnAMQPBasicReturn | Fires when a published message is returned by the broker because it could not be routed (basic.return). |
| OnAMQPChallenge | Fires when the broker sends a SASL challenge that the client must answer. |
| OnAMQPChannelClose | Fires when a channel is closed by either peer (channel.close). |
| OnAMQPChannelFlow | Fires when the peer asks to pause or resume content traffic on a channel (channel.flow). |
| OnAMQPChannelOpen | Fires when the server confirms that a channel has been opened (channel.open-ok). |
| OnAMQPConnect | Fires after the AMQP connection handshake completes successfully (connection.open-ok). |
| OnAMQPDisconnect | Fires when the server or the client closes the AMQP connection (connection.close). |
| OnAMQPException | Fires when an unhandled exception is raised inside the AMQP protocol or reader thread. |
| OnAMQPExchangeDeclare | Fires when the server confirms that an exchange has been declared (exchange.declare-ok). |
| OnAMQPExchangeDelete | Fires when the server confirms that an exchange has been deleted (exchange.delete-ok). |
| OnAMQPHeartBeat | Fires every time a heartbeat frame is exchanged with the server. |
| OnAMQPQueueBind | Fires when the server confirms that a queue has been bound to an exchange (queue.bind-ok). |
| OnAMQPQueueDeclare | Fires when the server confirms that a queue has been declared (queue.declare-ok). |
| OnAMQPQueueDelete | Fires when the server confirms that a queue has been deleted (queue.delete-ok). |
| OnAMQPQueuePurge | Fires when the server confirms that a queue has been purged (queue.purge-ok). |
| OnAMQPQueueUnBind | Fires when the server confirms that a queue has been unbound from an exchange (queue.unbind-ok). |
| OnAMQPTransactionOk | Fires when the server acknowledges a transaction method: tx.select-ok, tx.commit-ok or tx.rollback-ok. |