I just realized we still create the following acceptor on every server we start:
<!-- HornetQ Compatibility Acceptor. Enables HornetQ Core and STOMP for legacy HornetQ clients. --> <acceptor name="hornetq">tcp://0.0.0.0:5445?anycastPrefix=jms.queue.;multicastPrefix=jms.topic.;protocols=HORNETQ,STOMP;useEpoll=true</accept And I think we should stop. 61616 would still respond to HornetQ protocol. It just don't make sense (for a few. years already .. don't know how we missed) to keep this acceptor. I think we should switch the defaults on the CLI create to have it off by default, and add a new parameter as --enable-hornetq-acceptor. -- Clebert Suconic --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@activemq.apache.org For additional commands, e-mail: dev-h...@activemq.apache.org For further information, visit: https://activemq.apache.org/contact