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.TransportAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntaxpublic void AddMessageSource(
string sourceAddress
)
Public Sub AddMessageSource (
sourceAddress As String
)
Parameters
- sourceAddress String
See Also