Click or drag to resize

AmqpChannelAddress Class

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

Namespace: CFX.Transport
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class AmqpChannelAddress

The AmqpChannelAddress type exposes the following members.

Constructors
 NameDescription
Public methodAmqpChannelAddress 
Top
Properties
 NameDescription
Public propertyAddress The AMQP 1.0 source or target address (eg. /exchange/exchange1, /queue/queue1, etc.)
Public propertyUri The network address of the AMQP source or target. May include user and port information in standard Uri format. (eg. amqps://user1:password1@myamqpbroker.company1.com, amqp://broker3.company1.com, amqps://myamqpbroker.company1.com:8856, etc.).
Top
See Also