- ABP Framework version: v8.3.2
- UI Type: Angular /
- Database System: MongoDB
- Tiered (for MVC) or Auth Server Separated (for Angular): yes
- Exception message and full stack trace:
- Steps to reproduce the issue:
Microsoft has release Azure service bus emulator . But current azure service event bus integration does not make use of azure emulator connection string and unable to connect with trying to connect at 443 port rather then skipping TLS negotiation and connecting on 5672 ports. I think azure service bus package need to updated inside Volo.Abp.EventBus.AzureServiceBus package to make emulator work . https://learn.microsoft.com/en-us/azure/service-bus-messaging/overview-emulator
1 Answer(s)
-
0
Hi,
The problem is that the emulator doesn't support management operations through a client-side SDK.
More precisely,
ServiceBusAdministrationClient
does not support it.Seems like there is nothing ABP can do, we have to waiting for SDK support it.
https://learn.microsoft.com/en-us/azure/service-bus-messaging/overview-emulator#known-limitations