Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 14 Utilities : Utility Functions : tibems_SetMulticastDaemon

tibems_SetMulticastDaemon
Function
Purpose
Sets the port on which the EMS client will connect to the multicast daemon.
C Declaration
tibems_status tibems_SetMulticastDaemon(
    const char* port);
Parameters
 
The multicast daemon port that connections created in this application will connect to.
Remarks
A connection to the multicast daemon is required when multicast is enabled and a consumer is subscribed to a multicast-enabled topic. Setting the port with this method will override the default port supplied by the server and any port specified in a connection factory for all connections in the application.
See Also
tibemsConnectionFactory_SetMulticastDaemon on page 268
tibems_SetMulticastEnabled on page 402
Chapter 13, Using Multicast, in the TIBCO Enterprise Message Service User’s Guide

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved