Because the new version contains a few breaking changes, we provide a dedicated migration guide to help end-users to migrate to our new approach.
Come and take a quick look what the release has to offer in this overview blog post.
New Azure SDK
Microsoft released a new client library SDK for interacting with Azure Service Bus resources. This new library is part of the overall Azure SDK updates.
We believe we need to align with this new strategy, so we have adopted it in Arcus Security and now it was time to align Arcus Messaging.
The most notable change here for end-users is the move from the Azure Service Bus Message
model towards the ServiceBusReceivedMessage
.
This breaking change has the most impact on our extensions & fallback message handlers, which receive the full Azure Service Bus message in their implementation.
Here is an example of our new signature:
Microsoft also provides a dedicated migration guide for this new Azure SDK, if you are curious about any new functionality or changes.
Managed identity authentication
We leverage a new way of authenticating the Azure Service Bus message pump by using password-less authentication with managed identity authentication for both Azure Service Bus queues and topics.
Managed identity authentication allows you to remove secrets and fully rely on the automatically assigned identity to authenticate with any Azure service.
For more information, see the offical Microsoft documentation.
Conclusion
Arcus Messaging v1.0 is a big improvement with a lot of changes and improvements making it more production-ready.
Have a look at our release notes and official documentation for more information on this new release.
If you have any questions, remarks, comments, or just want to discuss something with us; feel free to contact us.
Thanks for reading!
The Arcus team
Subscribe to our RSS feed