Search code examples
c#web-configmsmq

Set Queue Path in Web.config


I am using MSMQ in C#, how can i set queuepath in web.config?

Any suggestions?

Thanks


Solution

  • It was really simple i found solution.

    <add key="MSMQName" value=".\private$\WebSiteEmails"/>