Re: Message Group Behaviour

2019-12-17 Thread ldebello
I continue testing the message group functionality but I am not sure if I am missing something because I was not able to rebalance groups. I tried using address-settings(default-group-rebalance), manually invoking resetAllGroups and using "?group-rebalance=true". Scenario: Artemis 2.9.0 - 2 Nodes

Re: Message Group Behaviour

2019-12-17 Thread ldebello
Justin, thanks for all your answers. Your are right I didn't reply your question regarding performance benchmarks. I do not have real performance benchmarks just reviewing our architecture, I totally understand your point regarding using a single broker, I am just looking for different ways of sc

Re: Message Group Behaviour

2019-12-16 Thread Justin Bertram
If you're going to be using message grouping in a cluster then you'll definitely want to configure it properly (i.e. according to the documentation you cited). That said, message grouping imposes a natural penalty on performance due to the serialization of message consumption per group. Generally s

Re: Message Group Behaviour

2019-12-16 Thread ldebello
After reading the documentation in more detail "https://activemq.apache.org/components/artemis/documentation/latest/message-grouping.html"; it seems that I need to use "Clustered Grouping" for this use case. I will try that -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341

Message Group Behaviour

2019-12-16 Thread ldebello
Hi, I am trying to use message group and I think I am facing an issue, but I would like to confirm before trying to fix it. Scenario: Artemis 2.9.0 Cluster (2 Nodes) Queue: State (LVQ: true, Durable: Yes) Consumer 1 --> Broker 1 Consumer 2 --> Broker 2 Producer Send Message to Broker 1: Messa