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

Message to BO Queue is taking 30 seconds to appear #208

Open
vijaybaviri opened this issue Mar 21, 2024 · 1 comment
Open

Message to BO Queue is taking 30 seconds to appear #208

vijaybaviri opened this issue Mar 21, 2024 · 1 comment

Comments

@vijaybaviri
Copy link

Describe the bug
We are using springboot with atomikos for messaging application, When we used only spring boot without Atomikos invalid messages went to back out queue as soon as application throw the exception. However when we configure Atomikos with spring boot, the message is appearing in back out queue only after 30 seconds though the application (configure to only run with single thread) throw the exception immediately in no time and the thread proceeded with next message.

To Reproduce
Steps to reproduce the behavior:

  1. What you were doing (or trying to do) - Open HermesJms, send 10 invalid messages to the queue. And then start the application with single thread. Application processed all 10 messages with no time and throw exception for all 10 messages and then logs stopped updating. However if I go and check in back out queue , the messages started appearing one by one after each 30 seconds.
  2. What happened - Messages appearing in back out queue is taking 30 seconds.
  3. What you expected to happen instead - I want the message to be in back out queue as soon as application throw the exception
  4. What TransactionsEssentials version you are using -
    com.atomikos
    transactions-spring-boot3-starter
    6.0.0


    javax.transaction
    jta
    1.1

    And spring boot version - 3.1.2

Additional context
Add any other context about the problem here.

I understand that this project is not intended for support - because bug reports may or may not be considered for inclusion some day (in a future release). If this is issue is important to me then I can go to https://www.atomikos.com/Main/SupportOverview and arrange a paid support subscription.

@GuyPardon
Copy link
Contributor

Hi,

Thanks! Can you post an atomikos log in DEBUG mode so we can see what is going on?

Guy

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

2 participants