Re: [ARTEMIS] Messages with same group-id are received by multiple consumers

2018-01-29 Thread Ogi
Thing I forgot to mention: Both apps are Spring boot apps, but server app is deployed as a .war file in Wildfly-11-0 and local app is started using Spring boot's "bootRun" task. -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: [ARTEMIS] Messages with same group-id are received by multiple consumers

2018-01-27 Thread Ogi
Hi Mirek, Thank you for your answer, but no, unfortunately that is not the case. So, use case is: I first start server app, then my local app, so the consumers are firstly connected to the Artemis. And after everything is up, I execute that simple test. Thank you, Ognjen -- Sent from: http://

[ARTEMIS] Messages with same group-id are received by multiple consumers

2018-01-26 Thread Ogi
I have two deployed apps, one on my local machine and one on the server and both apps are communicating through the same Artemis client which is installed on the server. Artemis version is 1.5.5. Problem occurs when I execute simple test that sends 1000 messages divided into multiple groups, in thi