See also Topic Resolution for more information.
Multicast address used for Topic Resolution. This option automatically sets the values for resolver_multicast_incoming_address and resolver_multicast_outgoing_address as evidenced by the default values for all three options, which are the same.
Incoming multicast address used for finer control of Topic Resolution. For example, if
you want the context to listen on a different address/port than the resolver_multicast_address,
set this option and resolver_multicast_incoming_port
to different values. This value may be set to 0.0.0.0 (INADDR_ANY
), to switch off listening to topic resolution
messages. This means that queries from receivers or advertisements from sources will not
be handled. See also resolver_multicast_outgoing_address.
Incoming multicast port used for finer control of Topic Resolution. For example, if you want the context to listen on a different address/port than the resolver_multicast_port, set this option and resolver_multicast_incoming_address to different values. See also resolver_multicast_outgoing_port.
Specifies which network interface UM sends/receives all multicast traffic (Topic Resolution, LBT-RM, Multicast Immediate Messaging). Can specify full IP address of interface, or just network part (see Specifying Interfaces for details). Default is set to default multicast interface as determined by UM (the first multicast-capable, non-loopback interface).
Outgoing multicast address used for finer control of Topic Resolution. For example, if you want the context to send on a different address/port than the resolver_multicast_address, set this option and resolver_multicast_outgoing_port to different values. See also resolver_multicast_incoming_address.
Outgoing multicast port used for finer control of Topic Resolution. For example, if you want the context to send on a different address/port than the resolver_multicast_port, set this option and resolver_multicast_outgoing_address to different values. See also resolver_multicast_incoming_port.
Multicast port used for Topic Resolution. This option automatically sets the values for resolver_multicast_incoming_port and resolver_multicast_outgoing_port as evidenced by the default values for all three options, which are the same.
Value used to set SO_RCVBUF
value of the resolver
receivers. In some cases the OS will not allow all of this value to be used. A value of 0
instructs UM to use the default OS values. See the section on
socket buffer sizes for platform-dependent
information. See also our white paper Topics in High Performance Messaging for background and guidelines on
UDP buffer sizing.
The IP TTL (hop count) to use for a Topic Resolution packet. A value of 1 confines the packet to the local network (but may also cause high CPU usage on some routers). Also controls TTL on LBT-RM packets.
Copyright (c) 2004 - 2014 Informatica Corporation. All rights reserved.