The Multicast TransportThe Multicast transport allows clients to connect to a remote ActiveMQ broker using multicast Note that by default Multicast is not reliable; datagrams can be lost so you should add a reliability layer to ensure the JMS contract can be implemented on a non-reliable transport. Configuration Syntaxmulticast://address:port?transportOptions Transport Options
Example URIsTo use the default value of "multicast://239.255.2.3:6155" with a default multicast group name of "default" from MulticastDiscoveryAgent use multicast://default To specify the IP address and port use multicast://224.1.2.3:6255 To specify a multicast group name other than the default name of "default" use multicast://224.1.2.3:6255?group=mygroupname |