To my knowledge the camel-quickfix component doesnt offer JMX management.
Maybe QuickFix itself has some JMX management, you can tap into.

Otherwise we love contributions and you are welcome to work on adding
JMX management for camel-quickfix.

See for example how you can annotate the endpoint
https://svn.apache.org/repos/asf/camel/trunk/camel-core/src/main/java/org/apache/camel/component/timer/TimerEndpoint.java

You can do the same for the Producer / Consumer etc.
Just implement the ManagementAware interface.

There may be more details here as well
http://camel.apache.org/camel-jmx.html



On Wed, Sep 15, 2010 at 6:35 AM, vcheruvu <v_cher...@hotmail.com> wrote:
>
> Hi,
>
> I have started Camel-QuickFix component as an acceptor. I have managed to
> send mock fix messages to the my Camel-Quickfix from FIX Simulator. Now I am
> trying to turn on JMX support for Camel-QuickFIX component. I went through
> the QuickFixAcceptor code and have not seen any code that  enable JMX
> support for QuickFix. How can I enable JMX support for Quickfix in Camel so
> that i could invoke reset, logon, logout and disconnect operations?
>
>
> Kind regards,
> -Vid-
>
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/Camel-QuickFIX-JMX-console-to-invoke-quickfix-server-operations-tp2840088p2840088.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>



-- 
Claus Ibsen
Apache Camel Committer

Author of Camel in Action: http://www.manning.com/ibsen/
Open Source Integration: http://fusesource.com
Blog: http://davsclaus.blogspot.com/
Twitter: http://twitter.com/davsclaus

Reply via email to