Configuring an Access Control Service Authentication Provider for Salesforce
We have an on premise WCF with a relay configured on Service Bus. The relay works with both SAS and ACS security.On the other end, we have a salesforce lightening connect interface that needs to call...
View ArticleService Bus Session ReceiveBatchAsync only receiving 1 message
Originally posted http://stackoverflow.com/questions/35187172/service-bus-session-receivebatchasync-only-receiving-1-messageI'm using a Service Bus queue with Sessions enabled and I'm sending 5...
View ArticleAuditing solution using Service Bus
Hi,<o:p></o:p>Need valuable suggestion for one of the requirement: Actually we have one requirement to move application auditing solution into azure using service bus. Application already...
View ArticleCommunicationException on Service Bus queue
I have developed a webjob which sends messages to Dynamics Marketing by placing them on a service bus queue. I have multiple instances of the webjob running. When I place multiple messages on the...
View ArticleKindly describe the ideal way to process the service bus (topic) messages...
Hello,Kindly describe the ideal way to process the service bus (topic) messages parallely.1. We would require a mechanism wherein the above could be achieved within a multi threaded environment.2....
View ArticleCalling SubscriptionClient.Close() doesn't stop message pump
I am calling SubscriptionClient.Close() on an initialize subscription but when I send a message to it, the Message() function is still being called and I am getting my BrokeredMessage. Any reason why...
View ArticleService Bus Relay Disaster Recovery using Traffic Manager
HiWe are planning to create a failover for our Service Bus Relay configuration in different region so that if the whole region goes down, something like Traffic manager can switch the traffic to...
View ArticleAzure Service Bus Connection Error from Worker Role
We have Azure worker role which is accessing messages from Azure Service Bus Topic. This process is reading some messages from one Topic & sending some message to another Topic. This was working...
View ArticleProblem starting message broker during service broker configuration
Hi,after a successful Installation of Service Broker 1.0 i started with its configuration.The farm creation was also successful but not the step when the Services are started. First it took a Long time...
View ArticleService Bus Relay to on-premise WCF using HTTPS
Hi,We have an on premise WCF REST service hosted on IIS 8.5. The application pool for the service is set as follows:StartMode=AlwaysRunningAutoStart=true The system.applicationHost/sites configuration...
View ArticleMessages from the queue not been removed.
Hi, I have an azure service bus queue where CRM 2016 Dynamics writes messages to the queue and have a web job which processes the messages. I am able to process the messages but after calling Complete...
View ArticleHow can I clear the Session State
SetState accepts a stream as it's parameter to persist the Session state between handling messages for that session.But when I know the last message has been received how do I set the state to...
View ArticleCertificate requested with thumbprint xxx not found in the certificate store....
The certificate for the server hosing the Service Bus expired two days ago and did not auto renew. This is because we changed to a new CA last year and decommissioned the old CA. As a result of this...
View ArticleRemote Server returned an error: (500) Internal Server Error
From @sfeldman via Twitter: ASB EastUS is misbehaving this morning: Microsoft.ServiceBus.Messaging.MessagingException : The remote server returned an error: (500) Internal Server Error. The server was...
View ArticleHow do you remove / clear out Windows Service bus message queues
Hello, I have a Windows Service Bus 1.1 installed on my PC. Just wondering how to remove the message queues - as I am having problem with my application. How would you do it from scratch? Thank youKevin
View ArticleAzure Service Bus relays on Linux
Hello everyone,I am currently hosting on premises WCF services on Azure service bus relays, soon we will develop a RESTful services on Linux and wondering how we do that on Linux platform?Thanks
View ArticleCustom Time To Live (header TTL) ignored on messages if over a day.
I've been playing with making messages expire at difference times, and what I've found is that if you set a TTL over a day in a message, it basically ignores your TTL and just makes it a day instead,...
View ArticleRun a simple C sample on Intel Edison
Hi all , I am trying to connect a intel Edison to IOT hub as to documentation on Azure at Git...
View ArticleAzure IOT Hub consume device to cloud messages
HelloCan I consume messages from an IOT Hub endpoint with HTTP rest?Greeting Nathan
View ArticleAzure Worker Role crash due to ObjectDisposedException not properly handled
Hello,Today we spotted a strange Azure worker role crash. A call stack doesn't contain our code, only the code from ServiceBus. Has anyone seen such problem? I'm interested in root cause since this is...
View Article