mirror of https://github.com/apache/activemq.git
AMQ-7309 - remove test after adding support for jms 2 create session
This commit is contained in:
parent
160840d3b3
commit
ee14778305
|
@ -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()) {
|
||||
|
|
Loading…
Reference in New Issue