Re: Artemis cluster and message acknowledgement

2017-09-29 Thread Justin Bertram
Your configuration looks OK to me. Do you have a reproducible test-case for this scenario? Justin On Fri, Sep 22, 2017 at 3:24 AM, gkocur wrote: > Thank you for your reply. > What you described is exactly what I was expecting - current message count > close to 0. > I can see the number of jou

Re: Artemis cluster and message acknowledgement

2017-09-22 Thread gkocur
Thank you for your reply. What you described is exactly what I was expecting - current message count close to 0. I can see the number of journal files is growing, so sooner or later I'll be out of disk space. The cluster configuration is pretty simple - it's symmetric cluster with static configurat

Re: Artemis cluster and message acknowledgement

2017-09-21 Thread Justin Bertram
Queues named like "$.artemis.internal.sf." are internal queues used to move messages between nodes for things like server-side message load-balancing or message redistribution. As long as the cluster is formed properly then messages should not accumulate there but should land there for just a mome

Artemis cluster and message acknowledgement

2017-09-21 Thread gkocur
Hello, I have a newbie question. I'm playing with artemis clustering, and have simple setup like this: pruducerartemis-server1consumer1 | artemis-server2consumer2 Messages are balanced to server2 exactly as described in documentation. The only issu