Filtering messages based on reason code
Hi All,
I have a scenario where close to 2 million Messages have to be read from MQ into ADLS via Logic Apps.
I have used MQ Connector to read the messages and upload to blob, but this seems to be very slow inspite of scaling up the Logic APPS.
I have tried to have parallel thread to handle this in the workflow but there seems to some issue with the parallel thread.
is there a way to filter out the messages based on reason code so that i can read only if the messages exists.
Hi All, I have a scenario where close to 2 million Messages have to be read from MQ into ADLS via Logic Apps. I have used MQ Connector to read the messages and upload to blob, but this seems to be very slow inspite of scaling up the Logic APPS. I have tried to have parallel thread to handle this in the workflow but there seems to some issue with the parallel thread. is there a way to filter out the messages based on reason code so that i can read only if the messages exists. Read More