View number of messages not consumed

Thanks you Jonathan for providing your inputs…

Now the subscribe was down from Target system. source system keep on sending publishable message, whatever publishable message are stored in Topic as well as event count also increased. if any possible to see event count data store in physical system (local system) from UM server.

we need send mail to source system to every half hour, how many events are available while subscribe was down.

if yes, could you please let us UM server event store path…

Thanks you Jonathan for providing your inputs…

Now the subscribe was down from Target system. source system keep on sending publishable message, whatever publishable message are stored in Topic as well as event count also increased. if any possible to see event count data store in physical system (local system) from UM server.

we need send mail to source system to every half hour, how many events are available while subscribe was down.

if yes, could you please let us UM server event store path…

Please help here…

You cannot determine the number of pending events by looking at the file system. Events consume space in files even after they have been subscribers and that space may be recovered later.
If you want to monitor it automatically, I recommend you use the Command Central command-line tools or REST API to retrieve the number of waiting events. You could do this from a script or program to then send an email.
Alternatively write a Java program using the UM admin API to do the same thing.

Helllo,

Can you anyone explain below.

ideally on broker we can see how many messages are queued up on the trigger client for oth SERIAL and concurrent trigger.

Is there a way we can identify how many messages are queued up on serial trigger client.

For concurrent trigger im able to see how many messages are queued up and yet to be processed using Outstanding Events tab

Thanks
Arun Cholleti

Hi Jonathan,
we are trying to get the Topic Durable subscribers messages count using Command central REST API which one you have suggested .
but looking that WADL , there is no URI available
Could you please share the relevant methods in that REST API?

The REST API is not explicitly documented, however you can get the resource URI, request/response and HTTP Header details by executing the Command Central commands via Command Central Command Line tool. For more details please refer to

https://techcommunity.softwareag.com/ecosystem/documentation/webmethods/command_central/cce10-3/10-3_Command_Central_webhelp/index.html#page/command-central-webhelp%2Fcc_rest_api_resources.html%23

Universal Messaging’s Command Central commands are documented in “Using Command Central to Manage Universal
Messaging” section of the “Universal Messaging Administration Guide” or
https://techcommunity.softwareag.com/ecosystem/documentation/onlinehelp/Rohan/num10-3/10-3_UM_webhelp/index.html#page/um-webhelp%2Fto-header_using_command_central.html%23