[TIBCO.EMS .NET client library 6.0 documentation]
Assembly: TIBCO.EMS (in TIBCO.EMS.dll)
Set the port on which the EMS client will connect to the multicast
daemon.
Namespace:
TIBCO.EMSAssembly: TIBCO.EMS (in TIBCO.EMS.dll)
Syntax
public static void SetMulticastDaemon( string port ) |
Public Shared Sub SetMulticastDaemon ( _ port As String _ ) |
public: static void SetMulticastDaemon( String^ port ) |
Parameters
- port
- Type: System..::.String
the port of the multicast daemon
Remarks
A connection to the multicast daemon is required when multicast is
enabled and a MessageConsumer is subscribed to a multicast-enabled
topic. Setting the port with this method will override the default
port supplied by the server and the port specified on the connection
factory.