Skip to main content
Filter by
Sorted by
Tagged with
3 votes
4 answers
6k views

I am starting work on a new project using the new Windows Server Service Bus 1.0 Beta. I am trying to set up a test environment on an AWS EC2 virtual machine. I have installed the Service Bus on a ...
johnmcase's user avatar
  • 2,059
9 votes
4 answers
7k views

I'm having an intermittent problem with the Azure Service bus. Sporadically, placing a message on the bus causes the following exception: TYPE: InvalidOperationException MESSAGE: The operation ...
Nik Pinski's user avatar
1 vote
1 answer
3k views

I'm sending messages to a Service Bus Queue from a Worker Role. I noticed that randomly some messages are lost. When I debug, I set a breakpoint after the Send method and log into my Azure Panel to ...
Sebastián Odena's user avatar
1 vote
1 answer
854 views

I just noticed a major bug (Unless im missing something) in BizTalk connected to a servicebus queue using the WCF-Custom adapter. I noticed a message had not reached BizTalk from the queue so i ...
DOOMDUDEMX's user avatar
1 vote
3 answers
209 views

This guide to using Service Bus says the first step is to create a Service Namespace. I don't see how to do this in the portal for Azure Web Sites. The UI doesn't match the instructions given. I'm ...
Todd Ropog's user avatar
  • 1,141
1 vote
1 answer
329 views

Just hooked SignalR.WindowsAzureServiceBus to my web project and it appears to cause a problem in the SignalR.Client library. I get the following error when I send a message: Format Exception: Input ...
Travis Heseman's user avatar
0 votes
1 answer
317 views

I try to follow the given tutorial at 1. I've created one topic with 2 subscriptions on the topics, respectively with the sqlFilter (user_age < 50) and (user_age>= 50). I've a custom property ...
orleant's user avatar
  • 33
2 votes
1 answer
830 views

I am trying to host a REST service that can be relayed from the Azure Service Bus I saw this blog which looks like it would answer my question but unfortunately, I get the same result. This is the ...
Gabe's user avatar
  • 50.6k
0 votes
2 answers
659 views

Is it possible to change the Duplicate Detection Window on an existing Windows Azure Service Bus topic? I am using C# to interact with Service Bus.
Ryan Kirkman's user avatar
  • 4,151
34 votes
9 answers
59k views

We are using a service bus queue in our project. We are in need of a functionality to remove all the messages from the queue when the administrator chooses to clear the queue. I searched on the net ...
bhavesh lad's user avatar
  • 1,292
2 votes
1 answer
672 views

Listing Script.fsx: #load "AccountDetails.fs" #r @"..\packages\FSharpx.Core.1.4.120207\lib\FSharpx.Async.dll" #r @"C:\Program Files\Windows Azure SDK\v1.6\ServiceBus\ref\Microsoft.ServiceBus.dll" ...
Henrik's user avatar
  • 9,985
2 votes
4 answers
4k views

Is this possible through some tcp redirection? If so, how? Edit: I'd like to connect to on-premises SQL from a worker role to do some custom ATS-SQL synchronization.
Igorek's user avatar
  • 15.9k
0 votes
1 answer
1k views

I'm trying to send a list of objects over the Azure service bus, and want to check this is the correct way to do it. Intially I tried sending: IEnumerable<Product> The Listener endpoint had ...
Nick Swan's user avatar
  • 822
9 votes
2 answers
5k views

I'm looking into the ESB thing with .net like NServiceBus etc , can someone highlight what kind of real world business problems can be solved (forget the technical edge) ? And is this used to ...
abmv's user avatar
  • 7,103

1
74 75 76 77
78