You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Arthur Naseef (JIRA)" <ji...@apache.org> on 2014/06/07 23:00:02 UTC

[jira] [Commented] (AMQ-4325) camel doen't honor credentials set on activemqcomponent bean via spring

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

Arthur Naseef commented on AMQ-4325:
------------------------------------

Git commit: https://git-wip-us.apache.org/repos/asf?p=activemq.git;a=commit;h=48d615d3113cf3d2a9d33bd5264c4f334d34b5c5

> 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
>            Assignee: Claus Ibsen
>             Fix For: 5.9.1, 5.10.0
>
>
> 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 was sent by Atlassian JIRA
(v6.2#6252)