Hi everyone,
We’ve just released NServiceBus.Transport.Bridge 1.0.3.
Fixed bugs
- #268 Subscriptions do not work with publishers using NServiceBus 7.3.x or earlier
How to know if you are affected
You are affected if you are using NServiceBus version 7.3.x or earlier and a transport that uses message-drive Publish-Subscribe.
Symptoms
When a publisher for a specific event type is registered with the bridge using RegisterPublisher(..)
, the publisher does not publish the event to the queue monitored by the bridge. This is because the type information in the subscription message sent from the bridge to the publisher does not contain the message type assembly name (required by NServiceBus 7.3.x and earlier when using a transport that uses message-drive Publish-Subscribe).
When to upgrade
You should upgrade immediately if you are affected.
Where to get it
You can install NServiceBus.Transport.Bridge 1.0.3 from NuGet.
With thanks,
The team in Particular
Please read our release policy for more details.