Window Service Running in Docker container not processing NServiceBus messages
I am running a windows docker container which is running ASP.Net window service based on framework 4.7.2. It is running successfully and supposed to pick NServiceBus messages but it is not picking NServiceBus messages to process. NServiceBus is using SQL Transport in my case. Docker container is able to ping database as well.
Can anyone help me to fix this?