I am trying to run in a Parallel foreach loop on all messages I have in my queue, but I am getting this error:
Error: Property Body was not retrieved when receiving the message. Ensure that the PropertyFilter is set correctly.
When I do the same loop with a foreach (without the parallel), it all works good.
Any idea what should I do to solve this issue?