I wanna know for how long do poison messages live in the poison subqueue. I have been reading documentation and it does not seem to be clear... Thanks in advance
Asked
Active
Viewed 89 times
0
-
assuming that you are using WCF, look at there TimeToLive attribute on the binding - https://learn.microsoft.com/en-us/dotnet/framework/configure-apps/file-schema/wcf/netmsmqbinding – Dhawalk Jul 14 '17 at 18:33
-
2@Dhawalk thanks, I thought this attribute was only when the messages where in the receving queue. – parayac Jul 14 '17 at 19:43