PDA

View Full Version : JMX tools for managing Channles/Endpoints?



william_ferguson_au@yahoo
May 5th, 2008, 09:28 PM
IMO a tool that provided a graphical or tabular display of the channels/endpoints would be extremely useful. If it used JMX then it could provide information on the current state and configuration of the Components and allow changes to the config.

So do such JMX hooks exists in the current SI offering. And if not, how could I go about adding them so that they would apply to all Channels/Endpoints etc in general?

iwein
May 6th, 2008, 05:51 AM
I did a similar thing to get a detour that I could trigger through jmx. Nothing as abstract as you suggest however, but it was much easier to do than I expected. Afain there are no such features yet.

You could write a post processor that wires a generic jmx component with all the channels and endpoints that are in the application context, but that requires some handywork on your end for now.