-
Notifications
You must be signed in to change notification settings - Fork 647
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
Unexpected queues added after upgrading to NServiceBus 8 #6736
Comments
Thanks for the bug report! So that I can understand clearly, can I ask:
|
Sure.
However, we also call |
I've fixed the bug in #6740. We're currently planning an NServiceBus 8.1.0 release sometime in the next few weeks and this will be included in that. |
Thanks a lot! I appreciate the fast fix! 👏 |
Describe the bug
Description
After upgrading a
SendOnly
endpoint to NServiceBus 8, audit-queues started to be created. We are doing a call toAuditProcessedMessagesTo
, which might be why, but should that be ignored inSendOnly
endpoints?Expected behavior
That the audit-queues are not created (?).
Actual behavior
Audit-queues are created. Not sure if this has any effect other than to create un-needed queues.
Versions
NServiceBus v8.0.3
Steps to reproduce
SendOnly
endpoint with version 7 of NServiceBus with Azure Service Bus transport with a call toAuditProcessedMessagesTo
An
.audit
queue is now created, but not in use since this is a send-only endpoint.Relevant log output
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: