Amqp |
The AmqpCFXEndpoint type exposes the following members.
Name | Description | |
---|---|---|
![]() | OnCFXMessageReceived | Event that fires whenever a CFX message is received from a subscription type channel. |
![]() | OnCFXMessageReceivedFromListener | Event that fires whenever a CFX message is received from a listener type channel. |
![]() | OnConnectionEvent | Event that fires whenever a publish or subscription type connection is established, interrupted, or disconnected. The AmqpCFXEndpoint class will continuously attempt to reconnect any connection that has been interrupted. |
![]() | OnMalformedMessageReceived | Event that fires whenever a message is received that is not a valid, properly formatted CFX Message |
![]() | OnRequestReceived | Event that fires whenever a request type CFX message is received by this Endpoint from another Endpoint. Implement this event with your own handler to process incoming point-to-point Request / Response type CFX messages. |
![]() | OnValidateCertificate | Implement this event with your own handler if you wish to validate the server certificate used for secure, encrypted, AMQPS communications. |