[ANNOUNCE] ActiveMQ Artemis 2.10.0 Released

2019-09-05 Thread Clebert Suconic
I am pleased to announce the release of ActiveMQ Artemis 2.10.0. Downloads are now available at: https://activemq.apache.org/components/artemis/download/ For a complete list of updates, refer to the release notes: https://activemq.apache.org/components/artemis/download/release-notes-2.10.0 And

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

Re: I need some help

2019-09-05 Thread Howard Gao
You are welcome. Glad you sort it out. On Thu, Sep 5, 2019 at 9:53 PM Javier Crer wrote: > Howard, I resolve my problem. I have to uninstall dcevm which is another > app i had installed and apparently was using the virtual machine of java, > so there was no need to use the parameter *set > JAVA

Re: I need some help

2019-09-05 Thread Javier Crer
Howard, I resolve my problem. I have to uninstall dcevm which is another app i had installed and apparently was using the virtual machine of java, so there was no need to use the parameter *set JAVA_ARGS=-XX:+UseSerialGC.* Thanks for all your time and help. It was very usefull El jue., 5 sept. 2

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

Re: I need some help

2019-09-05 Thread Javier Crer
Howard, I have tried two ways: Once I enter in the c:\apache-artemis-2.9.0\bin\: 1) - I execute *artemis create c:\mybrokerC* in order to install a broker - I execute *artemis.cmd run *(in c:\mybrokerC\bin) 2) This second option is entering automatically user and password, and also