Updated Branches:
  refs/heads/trunk cc47ab6d0 -> a33a4e769

https://issues.apache.org/jira/browse/AMQ-4741 - revert factory.setSyncPublish 
which seems to need .026 of qpid jms client


Project: http://git-wip-us.apache.org/repos/asf/activemq/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/a33a4e76
Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/a33a4e76
Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/a33a4e76

Branch: refs/heads/trunk
Commit: a33a4e769335300556f938b1da803b07078f881d
Parents: cc47ab6
Author: gtully <[email protected]>
Authored: Thu Jan 9 14:09:51 2014 +0000
Committer: gtully <[email protected]>
Committed: Thu Jan 9 14:09:51 2014 +0000

----------------------------------------------------------------------
 .../java/org/apache/activemq/transport/amqp/JMSClientTest.java    | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq/blob/a33a4e76/activemq-amqp/src/test/java/org/apache/activemq/transport/amqp/JMSClientTest.java
----------------------------------------------------------------------
diff --git 
a/activemq-amqp/src/test/java/org/apache/activemq/transport/amqp/JMSClientTest.java
 
b/activemq-amqp/src/test/java/org/apache/activemq/transport/amqp/JMSClientTest.java
index 4002ef2..30287f2 100644
--- 
a/activemq-amqp/src/test/java/org/apache/activemq/transport/amqp/JMSClientTest.java
+++ 
b/activemq-amqp/src/test/java/org/apache/activemq/transport/amqp/JMSClientTest.java
@@ -553,7 +553,8 @@ public class JMSClientTest extends AmqpTestSupport {
     private Connection createConnection(String clientId, boolean syncPublish) 
throws JMSException {
 
         final ConnectionFactoryImpl factory = new 
ConnectionFactoryImpl("localhost", port, "admin", "password");
-        factory.setSyncPublish(syncPublish);
+        // seems to require unreleased .026
+        // factory.setSyncPublish(syncPublish);
 
         final Connection connection = factory.createConnection();
         if (clientId != null && !clientId.isEmpty()) {

Reply via email to