Posted: Fri Jan 24, 2003 5:33 am Post subject: SYSTEM.JMS.ND.SUBSCRIBER.QUEUE building
Acolyte
Joined: 20 Jan 2003 Posts: 60
I have a single publisher with mulit subscribers and the
SYSTEM.JMS.ND.SUBSCRIBER.QUEUE is building. How do I determine if a subscriber is not getting messages and how can I clean up this non-durable queue?
This is running MQ 5.2 on Solaris 8
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
I'm not sure how he solved his problem. However, the best solution for this problem is to only use durable subscribers when you have to. There is no point in 'saving messages' for a subscriber that isn't coming back. This helps the situation where you forget to deregister and leave orphaned subscribers. The non-durable ones are cleaned up. There are also a couple of java programs (dumpbroker, unsubscribe) at:
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum