Quantcast
Channel: Service Bus forum
Viewing all articles
Browse latest Browse all 1916

How can I receive messages using ordered batched method in Win 8.1 (WinRT Store App)

$
0
0

I'm using WindowsAzure.Messaging.Managed in my Windows Store App, and I can receive only one message per second.

e.g.

Topic topic = new Topic(TopicName, connectionString);
Subscription sub = new Subscription(topic.Path, "Receiver", onnectionString);
sub.ReceiveAsync<Message>().ContinueWith(MessageReceived);

How can I receive ordered batched messages like in regular .NET 4.51 app using BrokeredMessage class.

Thanks


Viewing all articles
Browse latest Browse all 1916

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>