Cap-dashboard empty using dynamic subscribers with Azure Service Bus
I have read you don't support dynamic subscribers but if somebody can help with the following issue i would appreciate it. I configured all the settings referring to this discussion; https://github.com/dotnetcore/CAP/issues/1151
Cap 8.2.0-preview-234883029 with SQLServer for storage.
Local subscriber A
capOptions.DefaultGroupName = "LOCAL_A";
Cloud suscriber B
capOptions.DefaultGroupName = "CLOUD_B";
Everything is working as it should except if using Azure Service Bus in subscriber Local_A, I can't see the published or received messages or subscribers at the dashboard, however if I switch to RabbitMQ I can see all the information from the dashboard... See attached pictures.
Transport configuration:
Local subscriber running with Azure Service Bus
Subscribers
Received
Local subscriber running with RabbitMQ
Subscribers
Received
Thanks!!!