Questions tagged [servicebus]

Windows Service Bus is both an on-premises and Windows Azure hosted service. Service Bus provides brokered, durable messaging facilities with pub/sub as well as relay services connecting on-premises systems to the cloud.

Windows Service Bus is both an on-premises and Windows Azure hosted service. Service Bus provides brokered, durable messaging facilities with pub/sub as well as relay services connecting on-premises systems to the cloud.

1047 questions
17
votes
3 answers

How do I report a bug in Windows Server Service Bus?

I tried to google. Microsoft Connect doesn't accept bugs for Service Bus. Azure Portal sends to either MS forums or to StackOverflow - so here I am. The question is really in the title: how do I report a bug with Service Bus? (not the Azure version,…
Fyodor Soikin
  • 78,590
  • 9
  • 125
  • 172
16
votes
3 answers

How to register ServiceBusClient for dependency injection?

I’m trying to register ServiceBusClient from the new Azure.Messaging.ServiceBus package for dependency injection as recommended in this article using ServiceBusClientBuilderExtensions, but I can’t find any documentation or any help online on how…
Shanuka Gomes
  • 193
  • 1
  • 1
  • 8
16
votes
9 answers

Azure Service Bus equivalent?

I've been studying Azure's Service Bus and was wondering... Are there any equivalent services provided by other cloud vendors such as AWS, Rackspace or App Engine? I read in a blog post that it would be possible to install ESB solutions such as…
Pablo Alvim
  • 255
  • 1
  • 2
  • 8
16
votes
4 answers

Azure Service Bus Scalability

I am trying to understand how can I make Azure Service Bus Topic to be scaleable to handle >10,000 requests/second from more than 50 different clients. I found this article at Microsoft -…
phebbar
  • 265
  • 1
  • 3
  • 12
15
votes
4 answers

How does Windows Azure Service Bus Queues Duplicate Detection work?

I know that you can set duplicate detection to work over a time period with an azure service bus queue. However, does anyone know whether this works based on the objects in the queue? So if I have an object with an id of "SO_1" which gets put on the…
Ross Vernal
  • 483
  • 1
  • 5
  • 20
14
votes
4 answers

How to get connection string to existing servicebus without old azure portal

Due to restrictions in the company I cannot use old azure portal. But I have a requirement to use ServiceBus in our project. I was able to create servicebus ns using resource.azure.com, but I cannot find the way to get the connection string to that…
Maris
  • 4,608
  • 6
  • 39
  • 68
14
votes
4 answers

Service Bus The token has an invalid signature

I am trying to create a service bus relay based on this article I get an error message Generic: InvalidSignature: The token has an invalid signature. static void Main(string[] args) { ServiceHost sh = new…
Frazer
  • 560
  • 2
  • 11
  • 21
14
votes
2 answers

Periodical ServiceBus error "The X.509 certificate CN=servicebus.windows.net is not in the trusted people store" when using Azure WebSites

I have several websites running in Azure, intensively using ServiceBus (also hosted in Azure), all in one region. Sometimes (once every 2-3 days) I have same error in all web sites at the same time (during reading/waiting for…
Dmitry
  • 16,110
  • 4
  • 61
  • 73
13
votes
3 answers

Azure ARM template for Service bus with Topics with many Subscriptions

Hi I have an ARM template for create a ServiceBus with its topics and subscriptions. But I can only accomplish 1 topic - 1 subscription because I cannot make a nested loop to create many subscriptions per topic. I wish I could execute a template…
13
votes
2 answers

Azure Service Bus PeekLock is timing out after just five seconds

I'm building a message queue on Azure using Service Bus, working through the PHP SDK, and am having some problems with PeekLock messages timing out too quickly. I can connect to the queue and retrieve a message using PeekLock, however, if I take…
sdmtr
  • 143
  • 1
  • 7
13
votes
5 answers

nServiceBus, Rhino Service Bus, MassTransit - Videos, Demos, Learning Resources

Hey people would love to hear about any resources you have or know about for nServiceBus, Rhino Service Bus and MassTransit. Videos? Blog posts? Books? Demo Projects etc
superlogical
  • 14,332
  • 9
  • 66
  • 76
12
votes
2 answers

Azure service bus "send" throws Operation is not valid due to the current state of the object

I'm not sure what has changed but all of a sudden I get an "InvalidOperationException - Operation is not valid due to the current state of the object". My code has definitely worked previously and I can't remember changing anything. I'm using…
user3713080
  • 399
  • 4
  • 17
12
votes
3 answers

Service Bus Brokered VS Relayed Messaging

I have a question that is confusing me what are the differences between the types of service bus, the brokered messaging and the relayed messaging? I am not looking for it from the development perspective but I want to understand more the concept…
hhaggan
  • 619
  • 4
  • 11
12
votes
1 answer

How to filter a ServiceBus topic subscription based on a built-in property of the BrokeredMessage class?

Using the June 2012 Azure SDK, I have a service bus topic, and I am adding a subscription to it. I want to filter that subscription. If I do this based on one of the items that I have added to the BrokeredMessage Properties bag, then this works…
Jude Fisher
  • 11,138
  • 7
  • 48
  • 91
11
votes
2 answers

Is JBI dead ? Is it still a valid criteria in an ESB selection?

JBI standard is (was?) supposed to be the standard for Entreprise Service Bus, especially in terms of facility of reuse/exchange of capabilities of different ESBs (or lonely Service Engine providers) Known JBI implementations are (according to…
snowflake
  • 1,750
  • 2
  • 17
  • 40
1
2
3
69 70