If you ultimately find that ActiveMQ 5.x can't meet your performance goals, then I would recommend you checkout ActiveMQ Artemis. It supports all the same protocols as the 5.x broker (i.e. OpenWire, AMQP, STOMP, MQTT) and much of the same features (or equivalents) but it is based on a higher performance core. It may fit your needs.
Justin On Wed, Dec 12, 2018 at 3:03 AM PedroRP <pedro.rami...@techonrails.com> wrote: > Hi Tim! > > Thank you very much for your answer! > > Yes, I was using non-durable subscription on my topic. When I changed to > durable subscription, It didn't lose messages if I use sync sends. The main > problem now is the sending response time. It spends too much time sending > messages. Is there any way to accelerate it without async sends? > > Thanks in advance. > > > > -- > Sent from: > http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html >