ARTEMIS-845 Making Default Acceptor Protocols a bit more clear on default config
https://issues.apache.org/jira/browse/ARTEMIS-845
This commit is contained in:
parent
b8104f6b7e
commit
3b45435c76
|
@ -64,9 +64,9 @@ ${connector-config.settings}
|
||||||
<global-max-size>104857600</global-max-size>
|
<global-max-size>104857600</global-max-size>
|
||||||
|
|
||||||
<acceptors>
|
<acceptors>
|
||||||
<!-- Default ActiveMQ Artemis Acceptor. Multi-protocol adapter. Currently supports ActiveMQ Artemis Core, OpenWire, STOMP, AMQP, MQTT, and HornetQ Core. -->
|
<!-- Acceptor for every supported protocol -->
|
||||||
<!-- performance tests have shown that openWire performs best with these buffer sizes -->
|
<acceptor name="artemis">tcp://${host}:${default.port}?tcpSendBufferSize=1048576;tcpReceiveBufferSize=1048576;protocols=CORE,AMQP,STOMP,HORNETQ,MQTT,OPENWIRE</acceptor>
|
||||||
<acceptor name="artemis">tcp://${host}:${default.port}?tcpSendBufferSize=1048576;tcpReceiveBufferSize=1048576</acceptor>
|
|
||||||
${amqp-acceptor}${stomp-acceptor}${hornetq-acceptor}${mqtt-acceptor}
|
${amqp-acceptor}${stomp-acceptor}${hornetq-acceptor}${mqtt-acceptor}
|
||||||
</acceptors>
|
</acceptors>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue