https://issues.apache.org/jira/browse/AMQ-4741 - move to .26-SNAPSHOT for qpid jms and reinstate factory.setSyncPublish - amqp tests all pass with that which is smashing

This commit is contained in:
gtully 2014-01-09 14:46:48 +00:00
parent a33a4e7693
commit efb988655c
2 changed files with 2 additions and 3 deletions

View File

@ -553,8 +553,7 @@ public class JMSClientTest extends AmqpTestSupport {
private Connection createConnection(String clientId, boolean syncPublish) throws JMSException {
final ConnectionFactoryImpl factory = new ConnectionFactoryImpl("localhost", port, "admin", "password");
// seems to require unreleased .026
// factory.setSyncPublish(syncPublish);
factory.setSyncPublish(syncPublish);
final Connection connection = factory.createConnection();
if (clientId != null && !clientId.isEmpty()) {

View File

@ -101,7 +101,7 @@
<linkedin-zookeeper-version>1.4.0</linkedin-zookeeper-version>
<zookeeper-version>3.4.5</zookeeper-version>
<qpid-proton-version>0.5</qpid-proton-version>
<qpid-jms-version>0.24</qpid-jms-version>
<qpid-jms-version>0.26-SNAPSHOT</qpid-jms-version>
<regexp-version>1.3</regexp-version>
<rome-version>1.0</rome-version>
<saxon-version>9.5.1-2</saxon-version>