How to Find out the ESB Entry Point Topic/Queue

Posted by sedge on 23-Aug-2011 17:31

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

All Replies

Posted by tsteinbo on 14-Sep-2011 04:12

You have to use the ESB Management API to read the process configuration.

Posted by sedge on 18-Sep-2011 20:54

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

This thread is closed