93949596979899100101102103
public void testQueueSessionCannoutUnsubscribe() throws Exception { QueueSession queueSession = getQueueSession(); try { queueSession.unsubscribe("abc"); fail("expected exception did not occur"); } catch (javax.jms.IllegalStateException s) { // PASS