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


Chapter 8 Connection Factory : tibemsConnectionFactory : tibemsConnectionFactory_SetMulticastEnabled

tibemsConnectionFactory_SetMulticastEnabled
Function
Purpose
Set whether message consumers subscribed to multicast-enabled topics will receive messages over multicast.
C Declaration
tibems_status tibemsConnectionFactory_SetMulticastEnabled(
    tibemsConnectionFactory factory,
    tibems_bool multicastEnabled);
Parameters
 
When true, multicast is enabled. When false, multicast is disabled.
Remarks
When enabled, message consumers using a connection created by this factory, and which are subscribed to a multicast-enabled topic will receive messages over multicast. The default is enabled.
This call is not supported in COBOL, and is not supported on z/OS and IBM i systems.
See Also
tibemsConnectionFactory_SetMulticastDaemon on page 274
tibems_SetMulticastEnabled on page 412

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