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

This commit is contained in:
gtully 2014-01-09 14:09:51 +00:00
parent cc47ab6d00
commit a33a4e7693
1 changed files with 2 additions and 1 deletions

View File

@ -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()) {