Is it possble to find out the ESB Endpoint (Topic/Queue) where an ESB Process entered the system?
In A Java Service Type I can use XQServiceContext.getEntryEndpoint() but that only tells me the entry point for that Service Type, like: rcMessageService.Entry.
What I want to access is the Topic or Queue that caused the ESB Process to start executing, which would be the Entry Endpoint of the Top Level Process.
Thanks
Steve
You have to use the ESB Management API to read the process configuration.
Thanks Thomas
Is there any more information to help me get started with the ESB Management API and specifically, where to look in it for the data I'm seeking :-).
Regards
Steve
See http://documentation.progress.com/output/Sonic/8.5.0/releasedate/Docs8.5/api/esb_api/index.html for the whole API. http://documentation.progress.com/output/Sonic/8.5.0/releasedate/Docs8.5/api/esb_api/com/sonicsw/esb/mgmtapi/config/IProcessConfig.html is your friend. Call getEntryEndpointConfig()