Asp.core topic subscription are not created

Hello All

I have created a asp.net core application and I have added a event handler. The event handler does not seem to be called. I noticed that the rule is not created in the subscription

I had to manually do the following in a hosted service

await messageSession.Subscribe<TransportationBookingRequestCompleted>();

This is the first time I have to manually do that. I have other services and I don’t have to manually subscribe

Hi

Normally this shouldn’t be necessary. Have you disabled auto subscription on the endpoint?

When the auto subscription is enabled and you have a handler for a message type the subscription is created for you. What type of transport, version are you using? Can you maybe share some more details?

Regards
Daniel