Queue/Topic Depth

Hello,

I have a requirement where i need to create the utility for finding the Queues/Topics with depth>0 on UM, and then providing an option to purge the queues/topics on runtime basis.
Any help/input is highly appreciated.

Thanks

Hello Himanshu,

There are few utilities created from Softaware AG and are part of standard installation setup

[i]<>UniversalMessaging\java\umserver\bin\jmsqbrowse.exe[/i]

Check those exe which can help you do some basic features if not you can write the custom java code with this basic algorithm using java API by putting the nirvana jar on the IS .

If you are not comfortable with java you can do the same in .net as well.

Regards

Hello Shashank,

Could you please provide the links for UM Java API classes. I am unable to find them on empower. Thanks