Open Closed

Azure Service Bus - Distributed Event Bus not working #5413


User avatar
0
DominaTang created

Hi,

I setup Distributed Event Bus using Azure Service Bus, I follow the steps in Abp document,
here is my settings:
"Azure": {
"ServiceBus": {
"Connections": {
"Default": {
"ConnectionString": "Endpoint=sb://...."
}
}
},
"EventBus": {
"ConnectionName": "Default",
"SubscriberName": "integration-sub",
"TopicName": "integration-topic"
}
}
When I send a message to Azure Service Bus topic via Azure Portal, the message is gone, though the Handler method is not triggered.

Thanks,

Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/
Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index
The exact solution to your question may have been answered before, please use the search on the homepage.

If you're creating a bug/problem report, please include followings:

  • ABP Framework version: v7.1.0

  • UI type: Angular

  • DB provider: EF Core / MongoDB

  • Tiered (MVC) or Identity Server Separated (Angular): yes

  • Exception message and stack trace:

  • Steps to reproduce the issue:"


2 Answer(s)
  • User Avatar
    0
    Long.Nguyen created

    Hi,

    Could you please share your sent message ?

    Thanks,
    Long

  • User Avatar
    0
    DominaTang created

    It might because the app already use Rabbit MQ as service bus. Ignore this ticket.

Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
Do you need assistance from an ABP expert?
Schedule a Meeting
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v9.3.0-preview. Updated on April 11, 2025, 10:10