Events HUB and Python
Hello,Does Events HUB works with Python?I saw in documentation only example for .NET, Java and C.
View ArticleHosting WCF Service with NetTcpRelayBinding in IIS
I'm having trouble hosting my WCF service with NetTcpRelayBinding in IIS. When I activate the service by browsing the WSDL it publishes a relay to Azure service bus, but as soon as I try and call it...
View ArticleServicebus Namespace creation stuck in 'Activating' state for hours
Good evening,I created a new Azure Servicebus namespace earlier today (by now it's been 4..5 hours) but even now and after refreshing, logging in and out from the Management Portal, the creation of the...
View ArticleServiceBus namespace in Activating state
I created a new Azure Servicebus namespace earlier today using powershell and it shows Activating since 4 hours now. i had created one earlier and it created instantly, but now any new one i create...
View ArticleServiceBusConfiguration.configureWithConnectionString can't work, error “The...
I'm using newest Azure java sdk(version 0.6), but I found I have problems when I use service bus configuration "configureWithConnectionString" function. Here is my code below,//get config string...
View ArticleSAS or ACS on Windows Service Bus 1.1
HIHaving some basic understanding now of SB for Window 1.1, I find myself faced with authentication questions.There are two options I see. SAS Tokens or ACS Token.Specifically, I have a SB installed on...
View ArticleMicrosoft.ServiceBus.Messaging.QueueClient ReceiveBatchAsync?
This method would seem to be useful for reading multiple message from a queue but I've yet to get more than one.var messages = await client.ReceiveBatchAsync(50); await...
View ArticleHigh CPU on idle ServiceHost connected to Azure Service Bus Relay
We make use of the Azure Service Bus Relay in our product (version 2.3.4 of theWindowsAzure.ServiceBus NuGet package). One of our customers reported that the CPU on their server was pegged at 100%. We...
View ArticleHow to address connection issue with Azure Service Bus?
My colleagues and I have identified an issue with Azure Service Bus where the service host consumes high CPU for about 90 seconds after a rogue ACK\FIN packet is received (we think the firewall may be...
View ArticleDifferences in number of messages returned from Azure service bus queue
Our team had interesting experience regarding receiving messages from Azure service bus queue.We had one Azure service bus queue in Australia region which contains thousands of unlocked messages. We...
View ArticleCreating a new Authorization Rule in SB 1.1
HiI am using Service Bus for Windows 1.1. I want to create some new Shared Access Authorization Rules for my queues and topics but I'm not sure how to do this.I am using the PowerShell and issuing the...
View ArticleService Bus Broker Message - Malformed authorization token
Hey,I've encountered an issue trying to retrieve messages from the service bus. The scenario when i encounter this problem is when the app its running on a POS(Point of Sale) in another city. If i run...
View ArticleWhen the next Azure Java SDK release? Now verison is 0.6.0
Hi,As I know, next Azure Java SDK maybe support SAS Authentication for Service Bus, not ACS any more. So I want to know the time when the next new release comes out. Because it's important for our...
View ArticleEvent Hub: Unauthorized access. 'Send' claim(s) are required to perform this...
I am receiving the following error when attempting to send telemetry to Event Hub using AMQP from an ASP.NET application.Unauthorized access. 'Send' claim(s) are required to perform this operation....
View ArticleCreating a Queue using PowerShell
Hi,Is it possible to create a Queue or a topic in Service Bus for Windows Server 1.1 using Powershell or do I have to do this through code?ThanksGraham
View ArticleAzure Service Bus queue Connectivity through JMS Issue.
We have an application deployed in Azure VM which has integration through Azure Service Bus queue. We are using JMS Client library. JMS library is configured to work in listener mode. Everything works...
View ArticleEvent Hub Consumer Consumer Groups Confusion
I am a bit confused with EventHub ConsumerGroups. I am currently sending event data to<NAMESPACE>.servicebus.windows.net/<EVENT_HUB_NAME>/publishers/<PUBLISHER_NAME>, which gives me a...
View ArticleNotification Hubs, call RegisterNativeAsync returns...
Trying out using Windows Azure Notification Hubs in a Windows Phone 8.1 application. When I call RegisterNativeAsync passing the httpChannelUri, it throws a RegistrationAuthorizationException:HTTP...
View ArticleMessages in Topic get corrupt or do not deliver
Microsoft Azure Service Bus with a subscriptionSo i have an application that subscribes to a topic and listens for messages. These messages have a seralizable payload. Every once in a while i'll...
View ArticleCan not view profiling details for Azure Cloud Service
I am trying to profile a worker role instance in my Azure deployment using Visual Studio IDE following the below link and it work well in locally with the...
View Article