Package org.exolab.jmscts.test.session

javax.jms.Session compliance tests

See:
          Description

Class Summary
AutoAckTest This class tests the behaviour of consumers on sessions created with the Session.AUTO_ACKNOWLEDGE message acknowledgment mode.
CloseTest This class tests the behaviour of Session.close
DupsAckTest This class tests the behaviour of consumers on sessions created with the Session.DUPS_OK_ACKNOWLEDGE message acknowledgment mode.
ListenerCloseTest This class tests the behaviour of stopping and closing a connection while a listener is active.
MessageListenerTest This class tests that MessageListeners are invoked serially.
NonTransactedTest This class verifies that methods used only for transacted sessions throw IllegalStateException if invoked
ReceiverCloseTest This class tests the behaviour of closing a session while a receiver is active.
SessionTestSuite This class encapsulates all Session related tests.
 

Package org.exolab.jmscts.test.session Description

javax.jms.Session compliance tests



Copyright © 2001-2004 JMS CTS Team. All Rights Reserved.