Re: High cardinality queues

2020-07-26 Thread Francesco Nigro
Take a look to https://github.com/apache/activemq-artemis/pull/3217 if your use case involve auto creating many queues that's the kind of issues you can hit, check the referenced Jira Hope it helps, Franz Il dom 26 lug 2020, 16:52 Alec Henninger ha scritto: > Right, succinctly the scenario is:

Re: High cardinality queues

2020-07-26 Thread Alec Henninger
Right, succinctly the scenario is: * Relatively low rate from message producer * Very high possible number of addresses (though could be pruned with TTL/auto deletion to your point; that is, only few should actually have messages most of the time) * Even higher number of queues (multiple consumers

Re: High cardinality queues

2020-07-26 Thread David Martin
Hi Alex, I'm not one of the maintainers and maybe they will respond. To clarify, are you asking whether routing high volumes of messages though a large number of addresses is likely to lead to poor performance versus using a small number of addresses? I can't answer that but Artemis was designed