How to connect to Azure Service Bus Queue using RSA Public Key Exponent and...
My Application is connecting to multiple queues configured by external system using Endpoints and queue Names. If RSA Public Key Exponent and RSA Public Key Modulus are used to in Queue Settings while...
View ArticlePut token failed. status-code: 404, status-description: The messaging entity...
I have a python Azure Function running in a container in AKS. The function received a message from a queue, and puts a message in another queue back. This is referring to the inbound queue:fail:...
View ArticleAre certificate renewals announced somewhere?
Hi,Since last week 27th of August the SSL of Azure Service bus is renewed:.So the previous certificate expired and a new was put into place. Is this somewhere announced? That the certificates are going...
View ArticleConnection between ServiceBus properties AutoDeleteOnIdle and ForwardTo?
What is the relation between the ServiceBus properties AutoDeleteOnIdleand ForwardTo?I have a ServiceBus queue with AutoDeleteOnIdle property set to max value, 10675199:2:48:5:4775807I am updating the...
View ArticleAzure Relay Hybrid Connection Response Headers
I have a pretty vanilla set up taken straight out of the examples. I want to set the response headers but they never seem to get set.context.Response.Headers.Add("something", "or another");Isnt that...
View ArticleCould not load file or assembly 'Microsoft.ServiceBus, Version=3.0.0.0,...
I have been using this Microsoft.ServiceBus.dll recently in my .net windows service and it was working fine . Suddenly it started showing this error when being used in Windows service which is deployed...
View ArticleAppFabric SDK
I am looking for the AppFabric SDK installer and cant seem to find it online anywhere.I am currently working on a migration project and need it as part of the plan to move to Azure.Please can you point...
View Articlesending azure monitoring alert to event grid or other event service
I want sending azure monitoring alert to event grid or other event service to use by other on Prem application. I have tried sending alert to action group as webhook which I use the event bus end point...
View ArticleIf exception occurs is there any way to send message into dead letter topic...
I have azure function app which trigger based on new message into service bus topic. But if any exception occurs i want to send message into dead letter topic how to do that?...
View ArticleIs using many topics usually better than using just one?
I am trying to design the strategy that my organization will employ to create topics, and which messages will go to which one. I am looking at either creating a separate topic for each event, or a...
View ArticleMigrate Service Bus to different DNS end point
When the WFM cluster was configured we have used this command:Add-SBHost -SBFarmDBConnectionString 'Data Source=SQLWFM;Initial Catalog=SbManagementDB2;Integrated Security=True;Encrypt=False'...
View ArticleTLS 1.0 issues with service bus queue
Hi. I posted the following query to the Azure Support Twitter team and they responded with what looks to be a very promising link:...
View ArticleHow to send message from Deadletter topic to Main and complete it using .net...
I'm able to send message to Main from Deadletter using below code but issue is unable to complete that message. error at this line - await...
View ArticleService Bus Explorer - Minimum access permissions
HiNot sure this is the correct forum for this, but I was wondering if you guys are also using the Azure Service Bus explorer to explore and troubleshoot issues in the Service Bus.I would like to grant...
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 ArticleBehavior of TopicClient.SendBatch if it fails
Hi,When and especially how does the TopicClient.SendBatch(...) fail? Does the whole batch fail or is it a partial success/failure?Thanks, Steven HillaertSteven Hillaert blog.hill-it.be
View ArticleCan i read dead lettered message from service bus topic subscription using...
Can i read dead lettered message from service bus topic subscription using .net core console application?If so please share sample code.
View ArticleAzure Service bus queue getting deleted unexpectedly
We experienced that our Azure service bus queue got deleted automatically, we had to create it again. The value for Auto Delete on Idle has max number of days hence it is not related to this value. We...
View ArticleSending message to Azure ServiceBus queue via REST api
Hi All, I am trying to send a message to Azure ServiceBus queue using REST api via POSTMAN, but when I trigger the message I am getting the below error:-<Error> <Code>405</Code>...
View ArticleServuce bus queue - multiple messages for receiver
Is it possible to configure a listener, so more than one thread or message is processed at a time. For example. If I post 100 messages to a service bus queue. I would like 10 threads to process 10...
View Article