When I try to deploy a Camel route it keeps getting stuck in the "Creating" phase

Solution Verified - Updated -

Issue

  • When I try to deploy a Camel route it keeps getting stuck in the "Creating" phase

A route which is using the Camel ActiveMQ component gets stuck in the "Creating" phase and never fully starts. Below is a route which will replicate this issue:

<?xml version="1.0" encoding="UTF-8"?>
<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xmlns:camel="http://camel.apache.org/schema/blueprint"
       xsi:schemaLocation="
       http://www.osgi.org/xmlns/blueprint/v1.0.0 http://www.osgi.org/xmlns/blueprint/v1.0.0/blueprint.xsd
       http://camel.apache.org/schema/blueprint http://camel.apache.org/schema/blueprint/camel-blueprint.xsd">

  <camelContext id="blueprintContext" trace="false" xmlns="http://camel.apache.org/schema/blueprint">
    <route id="Test_Route">
      <from uri="activemq:queue:TEST.IN"/>
      <to uri="activemq:queue:TEST.OUT"/>
    </route>
  </camelContext>

</blueprint>

An osgi:list will show the bundle in the following state:

[ 234] [Active     ] [Creating    ] [       ] [   60] testroute.xml (0.0.0)

Environment

  • JBoss Fuse 6.0
    -Camel ActiveMQ Component

Subscriber exclusive content

A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.

Current Customers and Partners

Log in for full access

Log In

New to Red Hat?

Learn more about Red Hat subscriptions

Using a Red Hat product through a public cloud?

How to access this content