Webpage Discrepancy

2024-03-11 Thread Kring, Erich J [US] (SP)
I wanted to give a head's up that there is a slight issue with the code posted at: ActiveMQ (apache.org) Current Version: // Create a new Session from our Connection std::auto_ptr session( connection->createSession(); Corrected Version: //

RE: Webpage Discrepancy

2024-03-11 Thread Kring, Erich J [US] (SP)
I wanted to give a head's up that there is a slight issue with the code posted at: ActiveMQ (apache.org) Current Version: // Create a new Session from our Connection std::auto_ptr session( connection->createSession(); Corrected Version: //

Re: Webpage Discrepancy

2024-03-11 Thread Justin Bertram
Thanks for the report! To be clear, these issues were fixed last week. Justin On Mon, Mar 11, 2024 at 5:10 PM Kring, Erich J [US] (SP) < erich.kr...@ngc.com> wrote: > > I wanted to give a head's up that there is a slight issue with the code > posted at: > ActiveMQ

Re: ActiveMQ 5 read queue issues

2024-03-11 Thread Frédéric Curvat
Hello, More news about our issue. We did check again the case and i have some news : - Nothing bad in broker logs (no poison ack). - Application logs shows that issue appears on graceful shutdown of the application (however not on all shutdowns) Our shutdown consists in calling .close() method