Verifies that an IllegalStateException is thrown if Session.commit() is invoked for a non-transacted sesssion
Requirements:
Run | ConnectionFactory | Destination | Delivery | Session | Consumer | Message | Pass |
1
|
QueueConnectionFactory
|
|
|
AUTO
|
|
|
Yes
|
2
|
QueueConnectionFactory
|
|
|
CLIENT
|
|
|
Yes
|
3
|
QueueConnectionFactory
|
|
|
DUPS_OK
|
|
|
Yes
|
4
|
TopicConnectionFactory
|
|
|
AUTO
|
|
|
Yes
|
5
|
TopicConnectionFactory
|
|
|
CLIENT
|
|
|
Yes
|
6
|
TopicConnectionFactory
|
|
|
DUPS_OK
|
|
|
Yes
|