4748495051525354555657
{ TopicSession topicSession = getTopicSession(); Queue queue = getTestQueue(); try { topicSession.createBrowser(queue); fail("expected exception did not occur"); } catch (javax.jms.IllegalStateException s) { // PASS