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

Move messages from a destination and insert them in a table #24

Open
willianantunes opened this issue May 10, 2020 · 0 comments
Open

Move messages from a destination and insert them in a table #24

willianantunes opened this issue May 10, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@willianantunes
Copy link
Contributor

Suppose you have various messages in a DLQ but you have no time to analyse them now, so in order to avoid use the broker as a database, you would have the capability to move them to a table. There you'll can consult all the messages properties (body and headers). Given that you understood the problem in your messages, you would have a command that'd publish the messsages to the queue for processing again and django-stomp would change the state of the messages persisted in the database.

@willianantunes willianantunes added the enhancement New feature or request label May 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant