/ Published in: XML
see http://activemq.apache.org/discovery-transport-reference.html
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<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&wireformat.maxFrameSize=104857600"/> <transportConnector name="amqp" uri="amqp://0.0.0.0:5672?maximumConnections=1000&wireformat.maxFrameSize=104857600"/> </transportConnectors>
URL: http://activemq.apache.org/discovery-transport-reference.html