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

Support multiple queues at the IBMMQ scaler #6182

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

rickbrouwer
Copy link
Contributor

@rickbrouwer rickbrouwer commented Sep 23, 2024

Changed the queueName parameter so that it accepts multiple queues (comma (,) separated). The code is is changed so it's request the current depth per queue and only use the current depth from the queue with the most messages. Because it's accepts multiple queues, queueNames will be also supported.

Also added extra check for authentication error. When an incorrect password is given the error message is error inspecting IBM MQ queue depth: failed to parse response from REST call. The reason is a bit unclear. That's why I added a better error message error inspecting IBM MQ queue depth: authentication failed: incorrect username or password.

Checklist

Fixes #6181
Docs: kedacore/keda-docs#1473

@rickbrouwer rickbrouwer marked this pull request as ready for review September 23, 2024 15:22
@rickbrouwer rickbrouwer force-pushed the issue-6181 branch 5 times, most recently from a31b5ed to dc66dcc Compare October 2, 2024 12:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support multiple queues at the IBMMQ scaler
1 participant