We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c0e349 commit 668cf56Copy full SHA for 668cf56
docs/guide/messaging/transports/azureservicebus/object-management.md
@@ -1,5 +1,12 @@
1
# Object Management
2
3
+::: warning
4
+If you are using Wolverine to initialize and build Azure Service Bus subscriptions, then it is in control of all
5
+filters. Any filter built outside of Wolverine will be deleted by Wolverine when it tries to initialize the application.
6
+
7
+The "fix" is just to have Wolverine know exactly which filters you want.
8
+:::
9
10
When using the Azure Service Bus transport, Wolverine is able to use the stateful resource model where all missing
11
queues, topics, and subscriptions would be built at application start up time with this option applied:
12
0 commit comments