This content has been marked as final.
Show 3 replies
-
1. Re: HornetQ: some messages get stuck (JBoss 7.1.1 AS)
Justin Bertram May 23, 2018 8:51 AM (in response to Petr Freiberg)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)
Petr Freiberg May 23, 2018 9:29 AM (in response to Justin Bertram)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)
Petr Freiberg Jul 31, 2018 6:02 PM (in response to Petr Freiberg)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.