1 Reply Latest reply on Jul 28, 2014 5:08 AM by davsclaus

    amq example

    tom.litton2

      I'm completely new to JBoss Fuse and camel.

       

      I'm trying to create a unit test using amq: component, but it isn't being found.  I'm assuming i'm missing the correct dependencies.  Is there documentation and/or an example?

       

      My dependencies are:

      compile "org.apache.camel:camel-core:${camelVersion}"
      compile "org.apache.camel:camel-cxf:${camelVersion}"
      compile "org.apache.camel:camel-http:${camelVersion}"
      compile "org.apache.camel:camel-soap:${camelVersion}"
      compile "io.fabric8.mq:camel-amq:1.1.0.CR5"
      compile "org.apache.camel:camel-jms:${camelVersion}"
      compile "org.apache.camel:camel-activemq:${camelVersion}"

       

       

      testCompile "org.apache.camel:camel-test:${camelVersion}"
      testCompile "org.apache.camel:camel-test-spring:${camelVersion}"
      testCompile "org.apache.camel:camel-spring-javaconfig:${camelVersion}"

       

       

      Thanks!