Skip to content

Commit

Permalink
Support multiple queues at the IBMMQ scaler (#1473)
Browse files Browse the repository at this point in the history
* Support multiple queues at the IBMMQ scaler

Signed-off-by: rickbrouwer <[email protected]>

* support multi name

Signed-off-by: Rick Brouwer <[email protected]>

* Add operation

Signed-off-by: Rick Brouwer <[email protected]>

---------

Signed-off-by: rickbrouwer <[email protected]>
Signed-off-by: Rick Brouwer <[email protected]>
  • Loading branch information
rickbrouwer authored Nov 5, 2024
1 parent ff72c35 commit db0fd55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion content/docs/2.16/scalers/ibm-mq.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ triggers:
**Parameter list:**
- `host` - IBM MQ Queue Manager Admin REST Endpoint. Example URI endpoint structure on IBM cloud `https://example.mq.appdomain.cloud/ibmmq/rest/v2/admin/action/qmgr/QM/mqsc`.
- `queueName` - Name of the Queue defined from which messages will be consumed.
- `queueName` (or `queueNames`) - Name of the queue. It supports multiple queues separated by a comma character ( `,` ).
- `operation` - Operation that will be applied to compute the number of messages. Either `max` (default), `sum`, or `avg`. (Optional)
- `tlsDisabled` - Can be set to 'true' to disable TLS. (DEPRECATED: This parameter is deprecated as of KEDA v2.16 in favor of unsafeSsl and will be removed in version v2.18, Values: `true`, `false` , Default: `false`, Optional)
- `queueDepth` - Queue depth Target for HPA. (Default: `20`, Optional)
- `activationQueueDepth` - Target value for activating the scaler. Learn more about activation [here](./../concepts/scaling-deployments.md#activating-and-scaling-thresholds). (Default: `0`, Optional)
Expand Down

0 comments on commit db0fd55

Please sign in to comment.