Hi,

Current Camel don't support SNMP.
If you want to manage the camel context's endpoint and routers, you can
use JMX[1] to do that. I don't know if there some tool can help export a
JMX managed resource as a SNMP managed resource.

AFAIK, ServiceMix 's SNMP component just a component, it can help you to
manage the ServicMix instances. If you want to managed the ServiceMix
instance, JMX[2] is a good way to go :).

For the difference of ServiceMix and Camel, I think Camel is less than a
ESB, even it has lots of components.
Compare to ServiceMix an ESB implementation:
Camel doesn't have the component deployment managements and it doesn't
implement any JBI specification. Camel is more light than ServiceMix.
And you can deploy Camel application into the Servicemix with the help
of servicemix-camel component to implement the EIP routings.

[1] http://activemq.apache.org/camel/camel-jmx.html
[2] http://servicemix.apache.org/jmx-console.html

Willem

Hilton wrote:
> I'm currently in the process of evaluating the Camel product for our ESB
> solution.  One of the questions that our IT department requires is support
> for SNMP.  I reviewed the documentation and perform several online search
> and I could not find anything on configurtion of SNMP with Camel other than
> with ServiceMix.  Does anyone know if Camel support SNMP and how to
> configure this?  Also it is my understanding that ServiceMix is another ESB
> solution, so what is the relationship between Camel and ServiceMix?  Would I
> need to install both and configure both to get SNMP?

Reply via email to