Uploaded image for project: 'ServiceMix 4'
  1. ServiceMix 4
  2. SMX4-753

Improve out-of-the-box integration between Camel and ActiveMQ

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 4.2.0
    • 4.6.0
    • None
    • None

    Description

      While creating the quickstart guide last night, I found myself needing to install the camel-activemq feature and having to add a component definition to be able to use the 'amq' component. We should make it as easy as possible for people to use ActiveMQ and Camel together in ServiceMix. In my mind, the XML file below should just work in a new ServiceMix installation.

      <blueprint
          xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="
            http://www.osgi.org/xmlns/blueprint/v1.0.0
            http://www.osgi.org/xmlns/blueprint/v1.0.0/blueprint.xsd">
      
          <camelContext xmlns="http://camel.apache.org/schema/blueprint">
            <route>
              <from uri="amq://events"/>
              <to uri="log:events"/>
            </route>
          </camelContext>
      
      </blueprint>
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            gertvanthienen Gert Vanthienen
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: