I don't know Spring boot but I suspect that .war in Wildfly-11-0 is servlet 
which is triggered periodically to consume messages. The problem might be that 
this server app with consumer is invoked periodically, consumer starts to read 
messages from queue and then closes. After closing consumer message groups are 
assigned to another consumer (in this case to consumer from local app). This 
would explain why this consumer does not get (almost) any messages.

Mirek

----- Original Message -----
> From: "Ogi" <askov...@gmail.com>
> To: users@activemq.apache.org
> Sent: Monday, January 29, 2018 11:17:53 AM
> Subject: Re: [ARTEMIS] Messages with same group-id are received by multiple 
> consumers
> 
> 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
> 

Reply via email to