I would like to know the current best practice for writing a resilient Producer / Consumer using the Service Bus QueueClient.
I'm a little confused over the purpose of the Azure Service Bus QueueClient.RetryPolicy http://msdn.microsoft.com/en-us/library/microsoft.servicebus.retrypolicy.aspx
and when i should use the Topaz Retry Policy instead http://msdn.microsoft.com/en-us/library/microsoft.practices.transientfaulthandling.retrypolicy.aspx
Does the QueueClient have built in Transient Fault handling and not require the use the Topaz library?
Thanks for your help