Hi
  I'm looking for easiest way to redirect message to the local syslog using
camel. (sth like .to("syslog:args")) Here is what I've found so far:
* use camel-syslog component - usefull when you need to consume syslog
message or integrate with mina or netty component, but not very helpfull in
this case
* use camel-exec component - used to execute system commands so should work;
did not test it yet
* use camel-mina or camel-netty component - that would require syslog's
reconfiguration, so that it will listen on some udp port; prefer not to do
it this way 
* write new component - that's finality 

Thanks for any tips
Lukas

--
View this message in context: 
http://camel.465427.n5.nabble.com/Writing-to-local-syslog-with-camel-tp5558225p5558225.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to