how to push message with RFH header to IBM MQ using Azure logicapp (standard) built-in connector

Hina Yasir 6 Reputation points
2022-11-11T19:25:10.737+00:00

MQ connector in Azure logic app (standard) gives an option to read message with or without header but I want to send a message to queue that is expecting RFH header. There is no such option in Azure Connector. Is there any work around for this?

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,119 questions
0 comments No comments
{count} vote

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 54,456 Reputation points
    2022-11-15T04:56:16.003+00:00

    @Hina Yasir Thanks for reaching out. I don't see any properties for the built-in or azure connector for IBM MQ that can set the RFH header while sending the message. The Send Message or Send Message V2 doesn't have any property as per the documentation. So unfortunately, you cannot use any other fields that are not configurable in the connector.

    The workaround would be leveraging the REST API of the IBM MQ if there are any and calling them over HTTP action from logic app.
    Feel free to provide your feedback here if this is something you want to see in IBM MQ connector.

    0 comments No comments