开发者

how to purge journal queue in c#?

开发者 https://www.devze.com 2023-01-04 17:04 出处:网络
i am getting the purge to work on a queue but not on its journal any idea why? MessageQueue oque1 = new MessageQueue(Qname);

i am getting the purge to work on a queue but not on its journal any idea why? MessageQueue oque1 = new MessageQueue(Qname); oque1.UseJournalQue开发者_StackOverflow社区ue = true; oque1.Purge();


The journal is a different queue. You have to refer it explicitly to purge it.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号