@matteopessina I created a draft PR with a PoC of one of the possible solutions that would enable ebe to support multiple azure service bus at the same time.
Long story short, you need to specify in each request as HEADER the name of the service bus you want to operate on. If only one service bus is attached, the header parameter is not necessary; if two or more service bus are attached and the HEADER is empty (or value doesn't match with the config) an error is thrown.
I also added some comments to highlight some parts
Fixes #28
@matteopessina I created a draft PR with a PoC of one of the possible solutions that would enable ebe to support multiple azure service bus at the same time.
Long story short, you need to specify in each request as HEADER the name of the service bus you want to operate on. If only one service bus is attached, the header parameter is not necessary; if two or more service bus are attached and the HEADER is empty (or value doesn't match with the config) an error is thrown.
I also added some comments to highlight some parts