Azure Servicebus gave System.ServiceModel.AddressAlreadyInUseException
Hi Support,My azure service bus giving me below exception when listener trying to connect it: Service cannot be started. System.ServiceModel.AddressAlreadyInUseException: The specified address already...
View ArticleWhat maintenance should be done on the sql server instance housing Local...
The sql instance hosting local service bus has a log file (SBMessageContainer01_log.ldf) that is suddenly consuming 40GB of drive space. It consumed all available drive space.Also, reviewing the tables...
View ArticleACS Migration - Existing Namespace no longer accessible
Hi Folks, We are in the middle of the replacing Azure Access Control Namespaces due to its EOL in November this year. We were previously using free tier AAD and ACS for authentication in SharePoint...
View ArticleMigration from ACS authentication for Azure Topic Subscription
The Azure Service Bus authentication is retiring and the suggested migration guide doesn't talk about ACS simple rule authentication on Topic Subscriptions. There is a provision to create SAS rule with...
View ArticleHow to properly complete session message?
Other infoSessions enabled in queue Recipient (full dotnet 4.6.2)Task OnStart() { var factory = MessagingFactory.CreateFromConnectionString(Settings.ConnectionString); var queueClient =...
View ArticleHow to write Unit Test for Azure Function
Hi , I want to write Unit test for Azure function app , this function app use TopicClient for creating topics and post messages to it the function receive HttpRequestMessage and TraceWrite as parameter...
View ArticleCan I send encrypted binary content to an Azure WCF Relay? If not, why not?
I am trying to use an Azure WCF Relay to send an encrypted AS2 message to a BizTalk WCF endpoint hosted on-premises. I've confirmed that the relay is connected on the receiver side and I've been able...
View ArticleQueue is being created with wrong size
In Azure portal, if I navigate to an existing "Basic" tiered Service Bus namespace and add a new queue to it with the default options and by only providing name (default max size is 1GB) it creates a...
View ArticleDoes Service Bus REST API support RBAC
I'm very interested to know if/when the Service Bus REST API will support RBAC. It's my understanding this already works using the .NET API. I see .NET API samples on GitHub but have yet to try them...
View ArticleServiceBusClientWebSocket was expecting more bytes
I am getting the error "ServiceBusClientWebSocket was expecting more bytes" when trying to receive a message via the Azure Service Bus Relay service via WCF over a netTcp relay. I request makes it to...
View ArticleService bus - get messages - REST - no content
Newbie question on the Azure SB QueueI managed to get the to get the token, and can perfectly create Messages in a queue. However when trying to retrieve Messages from the queue it is rather...
View ArticlePrice difference between Standard and Premium
I'm looking to stabilize my Azure Service Bus infrastructure. I'm experiencing poor performance from time to time, probably caused by noisy neighbours. I've looked at the premium pricing tier, but I've...
View ArticleAzure Event Hub - Enable Kafka in ARM template
I would like to automate deploying Event Hubs with Kafka enabled. Is there an ARM template property on the "Microsoft.EventHub/namespaces" resource I can use to enable Kafka? If not, is there a way to...
View ArticleBug in the message scheduling
Steps to reproduce:A message is scheduled on the empty Azure ServiceBus QueueThe message scheduling is cancelled using its <g class="gr_ gr_158 gr-alert gr_spell gr_inline_cards gr_run_anim...
View ArticlePublish to Event Grid failing with "A task was canceled"
Hi,We have recently started to see issues publishing events to the event grid in that it appears to be incredibly unreliable. We are hosting the event grid topic in North Europe. Searching the web,...
View ArticleService bus scalable to 1 million subscribers? How to impliment, how to price...
All,I have a hypothetical situation where a single or small group of message generators will want to sent a topic message to potentially 1 Million subscribers, say 5 times a day. The requirement is...
View ArticleChannel gets closed automatically
Hi, I often run into below exception. Can you please elaborate why the below exception occurs? Is it due to large amount of data or some timeout issue?This channel can no longer be used to send...
View ArticleUnable to send message into Service Bus Queue using Azure function
[FunctionName("Demo")]publicstaticvoidRun([ServiceBusTrigger("%Demo-Queue%",Connection="AzureWebJobsBPGAServiceBus")]string...
View ArticleFastest way to get a notification to 1 million users?
All,I have a hypothetical situation where a single or small group of message generators will want to sent a topic message to potentially 1 Million subscribers, say 5 times a day. The requirement is...
View ArticleSettingup Service Bus in Visual Studio
Hi Expert, I have a requirement to test real time streaming data using Event Hub and Stream Analytics. But I would like to do this setup in my local machine, VS 2017. Is is possible to test this using...
View Article