Return to Snippet

Revision: 63940
at June 19, 2013 21:51 by laurenceosx


Updated Code
<transportConnectors>
            <!-- DOS protection, limit concurrent connections to 1000 and frame size to 100MB -->
            <!-- ################################## -->
            <!-- ### Make ActiveMQ Discoverable ### -->
            <!-- ################################## -->
            <!-- ### file:${activemq.conf}/conf/activemq.xml           -->
            <!-- ### Laurence added discoveryUri attribute to next tag -->
            <!-- ### discoveryUri="multicast://default"                -->
            <!-- ### see: beans/broker/transportConnectors/transportConnector[@name='openwire'] -->
            <transportConnector name="openwire" discoveryUri="multicast://default" uri="tcp://0.0.0.0:61616?maximumConnections=1000&amp;wireformat.maxFrameSize=104857600"/>
            <transportConnector name="amqp"                                        uri="amqp://0.0.0.0:5672?maximumConnections=1000&amp;wireformat.maxFrameSize=104857600"/>
</transportConnectors>

Revision: 63939
at June 19, 2013 21:43 by laurenceosx


Initial Code
<transportConnectors>
            <!-- DOS protection, limit concurrent connections to 1000 and frame size to 100MB -->
            <!-- ################################## -->
            <!-- ### Make ActiveMQ Discoverable ### -->
            <!-- ################################## -->
            <!-- ### file:${activemq.conf}/conf/activemq.xml           -->
            <!-- ### Laurence added discoveryUri attribute to next tag -->
            <!-- ### discoveryUri="multicast://default"                -->
            <!-- ### see: beans/broker/transportConnectors/transportConnector[@name='openwire'] -->
            <transportConnector name="openwire" discoveryUri="multicast://default" uri="tcp://0.0.0.0:61616?maximumConnections=1000&amp;wireformat.maxFrameSize=104857600"/>
            <transportConnector name="amqp"                                        uri="amqp://0.0.0.0:5672?maximumConnections=1000&amp;wireformat.maxFrameSize=104857600"/>
        </transportConnectors>

Initial URL
http://activemq.apache.org/discovery-transport-reference.html

Initial Description
see  http://activemq.apache.org/discovery-transport-reference.html

Initial Title
Make ActiveMQ Discoverable - (for Version 5.8)

Initial Tags


Initial Language
XML