You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by skompelly <sk...@gmail.com> on 2011/08/29 14:31:37 UTC

Camel SNMP Producer - SNMP producer not implemented

Hi,

I am trying to use camel snmp component to send the request. For this i am
using as below 

.to("snmp://<ipaddress:port>?[options]")  - so that i can send a message to
snmp device. But i am getting error as "SNMP Producer not implemented"

When i saw the implementation i see that creatProducer method just thorws
exception and there no implementation. 

Instead of using the api class org.snmp4j.Snmp methods "send" and "get", i
want to use the component to do.

Please suggest whethere i can use snmp component in .to

Thanks in advance.

Regards,
Santosh



--
View this message in context: http://camel.465427.n5.nabble.com/Camel-SNMP-Producer-SNMP-producer-not-implemented-tp4746009p4746009.html
Sent from the Camel Development mailing list archive at Nabble.com.