Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for a trigger based on a queue in an ActiveMQ Artemis cluster #6106

Closed
lavifb opened this issue Aug 28, 2024 · 2 comments
Closed
Labels
feature-request All issues for new features that have not been committed to needs-discussion

Comments

@lavifb
Copy link

lavifb commented Aug 28, 2024

Proposal

As detailed here: artemiscloud/activemq-artemis-operator#892
The ActiveMQ Artemis management endpoint that KEDA uses works alright for 1 instance but fails for a cluster. The issue is that each artemis node only returns its local queue length (not the queue for the entire cluster). Unfortunately, they do not provide an endpoint for returning the queue length for the entire cluster.

Could we add a configuration where we provide multiple target hosts and the the queue lengths get aggregated together to get the total queue length?

Use-Case

Allowing proper scaling based on ActiveMQ Artemis queues in a cluster configuration.

Is this a feature you are interested in implementing yourself?

No

Anything else?

No response

@lavifb lavifb added feature-request All issues for new features that have not been committed to needs-discussion labels Aug 28, 2024
@rickbrouwer
Copy link
Contributor

Is maybe scaling modifiers what will work for you ?

@lavifb
Copy link
Author

lavifb commented Aug 28, 2024

ah yeah, that looks like it would work

@lavifb lavifb closed this as completed Aug 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request All issues for new features that have not been committed to needs-discussion
Projects
Status: Ready To Ship
Development

No branches or pull requests

2 participants