Queues per customer

2021-01-22 Thread Luis De Bello
Hi guys, I would like to know if you know if there is some performance test about number of queues in a single broker, we are planning to have one queue per customer, maybe (10k queues) with a few messages each lets say 3 messages each. We want to do this to avoid mixing messages from differen

HierarchicalObjectRepository Comparator

2021-01-14 Thread Luis De Bello
Hi, We found an issue in the way HierarchicalObjectRepository performs the comparison, we reported this error in the past http://activemq.2283324.n4.nabble.com/Comparator-implementation-of-HierarchicalObjectRepository-issue-td4750225.html now we are sending a PR to fix that case https://github

Artemis in k8s

2020-12-11 Thread Luis De Bello
Hi guys, Our company is running an initiative to move our services to k8s. However they require teams to have some way of supporting Dark Cluster (Which is having the ability to spin up a totally new cluster and later change dns to point to this cluster, it would be like red/black deployments,

Invitation to ASF Slack workspace

2020-11-27 Thread Luis De Bello
Hi, Sorry if this is not the correct mailing list. I would like to join the https://the-asf.slack.com workspace on Slack. Could someone send me an invitation to the ASF Slack workspace? Thanks, Luis

Artemis deployment in AWS

2020-11-25 Thread Luis De Bello
Hi guys, I would like to know your experience operating an Artemis cluster in AWS, is anyone doing that? how do you handle the broker state? EFS, JDBC? Currently we have 4 instances in production (EC2 instances) using disk state and we avoid destroying instances using termination policies (to a

Artemis JDBC Persistence

2020-09-17 Thread Luis De Bello
Hi guys, I am analyzing different ways to avoid relying on the state store in disk in our brokers and I found the option of externalizing state in a Database. Currently we have a network of broker with 4 active brokers, is there any way to use the same Database and the same tables names or con