azureservicebus - Setting retry policy for Azure Topics -


how specify retry policy azure topic, using following code format

 var topicclient = servicebusfactory.createtopicclient("topicname");  topicclient.retrypolicy = ??  topicclient.send(message); 

also servicebus have internal retry mechanism.

you can find answer here. default retryexponential or noretry.


Comments

Popular posts from this blog

cakephp - simple blog with croogo -

How to group boxplot outliers in gnuplot -

bash - Performing variable substitution in a string -