I think there is a bug in the JMS implementation. When I call TopicSession.createSubscriber when the session's connection has been started, the call hangs. However, if I stop the connection before making the call, the code functions as expected. Is this a bug or is it illegal to create a subscriber after the connection has been started. Thanks, Vidur
