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