ActiveMQ cluster discovery on Openshift v3 / Kubernetes

5/18/2015

ActiveMQ built-in cluster discovery mechanisms are basically based on multicast (excepting LDAP here).

Openshift v3 / Kubernetes don't support well multicast as it could be quite bad or misfunctioning on a public cloud infrastructure.

Is there any existing option to enable network of activemq brokers discovery within Openshift v3 ?

I saw the project jboss-openshift/openshift-ping enabling discovery for JGroups members on Openshift. I am looking for an equivalent for ActiveMQ.

-- Patrick Martin
activemq
kubernetes
openshift-origin

1 Answer

5/19/2015

fabric8 is a project that has a number of value-adds for OS3 / kubernetes platforms

There is clustered ActiveMQ out of the box

As the project is in development, you may get best help on irc chat on #fabric8 on freenode - all the guys hang out there.

-- Claus Ibsen
Source: StackOverflow