Is there a Java AMQP 1.0 sample for reading events from event hub
HiI saw the Java tutorial for sending events to event hub, yet the receiver in this sample is either written in C# or implemented as a Storm Spout.Is there a Java sample that demonstrate how to READ...
View ArticleService bus queueclient receive returns null, if the message size is more...
Hi, I was able send message to service bus queue with message size more than 64kb. but i can't receive it, it returns null. Do you have any idea what i am missing?ThanksKsen
View ArticleAzure ServiceBus NuGet Package
I am trying to install this on a Visual Studio 2013 update 4 machine and getting an error that the Configuration Manager won't install because I am installing into a project that targets...
View ArticleQuestion on StorageCredentials in a Windows Store App
I'm a little confused on what to enter for the StorageCredentials. Have tried a number of combinations but can't seem to get the right ones. One constructor will take "Account Name" and "Key" and I...
View ArticleStrange PeekBatch Behaviour
I have an Azure Service Bus setup with 2 queues in it:I then have some code which creates a client using a connection string and the accesses the Queue Name by a web config string. So, basically, on...
View ArticleThe request has timed out after 00:00:00 milliseconds.
Hello,I am having weird exception when I try to send a message to a topic and there's nothing on the internet I could "google with Bing" about it.Here's the error messageThe request has timed out after...
View ArticleHow can we use JS to add Event data into Event Hub?
How can we use JS to add Event data into Event Hub? I don't like use C# backend to call event data because it consume my server resource, I want to use JS to add event data , How to do it?
View ArticleBreaking Changes in Azure Service Bus Management API
According to documentation the maximum length of a Queue or Topic path is 260 characters.We have a integration test assuring this. This has always been working. However this now suddenly...
View ArticleEventHubs best practices
Hi,I have different data sources/devices that will send thousands of events to the eventhubs that are then processed by stream analytics. Is it a good practice to have one event hub for each data...
View ArticleService bus queue connection issue
Hi I am having trouble connecting to a pair of ACS Queues from an aspx page, the code and queues work fine from a console application but when referencing the assembly and running the relevant parts...
View Articlewindows server service bus: The operation cannot be performed because the...
Frequently we are getting error while committing the message after reading successfully from the windows server service bus using WCF receiveContext.Complete(TimeSpan.FromSeconds(10.0d)) Message : The...
View ArticleCalling SubscriptionClient.Close() doesn't stop message pump
I am calling SubscriptionClient.Close() on an initialize subscription but when I send a message to it, the Message() function is still being called and I am getting my BrokeredMessage. Any reason why...
View ArticleDeleting messages from a session supported Service Bus Queue/Subscription...
Hi we are using the REST Api DELETE method to remove messages from a session supported service bus queue/subscription as documented in http://msdn.microsoft.com/en-us/library/hh780768.aspx. However we...
View ArticleHow do I prevent Duplicate message not to be inserted in Service Bus Queue...
I want to be sure that if same message is already present in the queue then second message should be ignored.(not inserted to queue) while webjob is processing first message. I tried following code:...
View ArticleEventHub: How to set up the offset when using EventProcessorHost ?
I'm using the EventProcessorHost for receiving messages.I want to initialize the EventProcessorHost and start receiving the last messages. I didn't find a method to set up an offset. So now I have to...
View ArticleEventHubs SDK for Universal App
I write test prototype in .NET 4.5 console program, using Microsoft.ServiceBusBut in Universal App(Win Store & WP 8.1 RT), I did't found compatible SDK can reference.Anyone know how to implement...
View ArticleAppropriate use of ServiceBus Relay for large number of clients WCF
I was hoping for some design advice on the use ServiceBus relays and if the they are the most appropriate technology for my use case.Summary of setup 1. There are 1000's of clients 2. All clients are...
View ArticleService bus 1.1 for windows server causing delay in other WCF services
hello,we seem to have a problem where on a production vm(4core 12gb ram) when service bus 1.1 is running any other WCF service running on that same vm will have it's request delayed/queued. Has anyone...
View ArticleREST call to get all the messages from a Specific Service bus queue or a list...
Hi,I have an on-premises application from where I need to read all the messages from Service bus Queue.We are using Servicebus REST API to access the Queue. Each time we call below REST call, we get...
View ArticleMSMQ to Service Bus
Hello,We have application contains from 3 separate component. Components communicate with others over MSMQ and now we trying to used ServiceBus (Windows Azure Pack: Service Bus 1.1) on Windows server...
View Article