From 87f2f502d78e7e76723ec454f5e63638f0765d12 Mon Sep 17 00:00:00 2001 From: "Hiram R. Chirino" Date: Fri, 17 Nov 2006 19:23:08 +0000 Subject: [PATCH] enabled asyn sends. git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@476266 13f79535-47bb-0310-9956-ffa450edef68 --- .../test/java/org/apache/activemq/perf/SimpleTopicTest.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/activemq-core/src/test/java/org/apache/activemq/perf/SimpleTopicTest.java b/activemq-core/src/test/java/org/apache/activemq/perf/SimpleTopicTest.java index 703e90de3f..9d369c6ed1 100644 --- a/activemq-core/src/test/java/org/apache/activemq/perf/SimpleTopicTest.java +++ b/activemq-core/src/test/java/org/apache/activemq/perf/SimpleTopicTest.java @@ -36,7 +36,8 @@ public class SimpleTopicTest extends TestCase{ private final Log log=LogFactory.getLog(getClass()); protected BrokerService broker; - protected String bindAddress="tcp://localhost:61616?wireFormat.cacheEnabled=true&wireFormat.tightEncodingEnabled=true"; +// protected String bindAddress="tcp://localhost:61616?wireFormat.cacheEnabled=true&wireFormat.tightEncodingEnabled=true&jms.useAsyncSend=false"; + protected String bindAddress="tcp://localhost:61616?wireFormat.cacheEnabled=true&wireFormat.tightEncodingEnabled=true&jms.useAsyncSend=true"; //protected String bindAddress="tcp://localhost:61616?wireFormat.cacheEnabled=true&wireFormat.tightEncodingEnabled=false"; //protected String bindAddress="vm://localhost?marshal=true"; //protected String bindAddress="vm://localhost";