mirror of https://github.com/apache/activemq.git
updated test case to not use the default value of dispatchAsync from previous commit
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@418967 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
480433bd74
commit
db39e50583
|
@ -27,7 +27,7 @@ public class ObjectFactoryTest extends CombinationTestSupport {
|
|||
public void testConnectionFactory() throws Exception {
|
||||
// Create sample connection factory
|
||||
ActiveMQConnectionFactory factory = new ActiveMQConnectionFactory();
|
||||
factory.setDispatchAsync(false);
|
||||
factory.setDispatchAsync(true);
|
||||
factory.setBrokerURL("vm://test");
|
||||
factory.setClientID("test");
|
||||
factory.setCopyMessageOnSend(false);
|
||||
|
|
Loading…
Reference in New Issue