On Tue, May 1, 2012 at 10:12 AM, vcheruvu <[email protected]> wrote:
> Hi Camel riders,
>
> I have been reading up on Camel JMX and learnt that Spring JMX annotations
> are no longer required. So,  below  are camel JMX annotations
>
> org.apache.camel.api.management.ManagedOperation;
> org.apache.camel.api.management.ManagedResource;
> org.apache.camel.api.management.ManagedAttribute
>
>  I am trying to create  JMX operation that takes input parameters from JMX
> console. I cannot find Camel's equivalent for ManagedOperationParameter. is
> there equivalent camel Annotation for
> org.springframework.jmx.export.metadata.ManagedOperationParameter and
> ManagedOperationParameters?
>

No, what does ManagedOperationParameters give you? Just define the
method signature

eg and you have it in the JMX console

@ManagedOperation
public String invokeMe(String code, boolean someFlag);



>
> Kind regards,
> -Vid-
>
>
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/Camel-JMX-2-9-2-tp5677616.html
> Sent from the Camel - Users mailing list archive at Nabble.com.



-- 
Claus Ibsen
-----------------
CamelOne 2012 Conference, May 15-16, 2012: http://camelone.com
FuseSource
Email: [email protected]
Web: http://fusesource.com
Twitter: davsclaus, fusenews
Blog: http://davsclaus.blogspot.com/
Author of Camel in Action: http://www.manning.com/ibsen/

Reply via email to