You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
What happened - Messages appearing in back out queue is taking 30 seconds.
What you expected to happen instead - I want the message to be in back out queue as soon as application throw the exception
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: