Hi,
Can someone please help me to setup email alerts from CommandCentral for pending UM channel queues.
Also, please suggest if there are any other options that we can enable email alerts for pending queue.
Thanks,
Kumar
Hi,
Can someone please help me to setup email alerts from CommandCentral for pending UM channel queues.
Also, please suggest if there are any other options that we can enable email alerts for pending queue.
Thanks,
Kumar
You can use the command below to get that information. No Command Central is needed for this.
runUMTool IdentifyLargeDurableOutstandingEvents -rname=<rname> -threshold=<threshold>
If you want to do it from Command Central Command Line check the document below. You may need to get the queue and topic information first and get status next. Haven’t done it with command central before.
If you are using an external logging and monitoring tool, you can just push these as logs and generate an alert from 3rd party.
Thanks for sharing the details.
I executed the command and getting command not found error. can you please help me.
[wmadmin@wesb-um diagnostic]$ pwd
/opt/sag/wm/UniversalMessaging/java/examples/com/softwareag/um/tools/diagnostic
[wmadmin@wesb-um diagnostic]$ ll
total 12
drwxrwxr-x. 5 wmadmin wmadmin 4096 Feb 21 2023 collector
-rw-rw-r–. 1 wmadmin wmadmin 4992 Sep 8 13:31 IdentifyLargeDurableOutstandingEvents.java
[wmadmin@wesb-um diagnostic]$ runUMTool IdentifyLargeDurableOutstandingEvents -rname=nsp://wesb-um.com:9000 -threshold=100
-bash: runUMTool: command not found
You need UMTools for that command. Check the document I shared.
Hi,
Can you please suggest me how to get UMTools.
Thanks,
Kumar
If using UM as containers, umtools is a seperate container that you can download from containers.softwareag.com
If using on prem installation, I believe it should be available to install from installer. If installed already it should be located in your installation folder(should be something similar to "softwareAG installation directory"/Universal Messaging/tools
). Check the document I shared for more information. Installation directory depends on the installation parameters, UI and OS you use, but after that part, the rest should be similar.
Hi,
Thank you!
This command has works now.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.