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.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
Syntaxpublic void AddMessageSource(
string sourceAddress
)
Public Sub AddMessageSource (
sourceAddress As String
)
Parameters
- sourceAddress String
See Also