Click or drag to resize

AmqpCFXEndpointAddSubscribeChannel(AmqpChannelAddress, String, X509Certificate) Method

Adds a new subscription channel for this endpoint.

Namespace: CFX.Transport
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public void AddSubscribeChannel(
	AmqpChannelAddress address,
	string virtualHostName = null,
	X509Certificate certificate = null
)

Parameters

address  AmqpChannelAddress
The address (network address + AMQP source address) of the source.
virtualHostName  String  (Optional)
If using a broker with multiple virtual hosts, the virtual host name to be used on the broker.
certificate  X509Certificate  (Optional)
If secure amqps is being used, this property may optionally include the certificate that will be matched against the server's certificate. Leave null if you do not wish to perform certificate matching (secure communications will still be established using the server's certificate (if using amqps).
See Also