Closed bruno-brant closed 4 years ago
I'm marking it as a priority bug, because multiple ServiceBus configurations don't work.
This is wrong - the real issue is that code doesn't use the MessageBus, but it does work with multiple buses; More details in #195.
Closed.
Although Liquid includes a class called
MessageBusAttribute
, and one error message tells us that its purpose was to identify the configuration key for its connection string, one can clearly see it's unused throughout the code simply by trying to find all references for it.https://github.com/Avanade/Liquid-Application-Framework/blob/5587dda08cfd8ba324dd06bc91d993c4b2960d9d/src/Liquid.Activation/Worker/LightWorker.cs#L104
This is a big issue, because it seems a desired (necessary?) feature to have multiple buses.