How to access Service Bus Queue
Hi,In our application, JSON data packets are received by the Web APIs (REST), and put it into Service Bus queue, I would like to see or access (how many data packets are present and when the packets...
View ArticleHow can I scale my service for individual tenant need using service bus...
Based on an reply in this post :...
View ArticleHow can I have java script client call service bus endpoint (relay feature)?
Hello - I would like to expose couple of WCF services using service bus endpoint (relay) to our customers. our customers are mostly java script clients. meaning - they will need to call service bus...
View ArticleCan I use service bus relay for ASP.Net Web APIs or it has to be wcf service...
Can I use service bus relay for ASP.Net Web APIs or it has to be wcf service only? If so - Can you please point me to some documentation around it?-PPT
View Articlefile upload in real time
I have a requirement to upload a number of files generated by a device to cloud storage. I thought of doing this directly from on premise to blob storage and meta data stored in azure table. but the...
View ArticleSending messages to Service Bus for Windows Server via AMQP in a NLB cluster
When connecting to our load-balanced Service Bus instance via AMQP, we cannot send messages to a queue or topic. We have a Windows Server 2012 R2, running in a VM on Hyper-V. The server is part of a...
View ArticleService Bus with WCF in IIS 8 with Application Initialization Issue
I’m running service bus 1.1 on premise locally and have it hooked into a wcf service using netMessagingBinding. I installed Application Initialization and set Start Mode to AlwaysRunning for the...
View ArticleCan't uninstall service bus
Hi,When trying to uninstall Service Bus i get this error:"This computer is part of a farm. To uninstall, first leave the farm either using 'Leave from Farm' option in Service Bus Configuration tool or...
View ArticleServiceBus Authorization rule creation always fails with "Request to a...
Hi All,I am using \packages\Microsoft.WindowsAzure.Management.ServiceBus.0.17.1-preview\lib\net40\Microsoft.WindowsAzure.Management.ServiceBus.dll ServiceBus Authorization rule creation always fails...
View ArticleService bus performance using AMQP
Hi,I am checking the performance of the service bus on the AMQP link. Using qpid-proton-c 0.8 on my Linux machine Intel(R) Core(TM) i7-4800MQ CPU @ 2.70GHz (8 cores) with 8 GB of memory, sending a...
View ArticleBindings to use for communicating using Service Bus Relay service
Hi,I need to use the service bus relay service for synchronous communication between 2 applications (one in cloud and other in corpnet behind a firewall). I wanted to know what is the best option...
View ArticleWhere do failed message in a subscription with filter go?
If a create a topic, that has 1 subscription with a filter and I send a message to that topic with a filter that fails the subscription filter test, where does it go?ThanksRalph
View ArticleHow does one get a list of messages.
I would like to get a list of all the messages in a queue, topic or subscription but I do not want to remove them from the queue, topic or subscription.ThanksRalph
View ArticleAttempting to Send data to Event Hub - No connection could be made because...
Found this simple piece of code that *should* send an event to my Event hub. The connection string is good and no matter what I've tried it comes back to the exception getting thrown on...
View Articleerror running the service bus sample at...
I am getting the following error when I run the service bus (service) code at https://msdn.microsoft.com/en-us/library/azure/ee725236.aspxusing System.ServiceModel.Description; using...
View ArticleSame WCF service endpoint to multiple topic/subscriptions
I have a WCF endpoint that I would like to subscribe to multiple topic/subscriptions with the same interface. Then once it gets to the .svc, route based on the brokered message properties. (This is...
View ArticleUsing proton-c to send message on the server bus fails randomly with...
Hi,I am trying to use proton-c wrapper with C++ code to connect to a local server bus server. I was able to send several message.However, the call `pn_messenger_send` fails randomly with error code...
View ArticleThe remote event receiver callout didn't return a successful result.
I have sharepoint remote event receiver, in order to debug it its widely known you have to use a Windows Azure Service Bus,ACS connection string to be specific.The problem is I have intermitent errors...
View ArticleEvent Hubs sporadic exceptions
Hello all,I hope someone can give me a hint on where to look for solutions for these errors we're encountering sporadically when sending messages to Event Hubs from a series of web roles. This is a...
View ArticleWhat to do when there is lot of packets pending for processing in queue
Hi,In our application, we have service bus queue, one of the Web APIs (REST) picks the data from devices and puts into the Queue. The worker role picks the packets and process it.To improve the speed...
View Article