Question
1
Replies
57
Views
DXC Technology
Posted: March 23, 2018
Last activity: March 26, 2018
Closed
Is there a way to query for incoming JMS message info from database
Dears,
I would like to know if there is a way where we can query for all the incoming JMS messages already consumed with their payloads in the database, with info on which were processed and which ones errored out.
Purely for administrative purposes. Any other suggestions to find them is also welcome.
regards,
Jagan
Hi,
As of my understanding, you have to write custom logic in Service JMS activity to store the messages into the custom table for administrative task.