how to find out the application name from a running queue processor?
SivaramireddyT2951
(Sivaramireddy Taniparthi)
1
Sai_Guggilla
(Sai Guggilla)
2
To find out the name of the application from a queue processor at runtime, you can use the following Java code: String applicationName = tools.getApplication().getName(); This code retrieves the name of the application that the queue processor is running in.
Regards,
Sai G
Related topics
| Conversation | Replies | Views | Activity | |
|---|---|---|---|---|
| how do you call the Queue processor in activity | 2 | 569 | July 5, 2024 | |
| identification of Pega objects that invoke (queue) the standard queue processor “pzStandardProcessor”. | 1 | 86 | February 26, 2024 | |
| Queue Processor is not working when we call a activity inside | 4 | 111 | May 31, 2024 | |
| How to Access Non-PublicAPI like processMessages Method of QueueProcessorDelayedMessageService in Java Step | 2 | 118 | January 16, 2025 | |
| How do I obtain Queue Processor item's message ID? | 5 | 819 | February 27, 2023 |