Hi, I am using ActiveMQ 5.6.0 Broker Cluster mode.
As activemq doc mentioned here http://activemq.apache.org/multicast-transport-reference.html *"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."* So I prepare to use Dynamic Discovery with JGroups for Reliable multicast. After replace "multicast://default" with "jgroups:default", i got can't parse "jgroups" schema ERROR when restart and i can't find anymore about jgroups Does anyone have any ideas?