This content has been marked as final.
Show 3 replies
-
1. Re: HornetQ: some messages get stuck (JBoss 7.1.1 AS)
jbertram May 23, 2018 8:51 AM (in response to petronom)Do you have a thread dump from the application server during the time you observe this issue? That should indicate what the MDBs are doing (if anything).
-
2. Re: HornetQ: some messages get stuck (JBoss 7.1.1 AS)
petronom May 23, 2018 9:29 AM (in response to jbertram)I don't have thread dump. I observe server via jconsole. I'll try obtain thread dump.
-
3. Re: HornetQ: some messages get stuck (JBoss 7.1.1 AS)
petronom Jul 31, 2018 6:02 PM (in response to petronom)Sorry for late response. Thread dump helped us find the issue!
We found out that multiple threads (MDB pool instances) ended up in deadlock in one of ours business logic methods.
For thread dump we used jstack.
Thank you.