Author: tabish
Date: Fri Oct 22 21:26:18 2010
New Revision: 1026500

URL: http://svn.apache.org/viewvc?rev=1026500&view=rev
Log:
fix for: https://issues.apache.org/activemq/browse/AMQCPP-324

Modified:
    
activemq/activemq-cpp/branches/activemq-cpp-3.2.x/activemq-cpp/src/main/activemq/core/ActiveMQConsumer.cpp

Modified: 
activemq/activemq-cpp/branches/activemq-cpp-3.2.x/activemq-cpp/src/main/activemq/core/ActiveMQConsumer.cpp
URL: 
http://svn.apache.org/viewvc/activemq/activemq-cpp/branches/activemq-cpp-3.2.x/activemq-cpp/src/main/activemq/core/ActiveMQConsumer.cpp?rev=1026500&r1=1026499&r2=1026500&view=diff
==============================================================================
--- 
activemq/activemq-cpp/branches/activemq-cpp-3.2.x/activemq-cpp/src/main/activemq/core/ActiveMQConsumer.cpp
 (original)
+++ 
activemq/activemq-cpp/branches/activemq-cpp-3.2.x/activemq-cpp/src/main/activemq/core/ActiveMQConsumer.cpp
 Fri Oct 22 21:26:18 2010
@@ -250,6 +250,8 @@ ActiveMQConsumer::ActiveMQConsumer( Acti
     if( listener != NULL ) {
         this->setMessageListener( listener );
     }
+
+    applyDestinationOptions(this->consumerInfo);
 }
 
 
////////////////////////////////////////////////////////////////////////////////


Reply via email to