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
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://
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