1 Reply Latest reply on Jan 10, 2011 10:05 AM by garytully

    Reliable multicast protocols for activemq?

    ariekenb

      I'm trying to understand if any reliable multicast protocols currently exist for activemq. 

       

      According to this page http://activemq.apache.org/topologies.html activemq supports jgroups and jrms protocols for transport connectors.

       

      However if I try configuring jgroups or jrms in either the Apache ActiveMQ 5.4.2 or FUSE ActiveMQ 5.4.2, I get "transport scheme not recognized" exceptions at startup and the broker dies:

       

       

       

      2011-01-03 15:22:48,560 | ERROR | Failed to start ActiveMQ JMS Message Broker. Reason: java.io.IOException: Transport Connector could not be registered in JMX: Transport scheme NOT recognized: jgroups | org.apache.activemq.broker.BrokerService | main

       

       

       

      2011-01-03 15:24:05,345 | ERROR | Failed to start ActiveMQ JMS Message Broker. Reason: java.io.IOException: Transport Connector could not be registered in JMX: Transport scheme NOT recognized: jrms | org.apache.activemq.broker.BrokerService | main

       

      I've also found documentation about a project called ActiveBlaze: http://activemq.apache.org/apache-activeblaze.html  However ActiveBlaze classes are not included with the Apache or FUSE ActiveMQ 5.4.2 releases.  Has ActiveBlaze been released yet?

       

      Are there currently any working reliable multicast options for ActiveMQ?

       

      Edited by: ariekenb on Jan 6, 2011 3:08 PM