Click or drag to resize

AmqpCFXEndpoint Events

The AmqpCFXEndpoint type exposes the following members.

Events
 NameDescription
Public eventOnCFXMessageReceived Event that fires whenever a CFX message is received from a subscription type channel.
Public eventOnCFXMessageReceivedFromListener Event that fires whenever a CFX message is received from a listener type channel.
Public eventOnConnectionEvent 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.
Public eventOnMalformedMessageReceived Event that fires whenever a message is received that is not a valid, properly formatted CFX Message
Public eventOnRequestReceived 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.
Public eventOnValidateCertificate Implement this event with your own handler if you wish to validate the server certificate used for secure, encrypted, AMQPS communications.
Top
See Also