AEM 6.3.2.2 - JMX Mbean | Community
Skip to main content
New Member
September 4, 2018
Solved

AEM 6.3.2.2 - JMX Mbean

  • September 4, 2018
  • 3 replies
  • 2487 views

I have a use case to have a JMX entry under JMX console to operate something on all the pages. AEM version 6.3.2.2

There seems to be an issue registering a Mbean, I could not get see my entry showing up on JMX console.

I followed below threads

Integrating Services with the JMX Console

Descriptive JMX Beans in AEM/CQ | Olson Digital

acs-aem-samples/SampleMBeanImpl.java at master · Adobe-Consulting-Services/acs-aem-samples · GitHub

Please let me know if there are any known issues or if there are any working article in place.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by smacdonald2008

We just released a new mbean article (that performs workflow operations). It works fine and a video shows it working -- Creating Adobe Experience Manager 6.4 Sling Servlets that invoke MBean operations

3 replies

arunpatidar
Community Advisor
Community Advisor
September 4, 2018

Hi,

Please check Anatomy of the Ideal Background Job | Perficient Digital

I tried above and registering mean is working for me.

Arun Patidar
smacdonald2008
smacdonald2008Accepted solution
Level 10
September 5, 2018

We just released a new mbean article (that performs workflow operations). It works fine and a video shows it working -- Creating Adobe Experience Manager 6.4 Sling Servlets that invoke MBean operations

New Member
September 6, 2018

This works!! Thanks...