Configuring ActiveMQ for Storageflow
This documentation is for administration of the still-unreleased Storageflow system. This configuration also has an insecure admin console.
- Copy
conf/activemq.xml
toconf/activemq-storageflow.xml
. - Edit the
<transportConnectors>
inconf/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>
- Start ActiveMQ:
bin/activemq xbean:file:conf/activemq-storageflow.xml