AMQ-7309 - remove test after adding support for jms 2 create session

This commit is contained in:
Christopher L. Shannon (cshannon) 2023-02-15 18:05:17 -05:00
parent 160840d3b3
commit ee14778305
1 changed files with 0 additions and 5 deletions

View File

@ -219,11 +219,6 @@ public class ActiveMQJMS2ContextTest extends ActiveMQJMS2TestBase {
connection.createSharedDurableConnectionConsumer(null, null, null, null, 10);
}
@Test(expected = UnsupportedOperationException.class)
public void testSessionAckMode() throws JMSException {
connection.createSession(Session.AUTO_ACKNOWLEDGE);
}
@Test
public void testSessionDurableConsumer() throws JMSException {
try(JMSContext jmsContext = activemqConnectionFactory.createContext()) {