Folks, I am fairly new to both JMX and Phoenix. My team and I are developing a server built within the Phoenix framework, and I am looking at options for the management app/console. I have several questions about the current state of JMX within Phoenix, as well as the intended/planned architecture:
1) Currently, how much of Phoenix is actually instrumented? 2) What is the planned model for using JMX and Phoenix together. I see two "high-level" approaches (based on my limited knowledge so far): a) Run Phoenix as it is now (via the scripts in the bin folder), having Phoenix instantiate the MBeanServer, etc., and register the managed components within Phoenix with the MBeanServer. (b) Have a server run separately, which instantiates the MBeanServer, and then creates an instance of Phoenix as an MBean under that server. How is Phoenix envisioned to do this? 3) Is it planned that components deployed under Phoenix would themselves be manageable? If so, how would they get registered with the MBeanServer - would they do this themselves, or would Phoenix register them as it created them? Any feedback on where this is going would be much appreciated. Thx Fred Yeomans -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>