Configuring ActiveMQ for Storageflow

Configuring ActiveMQ for Storageflow

This documentation is for administration of the still-unreleased Storageflow system. This configuration also has an insecure admin console.

  1. Copy conf/activemq.xml to conf/activemq-storageflow.xml.

  2. Edit the <transportConnectors> in conf/activemq-storageflow.xml section to be the following:

    <transportConnectors> <transportConnector name="openwire" uri="tcp://127.0.0.1:61616"/> <transportConnector name="stomp" uri="stomp://127.0.0.1:61613"/> </transportConnectors>
  3. Start ActiveMQ:

    bin/activemq xbean:file:conf/activemq-storageflow.xml