mirror of https://github.com/apache/activemq.git
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:
parent
a33a4e7693
commit
efb988655c
|
@ -553,8 +553,7 @@ public class JMSClientTest extends AmqpTestSupport {
|
||||||
private Connection createConnection(String clientId, boolean syncPublish) throws JMSException {
|
private Connection createConnection(String clientId, boolean syncPublish) throws JMSException {
|
||||||
|
|
||||||
final ConnectionFactoryImpl factory = new ConnectionFactoryImpl("localhost", port, "admin", "password");
|
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();
|
final Connection connection = factory.createConnection();
|
||||||
if (clientId != null && !clientId.isEmpty()) {
|
if (clientId != null && !clientId.isEmpty()) {
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -101,7 +101,7 @@
|
||||||
<linkedin-zookeeper-version>1.4.0</linkedin-zookeeper-version>
|
<linkedin-zookeeper-version>1.4.0</linkedin-zookeeper-version>
|
||||||
<zookeeper-version>3.4.5</zookeeper-version>
|
<zookeeper-version>3.4.5</zookeeper-version>
|
||||||
<qpid-proton-version>0.5</qpid-proton-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>
|
<regexp-version>1.3</regexp-version>
|
||||||
<rome-version>1.0</rome-version>
|
<rome-version>1.0</rome-version>
|
||||||
<saxon-version>9.5.1-2</saxon-version>
|
<saxon-version>9.5.1-2</saxon-version>
|
||||||
|
|
Loading…
Reference in New Issue