ibm-messaging / mq-mqi-nodejs

Calling IBM MQ from Node.js - a JavaScript MQI wrapper
Apache License 2.0
79 stars 42 forks source link

Can we get the upper bound of the GET-ASYNC operation. #184

Open sanohdar opened 2 months ago

sanohdar commented 2 months ago

Please include the following information in your ticket.

Few queries related to Limitation of GET ASYNC operation

  1. What is the total no. of handlers available to simultaneously support get operation ?
  2. is there any FLAG by which we can control the connection polling here ?
  3. we need these limitation information for the documentation purpose.
ibmmqmet commented 2 months ago

There's no particular limits on number of consumers from a queue. The setTuningParameters function has a few documented controls on message consumption, but they're unlikely to need to be changed.