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

Allow prefixing dashboard url and consuming of dead letter queue messages #31

Merged
merged 5 commits into from
Aug 1, 2020

Conversation

sonus21
Copy link
Owner

@sonus21 sonus21 commented Aug 1, 2020

  • Dashboard URLs used to have prefix /rqueue but when it's used with gateway than static page starts throwing 404 since it can't be directly accessed, similarly for other urls. Now url can be prefixed using rqueue.web.url.prefix spring app configuration.

  • Message sent to the dead letter can not be consumed in earlier version of the application, now this can be consumed, a consumer work on that the application must set deadLetterQueueListenerEnabled=true in RqueueListener annotation.

Fixes:
#30
#29

@coveralls
Copy link

coveralls commented Aug 1, 2020

Coverage Status

Coverage decreased (-0.5%) to 93.445% when pulling 68aab55 on fix-29-30 into 1cb7e7c on master.

@sonus21 sonus21 changed the title Fix 29 30 Allow prefixing dashboard url and consuming of dead letter queue messages Aug 1, 2020
@sonus21 sonus21 merged commit a2f8de4 into master Aug 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants