3 Replies Latest reply on Mar 12, 2006 8:11 PM by hgreenblatt

    Programmatically canceling a topic subscriber from the serve

    jrw

      Our application relies heavily on JMS. We have a situation where just one subscriber of a topic (out of maybe 10 total subscribers) can fall behind.

      Initially, we were just letting the MessageCache absorb this backload writing out to disk when memory conditions warranted. We then decided to just limit the number messages in a topic to 1000.

      What we would like to do now is to cancel a particular topic subscription when a client gets too far behind.

      The subscribers here are not MDBs or local to the server. The subscribers are remote clients.

      We have look through all the available JMX interfaces and have not found anything to do the trick.

      Any ideas?

      Thanks,

      Jamie