It looks like you have an ActiveMQ RedeliveryPolicy - I think you meant to use a Camel Redelivery Policy?
> On Mar 29, 2017, at 2:25 PM, mtod09 <[email protected]> wrote: > > In JMX I get no entries for this Camel route others work fine that do not use > Artemis. > Log's give me no errors. > > I'm getting this from the karaf webconsole seems that the > org.apache.activemq can't be resolved. > > ESBRoute23.xmlESBRoute23.xml > Symbolic Name ESBRoute23.xml > Version 0.0.0 > Bundle Location > blueprint:file:/opt/apache-karaf-4.1.0/deploy/ESBRoute23.xml > Last Modification Wed Mar 29 20:19:18 UTC 2017 > Start Level 80 > Imported Packages org.apache.activemq -- Cannot be resolved > org.apache.activemq.artemis.jms.client from > org.apache.activemq.artemis-server-osgi (84) > org.apache.camel.builder from org.apache.camel.camel-core (277) > org.apache.camel.component.jms from org.apache.camel.camel-jms (282) > org.apache.camel.processor from org.apache.camel.camel-core (277) > Manifest Headers Bundle-ManifestVersion: 2 > Bundle-SymbolicName: ESBRoute23.xml > Bundle-Version: 0.0.0 > DynamicImport-Package: * > Import-Package: org.apache.activemq, org.apache.activemq.artemis.jms.client, > org.apache.camel.builder, org.apache.camel.component.jms, > org.apache.camel.processor > Manifest-Version: 2 > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-instanciated-as-null-tp5796043p5796716.html > Sent from the Camel - Users mailing list archive at Nabble.com.
