In case a message is being "retried" as a result of an exception, is it being returned physically to the queue? to the beginning? to the end? Is it re-processed after the existed messages in queue? Is it being kept in application memory?
I have not found any description for the masstransit retry mechanism flow in the documentation.
Please refer me to any documentation that explains it, thanks.