git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@692293 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary Tully 2008-09-04 22:59:25 +00:00
parent 8f55d404af
commit a881781aaf
1 changed files with 1 additions and 1 deletions

View File

@ -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);