0 Replies Latest reply on Aug 5, 2002 9:15 PM by bmacy

    How to know in MessageListener that Topic is closed?

    bmacy

      From a stand-alone client app in a separte JVM:

      ...
      AlertSubscriber subscribed to topic: topic/alert

      ...
      [Loaded java.io.EOFException from /opt/j2sdk1.4.0_01/jre/lib/rt.jar]

      It appears to me someone is getting an EOFException when the topic is closed (in this case JBoss is shutdown). How should I go about detecting this connectiong so I can try to reconnect or otherwise handle the connection?

      Brian Macy