Uploaded image for project: 'ServiceMix'
  1. ServiceMix
  2. SM-2269

ActiveMQ quick start doesn't work due to the missing activemq component

    XMLWordPrintableJSON

Details

    Description

      The activemq sample described in quick start (http://servicemix.apache.org/docs/5.0.x/quickstart/activemq.html) doesn't work with ServiceMix 5.0.0. It looks like the activemq component is not registered. Adding one of the following snippets to both routes solves the problem

      <reference id="connectionFactory" interface="javax.jms.ConnectionFactory" />
      <bean id="activemq" class="org.apache.activemq.camel.component.ActiveMQComponent">
              <property name="connectionFactory" ref="connectionFactory" />
      </bean>
      
      <bean id="activemq" class="org.apache.activemq.camel.component.ActiveMQComponent">
              <property name="brokerURL" value="tcp://localhost:61616"/>
      	<property name="userName" value="smx"/>
      	<property name="password" value="smx"/>
      </bean>
      

      As described by user reporting this problem, the quick start works with ServiceMix 4.5.3 without additional registering of the activemq component.

      As described by the user, the camle-jms component must be also installed manually (in opposite to 4.5.3)

      We should solve these issues or update the quick start.

      Cfr. http://servicemix.396122.n5.nabble.com/ANNOUNCE-Apache-ServiceMix-5-0-0-released-td5719674.html for more information

      Attachments

        1. 0001-SM-2269-ActiveMQ-quick-start-doesn-t-work-due-to-the.patch.txt
          14 kB
          Krzysztof Sobkowiak
        2. 0001-SM-2269-install-camel-jms-component.patch
          2 kB
          Krzysztof Sobkowiak
        3. 0001-SM-2269-registering-activemq-component-in-activemq-s.patch
          3 kB
          Krzysztof Sobkowiak
        4. error-by-route-deploying.txt
          5 kB
          Krzysztof Sobkowiak
        5. SM-2269-update-quick-start.patch
          1 kB
          Krzysztof Sobkowiak

        Issue Links

          Activity

            People

              sobkowiak Krzysztof Sobkowiak
              sobkowiak Krzysztof Sobkowiak
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: