[
https://issues.apache.org/jira/browse/AMQ-4325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hadrian Zbarcea updated AMQ-4325:
---------------------------------
Fix Version/s: 5.9.1
> 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)