[ 
https://issues.apache.org/jira/browse/SM-2269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13967669#comment-13967669
 ] 

Krzysztof Sobkowiak commented on SM-2269:
-----------------------------------------

I propose following solution:
 * a new module {{activemq-camel}} ({{org.apache.servicemix.activemq.camel}} as 
{{artifactId}} and {{Bundle-SymbolicName}}) which provides the {{activemq:}} 
component and is included in the {{activemq-service}} feature.
 * the module registers an implementation of {{ComponentResolver}} as a 
service. The module references the existing pooled {{ConnectionFactory}} 
({{transacted=false}}) from the OSGi Registry and wires it into the 
{{ComponentResolver}} The wired {{ConnectionFactory}} is used to instantiate 
the new {{ActiveMQComponent}} created by the implementation of 
{{ComponentResolver}}

I also propose to change the {{artifactId}} of the existing module 
{{activemq-service}} from {{activemq-service}} to 
{{org.apache.servicemix.activemq.service}} (which is more ServiceMix specific) 
to avoid eventual future conflicts of the  {{Bundle-SymbolicName}}) with other 
bundles using the same {{Bundle-SymbolicName}}

> ActiveMQ quick start doesn't work due to the missing activemq component
> -----------------------------------------------------------------------
>
>                 Key: SM-2269
>                 URL: https://issues.apache.org/jira/browse/SM-2269
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 5.0.0
>            Reporter: Krzysztof Sobkowiak
>            Assignee: Krzysztof Sobkowiak
>            Priority: Minor
>             Fix For: 5.0.1, 5.1.0, 6.0.0
>
>         Attachments: 0001-SM-2269-install-camel-jms-component.patch, 
> 0001-SM-2269-registering-activemq-component-in-activemq-s.patch, 
> SM-2269-update-quick-start.patch, error-by-route-deploying.txt
>
>
> 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
> {code}
> <reference id="connectionFactory" interface="javax.jms.ConnectionFactory" />
> <bean id="activemq" 
> class="org.apache.activemq.camel.component.ActiveMQComponent">
>         <property name="connectionFactory" ref="connectionFactory" />
> </bean>
> {code}
> {code}
> <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>
> {code}
> 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



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to