-
-
Couldn't load subscription status.
- Fork 370
Open
Description
Hello,
Is there any way to configure Rebus to handle messages coming for multiple queues using RabbitMQ?
My scenario is:
- I have TypeA and TypeB. Both have separated queues.
- When I call
bus.Send(TypeA), I would like event TypeA to be sent to queue A (and B to its corresponding queue)
The point here is about separating the Types in different queues (for better scaling and mantaining). Somenthing like:
I've tried:
(...)
.Map<TypeA>(destination)
...and for registering handlers:
services.AutoRegisterHandlersFromAssembly(typeof(RebusStartupConfiguration).Assembly);
but when I call bus.Send(TypeA), the handler is not called.
Metadata
Metadata
Assignees
Labels
No labels
