Constains classes which facilitate the transport of CFX messages across a network,
including AMQP 1.0 transmission and receipt
Classes | Class | Description |
---|
 | AmqpCFXEndpoint |
Primary class used by endpoint implementers to facility bi-directional, AMQP 1.0 based communications. Using this class, endpoints
may publish messages to one or more destinations, subscribe to receive messages from one or more sources, and process incoming
CFX requests from other CFX endpoints. This class also supports security features, including secure AMQP 1.0 protocol (AMQPS or AMQP over TLS),
as well as SASL based authentication (Simple Authentication and Security Layer). At the time of this writing, the endpoint has been tested
and verified for use with the RabbitMQ broker (with AMQP 1.0 plug-in enabled), as well as the Apache Qpid broker.
|
 | AmqpChannelAddress |
Represetns and AMQP source or target, comprised of a network address, and an AMQP source or target address.
(eg. amqps://user1:password1@myamqpbroker.company1.com, amqp://broker3.company1.com, etc.)
|
 | AmqpUtilities |
A static class containing a variety of useful helper functions related to the AMQP 1.0 protocol
|
Delegates
Enumerations | Enumeration | Description |
---|
 | AuthenticationMode |
An enumeration indicating the authentication mode
|
 | CFXCodec |
An enumeration that describes the encoding method that will be used to serialize/deserialize
CFX messages for transmission across the wire. Similar to Content-Encoding header in HTTP,
|
 | ConnectionEvent |
An enumeration that indicates the type of a connection event
|
 | ValidateCertificateResult |
An enumeration that indicates the result of an SSL certificate validation
|