Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Excessive logging when servicecontrol queue is removed #2907

Closed
ramonsmits opened this issue Jul 4, 2022 · 1 comment
Closed

Excessive logging when servicecontrol queue is removed #2907

ramonsmits opened this issue Jul 4, 2022 · 1 comment
Milestone

Comments

@ramonsmits
Copy link
Member

The log is flooded with errors like the following once the queue is removed

2022-07-04 10:12:10.4912|124|Warn|NServiceBus.Transport.AzureServiceBus.MessagePump|Failed to receive a message. Exception: Put token failed. status-code: 404, status-description: The messaging entity 'sb://test20200605.servicebus.windows.net/Particular.Servicecontrol' could not be found. To know more visit https://aka.ms/sbResourceMgrExceptions.  TrackingId:30d5270c-ecae-4ed9-9b3c-c4981b5c2623_G0, SystemTracker:test20200605.servicebus.windows.net:Particular.Servicecontrol, Timestamp:2022-07-04T08:12:10. (MessagingEntityNotFound)
Azure.Messaging.ServiceBus.ServiceBusException: Put token failed. status-code: 404, status-description: The messaging entity 'sb://test20200605.servicebus.windows.net/Particular.Servicecontrol' could not be found. To know more visit https://aka.ms/sbResourceMgrExceptions.  TrackingId:30d5270c-ecae-4ed9-9b3c-c4981b5c2623_G0, SystemTracker:test20200605.servicebus.windows.net:Particular.Servicecontrol, Timestamp:2022-07-04T08:12:10. (MessagingEntityNotFound)

If the queue does not exist either the service should quit and not start or wait until it exists and have a backoff strategy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants