Author: nmittler Date: Fri Jan 26 13:18:09 2007 New Revision: 500351 URL: http://svn.apache.org/viewvc?view=rev&rev=500351 Log: [AMQCPP-57] - changing PERSISTANT to PERSISTENT
Modified: incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/examples/main.cpp Modified: incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/examples/main.cpp URL: http://svn.apache.org/viewvc/incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/examples/main.cpp?view=diff&rev=500351&r1=500350&r2=500351 ============================================================================== --- incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/examples/main.cpp (original) +++ incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/examples/main.cpp Fri Jan 26 13:18:09 2007 @@ -82,7 +82,7 @@ // Create a MessageProducer from the Session to the Topic or Queue producer = session->createProducer( destination ); - producer->setDeliveryMode( DeliveryMode::NON_PERSISTANT ); + producer->setDeliveryMode( DeliveryMode::NON_PERSISTENT ); // Create the Thread Id String string threadIdStr = Integer::toString( Thread::getId() );