Click or drag to resize

AmqpCFXEndpointAddMessageSource Method

Set up a message source on this endpoint that other endpoints may subscribe to. Messages published to a message source are placed in a queue, and remain there until a subscriber connects and removes them. The queue is volatile, and will be deleted when the hosting process is restarted.

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

Parameters

sourceAddress  String
See Also