mirror of https://github.com/apache/activemq.git
last adendum to https://issues.apache.org/activemq/browse/AMQ-1926
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@692293 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8f55d404af
commit
a881781aaf
|
@ -103,7 +103,7 @@ public class TempDestDeleteTest extends EmbeddedBrokerTestSupport implements Con
|
|||
connection = createConnection();
|
||||
connection.start();
|
||||
|
||||
session = connection.createSession(false, 0);
|
||||
session = connection.createSession(false, Session.AUTO_ACKNOWLEDGE);
|
||||
|
||||
tempTopic = (ActiveMQTempTopic)session.createTemporaryTopic();
|
||||
topicConsumerEventSource = new ConsumerEventSource(connection, tempTopic);
|
||||
|
|
Loading…
Reference in New Issue