Hi Mike

2.14.0 camel-activemq is using the 5.10 ActiveMQ client.

The doc you linked to earlier shows the dependency on camel-syslog, with
maven you just include camel-syslog as a dependency and the data format is
defined in there, along with it's dependencies.
If you're not using maven, you need to check which dependencies to include.

Try the archetype[1] to generate the ActiveMQ project and then add the
camel-syslog dependency to the pom as well, and replace the sample camel
context with your own and it should work.

[1] http://camel.apache.org/camel-maven-archetypes.html


Taariq

On Thu, Dec 11, 2014 at 9:02 PM, mtod09 <m...@thetods.net> wrote:
>
> Thanks for the response.
>
> I get errors when I try using the dataFormats element.
>                  <dataFormats>
>                          <syslog id="mySyslog"/>
>                  </dataFormats>
>
> Error:  "because of Data format 'syslog' could not be created"
>
> Seems like there is a Jar missing but I saw no reference to it in the
> documentation.
> Is there a specific JAR required?
>
> I'm on ActiveMQ 5.10 not sure what version of Camel that uses.
>
> Mike
>
>
>
>
> --
> View this message in context:
> http://camel.465427.n5.nabble.com/Sending-to-Syslog-tp5760517p5760596.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>

Reply via email to