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

redelivery works only once

2014-01-02 Thread sp
Hi folks, I'm trying to get redelivery to work and so far I haven't had much success. I'm running 5.9.0 and I'm using an Oracle database for persistence and I have the following configuration.