Repository: activemq-artemis
Updated Branches:
  refs/heads/master f6f633123 -> 20729e79f


ARTEMIS-752 oops


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/20729e79
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/20729e79
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/20729e79

Branch: refs/heads/master
Commit: 20729e79fd4657ab79269d2dcf72ec4dd3b9d3f5
Parents: f6f6331
Author: Clebert Suconic <[email protected]>
Authored: Wed Oct 5 14:24:45 2016 -0400
Committer: Clebert Suconic <[email protected]>
Committed: Wed Oct 5 14:24:49 2016 -0400

----------------------------------------------------------------------
 artemis-features/src/main/resources/artemis.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/20729e79/artemis-features/src/main/resources/artemis.xml
----------------------------------------------------------------------
diff --git a/artemis-features/src/main/resources/artemis.xml 
b/artemis-features/src/main/resources/artemis.xml
index 3cdff88..fc1cdcc 100644
--- a/artemis-features/src/main/resources/artemis.xml
+++ b/artemis-features/src/main/resources/artemis.xml
@@ -59,7 +59,7 @@ under the License.
       <acceptors>
          <!-- Default ActiveMQ Artemis Acceptor.  Multi-protocol adapter.  
Currently supports Core, OpenWire, Stomp and AMQP. -->
          <!-- performance tests have shown that openWire performs best with 
these buffer sizes -->
-         <acceptor 
name="artemis">tcp://0.0.0.0:61616?tcpSendBufferSize=1048576;tcpReceiveBufferSize=1048576;protocols=XXXX</acceptor>
+         <acceptor 
name="artemis">tcp://0.0.0.0:61616?tcpSendBufferSize=1048576;tcpReceiveBufferSize=1048576</acceptor>
 
          <!-- AMQP Acceptor.  Listens on default AMQP port for AMQP traffic.-->
          <acceptor name="amqp">tcp://0.0.0.0:5672?protocols=AMQP</acceptor>

Reply via email to