mirror of https://github.com/apache/activemq.git
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:
parent
cc47ab6d00
commit
a33a4e7693
|
@ -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()) {
|
||||
|
|
Loading…
Reference in New Issue