arcus.messaging
arcus.messaging copied to clipboard
feat(sb): move service-bus operations to message-context
Moves the Azure Service bus-specific operations (Complete, Abandon, Dead-Letter) to the message context, so that the following functionality can be made deprecated:
- Azure Service bus message template classes for regular/fallback message handlers, as these were solely used to trigger the Azure Service bus operations;
- General fallback functionality, as this is now also unnecessary for any of the 'messaging' implementations;
Relates to #547
Deploy Preview for arcus-messaging canceled.
| Name | Link |
|---|---|
| Latest commit | ae51309029e63e8b3e78c93d1e7c0a9463741b03 |
| Latest deploy log | https://app.netlify.com/sites/arcus-messaging/deploys/680b3e3bc5a78900080637cc |
Waiting a bit on #268 to update the Service bus-specific operations in the feature docs.
Edit: should be #546 @fgheysels
Waiting a bit on #268 to update the Service bus-specific operations in the feature docs.
I don't understand what you mean here :) You're linking to a PR that has been merged ?