[ 
https://issues.apache.org/jira/browse/AMQ-4325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Claus Ibsen moved CAMEL-6083 to AMQ-4325:
-----------------------------------------

             Component/s:     (was: camel-activemq)
                          activemq-camel
    Estimated Complexity:   (was: Unknown)
       Affects Version/s:     (was: 2.10.3)
                          5.8.0
                     Key: AMQ-4325  (was: CAMEL-6083)
                 Project: ActiveMQ  (was: Camel)
    
> camel doen't honor credentials set on activemqcomponent bean via spring
> -----------------------------------------------------------------------
>
>                 Key: AMQ-4325
>                 URL: https://issues.apache.org/jira/browse/AMQ-4325
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: activemq-camel
>    Affects Versions: 5.8.0
>         Environment: activemq 5.8.0
>            Reporter: Kot Kot
>
> I use this configuration to create activemq component.
> <bean id="activemq"
>           class="org.apache.activemq.camel.component.ActiveMQComponent" 
> factory-method="activeMQComponent">
>         <constructor-arg index="0" value="${grabber.broker.url}" />
>         <property name="useMessageIDAsCorrelationID" value="true"/>
>         <property name="userName" value="system"/>
>         <property name="password" value="manager"/>
>     </bean>
> Endpoint url doesn't have username and password set which results jms client 
> not being able to connect to broker which responds with "username is null".
> Setting username and password in endpoint url works   

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to