Windows Service Bus 1.1 on premises is it compatible with VS 2017
HI We are trying to use windows service bus 1.1 on premises with VS 2017 and .Net framework 4.7. Will it be a problem or we can use it ?ThanksKokonad
View ArticleAzure function takes time to send broked messages to queue
Hi Team,I have implemented ones simple functionality to send a brokered message to service bus queue, but when i am verifying the performance of my azure function maximum time takes in sending messages...
View ArticleAzure function takes time to send brokered messages to service bus queue
Hi Team,I have implemented ones simple functionality to send a brokered message to service bus queue, but when i am verifying the performance of my azure function maximum time takes in sending messages...
View ArticleEventHubTrigger Poblems
Hello everyone,after I followed the instructions on the following articleshttps://docs.microsoft.com/en-us/azure/azure-functions/functions-create-first-azure-function...
View ArticleNamespace not listed but error message states it exists
I am trying to create a Service Bus Namespace however I get an error stating that a namespace with that name already exists. No such namespace appears in the list however.This may be because I...
View ArticleAzure Subscription Configuration via REST
Hello Everyone,I am working in Application Integration and recently one of the requirement is to Subscribe to Azure Subscription / Topic Via DataStage.I am trying to configure the REST API for the...
View ArticleSession based Filtering not happening in Receiver Azure Topic
I have been working on session enabled topic/subscription. used following code to create Topic/Subscription, var subscriptionName = "TestSubscription"; var topicName = "MyPartitionTopic"; var...
View ArticleGetting SessionCannotBeLockedException on retrieving message
While performing receive operation usingvar session = await subscriptionClient.AcceptMessageSessionAsync(sessionId); in Topic/subscription SessionEnabled I am getting following execption...
View ArticleMessagingCommunicationException - Azure service bus
Quite frequently i see below errors in log files, are these not internally handled by service bus and retry ?. These doesn't seem to be timeout error and according to information from MSDN retry policy...
View ArticleHow to enable RequiresSession Property in Subscription
I have topics and subscription already been created in production.Now I have to enable RequiresSession for the existing Subscription without losing the data. But it is allowing to set the property...
View ArticleNeed advice on dealing with DeadLetterQueues for Topic Subscriptions
I have a question about suggested strategies for dealing with Dead letter queues for Topic subscriptions. The situation we have is this: Our service has a Subscription to a Topic that another team...
View ArticleSAS Shared access signature tokens w/Service Bus
Azure storage has the ability to click a button and generate SAS keys for storage accounts, however the portal does not have that same ability on the service bus. Is this even possible to do, outside...
View Articlecan you fill in the gaps in this service bus description?
I'm new to service buses and trying to get a better understanding of the details. Consider the following statement:"If the max delivery count for a message is exceeded for a subscription then the...
View ArticleException: The remote server returned an error: (400) Bad Request.. Method b__1
Hi All,when I am trying to send a message to a topic from service bus explorer 4.0.110, I am getting "Exception: The remote server returned an error: (400) Bad Request.. Method...
View ArticleFQDN in Azure Event Hub
Hi, I have a kafka producer code which i'm now trying to send same events to Event hub. For that it asks for Event Hub FQDN. Please see the config snippet...
View ArticleTriggering Azure DevOps with a Service Bus Queue
I have a CMS which powers my Static Website, currently I can build my website each time I make a checkin via source control, however I cannot see my changes when I make CMS changes. I hada solution!...
View ArticleHow to enable Azure Event Grid Webhook to Azure VM
We're using Azure Event Grid Webhooks (https://docs.microsoft.com/en-us/azure/event-grid/receive-events) with the endpoint configured as a server running in an azure virtual machine. The VM is running...
View ArticleNot able to list the hybrid relays inside a relay namespace using namespace...
I am trying to list the hybrid relays inside a relay namespace. I have tried usingNamespaceManager namespaceManager = NamespaceManager.CreateFromConnectionString(connectionString); var _azureRelays =...
View ArticleSubscibing Azure Topics
Hi,I have a Azure Servicebus Topic, which have multipleSubscriptions. I need to subscribe the Topic subscriptions in a Windows Service. Can I know how this can be done.
View ArticleAzure Service bus MessageReceiver.ReceivAsync returns null
I have an azure function that is triggered every 1 minute. The function creates a MessageReceiver like thisvar messageReceiver = new MessageReceiver(serviceBusConnectionString, entityPath,...
View Article