Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Support interaction with dead letter queues #39

Open
MichaelHancock opened this issue Nov 8, 2019 · 0 comments
Open

Support interaction with dead letter queues #39

MichaelHancock opened this issue Nov 8, 2019 · 0 comments

Comments

@MichaelHancock
Copy link
Contributor

Currently the dead letter queue name is not surfaced publicly by the abstractions project, and is an internal implementation detail. If a developer wished to interact with the dead letter queue they would need to rely on this detail, and could be caught out by changes to this implementation resulting in an unexpected breaking change.

The option to provide the dead letter queue name and/or behaviour (ie. full queue name, or appended to main queue name) could be provided which would both grant a developer full control around the dead letter queue allowing them to adapt to existing configurations, as well as surfacing the existing behaviour to the public API (documenting its usage).

Both ServiceBus and RabbitMQ share the concept of dead letter queues making this functionality an ideal candidate for abstraction.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant