Windows Service Bus读取消息而不删除它们

时间:2014-03-25 13:44:16

标签: c# azure servicebus azureservicebus

HY,

是否可以从服务总线接收消息而不删除它们? 我在文档中找到了peek()函数,但我无法在Windows Service Bus 1.0 API中使用它。我尝试了以下方法:

    //Creates a new copy of SubscriptionClient with specified name and topic path.
    SubscriptionClient subscriptionClient = messagingFactory.CreateSubscriptionClient(topicName, subscriptionName);

但是只有一个可用的接收函数可以删除消息。在Service Bus Explorer中有一个名为" Peek all messages"它没有删除消息。有人知道他是如何实现的吗?

我在文档中发现了一个peek函数,但我无法使用它:

http://msdn.microsoft.com/de-de/library/windowsazure/microsoft.servicebus.messaging.subscriptionclient.aspx

祝你好运

0 个答案:

没有答案