Re: ActiveMQ Artemis with Spring Boot not connecting with broker

2019-09-05 Thread Howard Gao
It looks like there is something wrong with Epoll in your system. Did you try useEpoll=false on the acceptors of the broker? it will force the netty to use java NIO instead of the native linux epoll. Howard On Thu, Sep 5, 2019 at 9:15 PM helenoster wrote: > We have a spring-boot application tha

ActiveMQ Artemis with Spring Boot not connecting with broker

2019-09-05 Thread helenoster
We have a spring-boot application that has to connect to a deployed Apache Apache ActiveMQ Artemis 2.9.0 broker. The broker is running on a Red Hat Enterprise Linux 7.6 and the client should run in a docker, but doing running it without docker we have got the same issue. The broker has the default