02-14-2022 08:24 AM
Hi, I have search the community and Google for that matter but I cannot find a sample of how I can pass a custom value to an error pipeline.
When we start a pipeline we consume message information from a RabbitMQ queue and when we have an error in our pipeline I need to pass that message information from the queue to the error pipeline.
Can somebody please tell me how to do this or is it possible at all because I have tried days to get this working from the samples I found on the internet but to no avail?
Thanks you for your help.
02-14-2022 04:10 PM
Hi @Richard,
We may need a bit more information of how your pipeline is configured. Is the message coming directly into a RabbitMQ Consumer Snap or do you have something before it?
02-14-2022 09:40 PM
@Richard If I understand your question correctly, you can refer below steps-
Hope it might help you.