mirror of
https://github.com/apache/activemq.git
synced 2025-02-16 23:16:52 +00:00
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…
x
Reference in New Issue
Block a user