This is sort of follow up to my previous message.
I am evaluating STOPM v1.2 protocol implementation. In our use case STOMP
message consumers have to call an unreliable third party dependency, and
this call can fail from time to time.
The subscription is set in the ack:client-individual mode.
As t
I am evaluating STOPM v1.2 protocol implementation. In our use case STOMP
message consumers have to call an unreliable third party dependency, and
this call can fail from time to time.
The subscription is set in the ack:client-individual mode.
When my consumer is set to not send any ACKs in case o
----- Original Message -
> From: "Maciej Gałkowski"
> To: users@activemq.apache.org
> Sent: Thursday, January 5, 2017 9:31:34 AM
> Subject: Artemis 1.5.1 clustered consumer not receiving messages in
> specific circumstances
>
> I have set up a two node Artemis 1.5.1
I have set up a two node Artemis 1.5.1 cluster, precreated a persistent
queue (jms.queue.testqueue) on both nodes.
Starting both instances, they form a cluster.
1.Using STOMP protocol I send a message to the aretmis.node.1
2. I start STOMP consumer on artemis.node.2, not receiving anything
3. I st