I've noticed that sending messages to a remote private queue silently fail when lack of permissions is blocking them. I would like my application to be able to display or log error messages in this situation. Is this possible with the current implementation of RSB?
So far, the only way I've found to programatically detect this scenario requires modifying RSB, by enabling dead letter queues by adding a line to MsmqMessageBuilder.cs message.UseDeadLetterQueue = true; -- You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/rhino-tools-dev?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
