Click or drag to resize

AmqpCFXEndpointAddListener Method

Allows this endpoint to listen for and receive unsolicited (published) messages directly from multiple CFX endpoints that have been configured to publish messages to this endpoint, just like a message broker. Your endpoint must be configured to receive requests (via the Open method requestUri parameter) before adding a listener.

Namespace: CFX.Transport
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public void AddListener(
	string targetAddress
)

Parameters

targetAddress  String
The AMQP target address on which to receive messages (like a broker exchange address).
See Also