Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

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
    
  • No labels