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: 2.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
Syntax
public void AddMessageSource(
	string sourceAddress
)

Parameters

sourceAddress  String
See Also