Hi all, On one of our ActiveMQ servers, trying to delete a durable subscription throws this error:
---- java.rmi.UnmarshalException: Error unmarshaling return; nested exception is: java.lang.ClassNotFoundException: javax.jms.JMSException (no security manager: RMI class loader disabled) ---- The durable subscription was created via Stomp protocol. The client had exited gracefully, however activemq still shows the subscription as being active. I have followed a couple of threads, such as: http://www.nabble.com/Durable-consumer-reconnect-problem-tf1716817.html#a4662218 http://www.nabble.com/Stomp-subscribtions-are-not-removed-tf1627261.html#a4408539 Is there any way to either force ActiveMQ to destroy the subscription or drop the phantom subscriber ? Thanks. We are using ActiveMQ 4.0.2. - Sandeep