Click or drag to resize

AmqpChannelAddress Properties

The AmqpChannelAddress type exposes the following members.

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