Ends in:
1 DAY
22 HRS
7 MIN
3 SEC
Ends in:
1 D
22 H
7 M
3 S
Open Closed

Update Azure Event bus package code to allow use of Azure Service Bus emulator #8393


User avatar
0
ndeol created
  • 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)
  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    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

Made with ❤️ on ABP v9.1.0-preview. Updated on December 02, 2024, 12:35