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 (apache.org)

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: // Cr

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: // Cre