• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

alternative to Java Management Extension

 
Ranch Hand
Posts: 98
MyEclipse IDE Oracle
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Hi everyone,

The project I am working on extensively makes use of JMX Mbean’s ( Java Management Extension ) .
This includes using of its capabilities like monitoring, scheduling , you can perform start and stop operations on MBeans
The Mbeans are deployed on separate Unix server other than where application server is deployed.

So My question, Is there any alternative to using JMX which provides all the capabilities ?

Any insights will be greatly helpful

Aruna.
 
reply
    Bookmark Topic Watch Topic
  • New Topic