Click or drag to resize

AmqpCFXEndpoint Class

[This is preliminary documentation and is subject to change.]

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.
Inheritance Hierarchy
SystemObject
  CFX.TransportAmqpCFXEndpoint

Namespace:  CFX.Transport
Assembly:  CFXnet46 (in CFXnet46.dll) Version: 1.0.5
Syntax
public class AmqpCFXEndpoint : IDisposable

The AmqpCFXEndpoint type exposes the following members.

Constructors
  NameDescription
Public methodAmqpCFXEndpoint
Top
Properties
  NameDescription
Public propertyCFXHandle
Returns the CFXHandle of the endpoint currently associated with this AMQP endpoint.
Public propertyStatic memberDurableMessages
Public propertyStatic memberDurableReceiverSetting
Public propertyIsOpen
Public propertyStatic memberKeepAliveEnabled
Public propertyStatic memberKeepAliveInterval
Public propertyStatic memberMaxMessagesPerTransmit
Public propertyStatic memberReconnectInterval
Public propertyStatic memberRequestTimeout
Public propertyRequestUri
Returns the Uri currently being used to accept incoming CFX requests for this endpoint
Top
Methods
Events
See Also