Hi everyone,
We’ve just released NServiceBus.Transport.AzureServiceBus 5.0.1.
Fixed bugs
- #1189 Operations tool uses RejectAllRule instead of AcceptAllRule when creating TopicPerEventType subscriptions
How to know if you are affected
You are affected if:
- You are using NServiceBus.Transport.AzureServiceBus.CommandLine version 5.0.0.
- You are using
endpoint subscribe
to setup subscriptions for the TopicPerEvent topology.
Symptoms
The subscription created uses a RejectAllRule (FalseFilter
, 1=0
) instead of an AcceptAllRule (TrueFilter
, 1=1
).
When to upgrade
You should upgrade immediately if you are affected. Otherwise, you should upgrade during your next maintenance window.
Where to get it
You can install NServiceBus.Transport.AzureServiceBus 5.0.1 from NuGet.
Please read our release policy for more details.
With thanks,
The team in Particular