Search code examples
azureibm-mqazure-logic-apps

"Inquire" error from reading IBM queue messages from Azure Logic apps


I am trying to read messages from a IBM queue with a Azure Logic App with the "MQ" trigger.

Problem is that its not only reading, but making an inquire (ie. reading the depth of the queue etc). and we are not allowing that due to security concerns/settings.

Is it possible to turn this off or configure this, so it does not make any inquire?


Solution

  • AFAIK, MQ connector in Logic apps it does enquire about entire queue, it reads till the end of the queue.

    And this is how the connector works, so I would suggest you to use Azure functions or custom integration.

    For further refer this.