Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability for the Bridge to process messages in its error queue #11

Open
dvdstelt opened this issue Apr 11, 2022 · 1 comment
Open
Labels
Cloud Cloud related issue Improvement

Comments

@dvdstelt
Copy link
Member

dvdstelt commented Apr 11, 2022

Problem description

When the bridge target transport is not accessible, or there's a shovelling error, the Bridge will move messages into its own error queue (bridge.errorqueue, which is configurable)
The problem is, these error-messages can't be picked up by any tool currently provided by Particular. They require an administrator to manually move them across to another queue.

Whilst the ultimate goal is to incorporate the bridge error queue into ServiceControl and ServicePulse, that would require a bigger piece of work and hence a longer wait for customers to resolve their current friction points.

A quicker interim win would be to add the ability to put the bridge into some kind of a "recoverability mode" which would allow it to automatically re-process messages from its error queue.

Benefit to impacted parties

Customers would not need to involve administrators or write custom code/procedures to manually move messages out of the bridge's error queue so that they can be re-processed by the bridge.

@mikesigs
Copy link

Yes please!

@jpalac jpalac changed the title Put Bridge in recoverability mode Add ability for the Bridge to process messages in its error queue Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Cloud Cloud related issue Improvement
Projects
None yet
Development

No branches or pull requests

2 participants