0
andmattia created
- ** Versione ABP Framework ** : v7.1.0
I need multiple consumer, each per tenant.
I see that need to use RabbitMq module in place of IDistributedEventBus beacuse I need to add Header attribute. This solve the first part of problem: injection off message.
So now I need to register a consumer with specific header... this part is doing from IDistributedEventHandler but this not use header.
I can achive this result?
This need is beacuse at the moment I've multple injection message and a single process message so this is a botlek
1 Answer(s)
-
0
Hi,
No, ABP framework doesn't support this and it sounds hard to do