Connect BTS to Azure Service Bus Quesues
Hi there, One of the apps on our BizTalk Server has a send port that points to SFTP server where it posts the messages which are being picked up by one of our Service Partners. We don't line the FTP...
View ArticleCreateQueue using Simple REST client
I'm trying to create a queue on Azure using Service bus. Due to some restrictions I need to do it using RAW GET/PUT requests so I'm using Simple REST Client.This is how I've created the signature...
View ArticleDe-coupling my system
Hi there, Various systems at the premises of PartnerA connect via VPN to various systems at the premises of PartnerB to get access to data. Some of the systems of PartnerA will break if the connection...
View ArticleWhat's wrong with my service bus queue
In my chat application, I have a service bus queue created 2 years ago, which works perfectly good and very fast.Now, I needed to create a twin application, so I created a new namespace and queue. It...
View ArticleMicrosoft Service Bus Gateway Event ID 1000
I have Error when i have run the Services Bus Message:Failed to start Service Bus Gateway Service.The description for Event ID 1000 from source Application Error cannot be found. Either the component...
View ArticleGetting messages from Azure Service bus is taking 120 to 160 seconds to...
Hi,I am trying to get messages from azure service bus queue, Here is the method , Queue is not a enabled for partition, and there are no messages in the queue(empty) at the time...
View Articlehow to define a service bus connection string to support the load balancing
We have created a service bus farm using Service Bus for Windows Server 1.1 on one server and joined this existing farm from other 2 servers. And using netMessagingBinding for WCF applications Now how...
View ArticleLogging Into Event Hub (Eventually into Azure Table)
Hello,(Sorry, I didn't find relevant category for this post of posted in the Azure Backup section.)I have BizTalk VMs in Azure and for logging purpose I...
View ArticleWindows Service (on-prem) - what permissions does the RunAs account need to...
The services that get installed for an on-premise install need a domain account (for the RunAs parameter)- can't find any detail as to what rights this account needs. Can anyone expand?
View ArticleAzure Service Bus WorkerRole not executing async Method
I have hosted Service Bus project on Azure and woker role is processing all messages. I have noticed that “asyncTask” Wait() not executing always. sometime it is executing there is no guarantee it will...
View ArticleAzure IoT Hub - REST APIs
Hello,The only IoT Hub REST APIs doc I found is this one https://msdn.microsoft.com/library/mt548492.aspx. Are these the only available APIs? What about sending messages (in analogy with Event Hubs)...
View ArticleInstall Azure Service Bus locally which support for Relay Messaging
Hi,I am using Azure Service Bus (Relay Messaging) for my application. I see in this link that we can install Service Bus on windows server (https://msdn.microsoft.com/en-us/library/jj193014.aspx).I am...
View ArticleInstall Azure Service Bus locally which support for Relay Messaging
Hi,I am using Azure Service Bus (Relay Messaging) for my application. I see in this link that we can install Service Bus on windows server (https://msdn.microsoft.com/en-us/library/jj193014.aspx).I am...
View ArticleExample of Windows Server Service bus 1.1 using REST API
Hi I following tutorial of service bus brokered messaging using REST API https://msdn.microsoft.com/en-us/library/azure/hh416754.aspxI get an exception Could not connect to...
View ArticleError configuring using Windows Service Bus (1.1) Configuration Wizard
I am trying to Join an existing farm using Service Bus Configuration Wizard. But getting error as shown below: And the log details says- System.Management.Automation.CmdletInvocationException: Starting...
View ArticlePartitioned Topics with Filtered Subscriptions
While the MSDN documentation doesn't directly call out that you cannot use a Topic with Partitioning enabled, posts like this one...
View ArticleThe namespace 'Notifications' does not exists in the namespace...
I was getting started to make use of the notification hubs and got stumbled in the first step itself. I am creating a console application to push out notifications. I added ServiceBus reference using...
View ArticleService bus relay NetTcpRelayBinding works but BasicHttpRelayBinding does not
I am trying out the service bus relay and when I use the following code at the server end it works fine. host.AddServiceEndpoint( typeof(IMyServiceInterface), new NetTcpRelayBinding(),...
View ArticleHow to send data to EventHub using Powershell
Hi Expert,I struggled to send data to an EventHub using Powershell. I hope someone can help me.First: documentation here from MSbut i think I really did not understand ;( Second: below the code I used...
View ArticleIoT Hub FeedbackReceiver
If you have an IoT Hub and you send messages to a device you can have a FeedbackReceiver to request delivery acknowledgement, like described in :...
View Article