tibemsConnectionFactory_SetMulticastDaemon Function Purpose Sets the port on which the client will connect to the multicast daemon. C Declaration tibems_status tibemsConnectionFactory_SetMulticastDaemon( tibemsConnectionFactory factory, const char* multicastDaemon); Parameters Parameter Description factory Set the multicast daemon for this connection factory. multicastDaemon The port number for the multicast daemon that connections created using this factory 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. See Also tibemsConnectionFactory_SetMulticastEnabled on page 277 tibems_SetMulticastDaemon on page 413