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)
-
0
Hi,
Could you please share your sent message ?
Thanks,
Long -
0
It might because the app already use Rabbit MQ as service bus. Ignore this ticket.