Hi,
What is Volatile Queues in WCF? How they can used?
Thanks,
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Pravin MorePosted Sep 26, 2011, 12:58 AM
There are scenarios in the project when you want the message to deliver in proper time. The timely delivery of message is more important than losing message. In these scenarios, Volatile queues are used.
below link will show you how to implement it in code .plz refer this link for Binding code........
http://www.dotnetfunda.com/interview/exclusive/x762-what-are-volatile-queues-.aspx
thanks...this will help you.
Pravin.