Create operations method when registering the service in JMX | Community
Skip to main content
Level 4
December 11, 2015
Solved

Create operations method when registering the service in JMX

  • December 11, 2015
  • 6 replies
  • 1235 views

Hi team,

Could help me add new method in the  com.adobe.granite.workflow:maintenance Mbean in the JMX . I need the method to start the workflow from JMX.

Thank you

Sumit Singhal

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

This use case is discussed here:

Integrating Services with the JMX Console

6 replies

smacdonald2008
Level 10
December 11, 2015
  When working with AEM, you should create a scheduler service to invoke a workflow. You can use configuration nodes to determine how often to invoke the workflow. You can use AEM workflow api to invoke the workflow from the scheduler service.   
Level 4
December 11, 2015

Hi Tony,

 

Thank you for the quick reply.

But my requirement is to trigger the workflow in the publish environment through JMX . I am able to register a Mbean service but when I click on the new service registered it gives me server error. I am not sure how to process the method that I am using.

Please find attachment

Thank you fol all your help 

Level 4
December 11, 2015

Hi Tony,

 

We are going to run manually on publish through JMX. (AEM6.0)

Thank you

smacdonald2008
smacdonald2008Accepted solution
Level 10
December 11, 2015

This use case is discussed here:

Integrating Services with the JMX Console

Level 4
December 14, 2015

Thank you Tony it really helped me.

Level 4
December 14, 2015

Hi,

I want to show the success message on click of the invoke button in JMX console over the custom MBean services created.

Thank you for the help.