Re: [DISCUSSION] ActiveMQ 5.x roadmap, codename ActiveMQ Missus

2019-07-10 Thread Francois Papon
Hi, We can a see there is still an interest from the users to Apache ActiveMQ 5.x. In github we have 61 open PR => https://github.com/apache/activemq/pulls Why forcing users to migrate to Artemis if the community is still active? regards, François fpa...@apache.org Le 08/07/2019 à 18:15, mich

artemis-rest: push to consumer requiring HTTPS

2019-07-10 Thread arne anka
Hi, despite the documentation I managed to get artemis-rest up and somewhat working (created a WAR, added it to the embedded Jetty of the apache-artemis-2.9.0-bin.tar.gz, made it find the broker, and accept/push messages). Now, my very own consuming REST service requires HTTPS. But I can't find

consuming messages with REST API in Java

2019-07-10 Thread Luigi Suardi
hello activemq, i am using amq 5.15.9 and want to consume messages using the REST API. i am hitting the issue described in the documentation @ https://activemq.apache.org/rest "When consuming messages using the REST API, you have to keep session alive between GET requests, or you’ll create a

Large Number of ActiveMQ Connection Executor Threads

2019-07-10 Thread Sumit Bhardwaj
Hi, We are using ActiveMQ version 5.15.8, We are connecting to it using Spring JMSTemplate. What we are seeing is in case of connection errors too many of following threads get created "ActiveMQ Connection Executor.." In one instance around 1250 Threads for the above were active in our tomcat ho