how to find out the application name from a running queue processor?
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