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

Delayed message consumption #171

Open
drmaciej opened this issue Oct 25, 2021 · 0 comments
Open

Delayed message consumption #171

drmaciej opened this issue Oct 25, 2021 · 0 comments

Comments

@drmaciej
Copy link

Issue description

I'd like to touch on what was discussed in #125.

In short - can we have the listeners kick in only after the application has fully started, or as late in the process as possible? I've observed a few issues when writing tests and when running the application, whereby the listeners start processing messages before the application and all the beans have fully initialised. It would appear that AbstractJMSListenerMethodProcessor#registerListener is that piece that runs too early.

Can it be delayed in any way?

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

No branches or pull requests

1 participant