You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2007/01/31 01:42:32 UTC

svn commit: r501660 - in /incubator/activemq/activemq-cpp/trunk/activemq-cpp/vs2005-build: ./ vs2005-activemq-integration-tests.vcproj

Author: tabish
Date: Tue Jan 30 16:42:31 2007
New Revision: 501660

URL: http://svn.apache.org/viewvc?view=rev&rev=501660
Log:
http://issues.apache.org/activemq/browse/AMQCPP-63

Cleanup of some of the code to remove extra shutdown flags in ActiveMQConsumer.
Added async send as a URL property of ActiveMQSession, caller must append useAsyncSend=true to the Broker URL to get this to work.

Modified:
    incubator/activemq/activemq-cpp/trunk/activemq-cpp/vs2005-build/   (props changed)
    incubator/activemq/activemq-cpp/trunk/activemq-cpp/vs2005-build/vs2005-activemq-integration-tests.vcproj

Propchange: incubator/activemq/activemq-cpp/trunk/activemq-cpp/vs2005-build/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Tue Jan 30 16:42:31 2007
@@ -0,0 +1,7 @@
+Debug
+vs2005-activemq-cpp.ncb
+vs2005-activemq-cpp.suo
+vs2005-activemq-example.vcproj.WORKSTATION.Timothy Bish.user
+vs2005-activemq-integration-tests.vcproj.WORKSTATION.Timothy Bish.user
+vs2005-activemq-unittests.vcproj.WORKSTATION.Timothy Bish.user
+vs2005-activemq.vcproj.WORKSTATION.Timothy Bish.user

Modified: incubator/activemq/activemq-cpp/trunk/activemq-cpp/vs2005-build/vs2005-activemq-integration-tests.vcproj
URL: http://svn.apache.org/viewvc/incubator/activemq/activemq-cpp/trunk/activemq-cpp/vs2005-build/vs2005-activemq-integration-tests.vcproj?view=diff&rev=501660&r1=501659&r2=501660
==============================================================================
--- incubator/activemq/activemq-cpp/trunk/activemq-cpp/vs2005-build/vs2005-activemq-integration-tests.vcproj (original)
+++ incubator/activemq/activemq-cpp/trunk/activemq-cpp/vs2005-build/vs2005-activemq-integration-tests.vcproj Tue Jan 30 16:42:31 2007
@@ -287,6 +287,18 @@
 						>
 					</File>
 				</Filter>
+				<Filter
+					Name="producer"
+					>
+					<File
+						RelativePath="..\src\test-integration\integration\producer\AsyncSender.cpp"
+						>
+					</File>
+					<File
+						RelativePath="..\src\test-integration\integration\producer\AsyncSender.h"
+						>
+					</File>
+				</Filter>
 			</Filter>
 		</Filter>
 	</Files>