0 Replies Latest reply on Oct 31, 2007 6:45 AM by metalhead

    Remove TopicSubscription

    metalhead

      Is there a way to remove or invalidate a subscription from a Topic, for a consumer that is no longer connected?

      Shouldn't/can't JBoss do this automatically for an unreachable consumer, after a certain amount of time?

      At this moment, when one of the clients is cut-off, the message-queue fills-up and cannot be emptied anymore...
      The list of subscriptions will only be reset when the server is restarted...

      I'm using;
      JBoss 4.0.3
      a (javax.jms) Topic (/TopicPublisher)


      Dennis