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.TransportAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntaxpublic void AddListener(
string targetAddress
)
Public Sub AddListener (
targetAddress As String
)
Parameters
- targetAddress String
- The AMQP target address on which to receive messages (like a broker exchange address).
See Also