message-bus Questions

2

Solved

I would like to know if my understanding of Message Bus and Message Queue workings is correct. First thing first, I need to clear the naming, a service bus is used interchangeably with message bus...

1

Solved

This is a bit of general question because it would apply not only to my scenario (with Azure Service Bus) but to any event bus in the context of publish/subscribers with events. The question is: I...

7

Solved

And are there any? To me, MB knows both subscribers and publishers and acts as a mediator, notifying subscribers on new messages (effectively a "push" model). MQ, on the other hand, is more of a "p...
Melone asked 17/10, 2011 at 12:45

2

Solved

I am successfully using MassTransit for a silly sample application where I publish an message (an event) from a Publisher console application and I receive it at two different consumers which are a...
Aguste asked 14/10, 2018 at 17:8

1

Solved

I'm just adding the gem to the gemfile and writing to the js console: MessageBus.subscribe('/my_channel', function(data){ alert(data); }); it throws: Started POST "/message-bus/4700f3c66b254...
Celibacy asked 11/4, 2016 at 14:48

2

Solved

Recently I've been reading a lot about distributed messaging and associated patterns. I used some of them supported by the tools like for exemple NServiceBus. Many of those patterns are described ...

3

Solved

I'm trying to get clarification on what exactly Amazon's SQS Dead Letter Queue is doing. According to http://aws.typepad.com/aws/2014/01/amazon-sqs-new-dead-letter-queue.html Dead Letter Queue...

1

Solved

We have a Rebus message handler that talks to a third party webservice. Due to reasons beyond our immediate control, this WCF service frequently throws an exception because it encountered a databas...
Shalon asked 30/5, 2013 at 13:33

2

Solved

I am working on an application which consists of several modules and requires them to share information with each other. Example: publish/subscribe scenario where a module publishes some informatio...
Mayberry asked 14/11, 2011 at 16:24
1

© 2022 - 2024 — McMap. All rights reserved.