In my conf configuration file, can not find the file
users.properties.
Thanks for replying.
In my file servicemix.xml
<bean class="org.apache.servicemix.jbi.nmr.flow.jms.JMSFlow">
<property name="jmsURL"
value="failover:(${tcp.broker.uri})" />
<property name="userName"
value="${broker.username}" />
<property name="password"
value="${broker.password}" />
</bean>
and in mi jndi.xml
<amq:connectionFactory brokerURL="${tcp.broker.uri}"
userName="${broker.username}"
password="${broker.password}"
/>
I do not understand what my error.
There any other place need to provide your username and password.
--
View this message in context:
http://servicemix.396122.n5.nabble.com/Username-and-Password-in-jmsFlow-and-jaasAuthenticationPlugin-tp3299341p3300007.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.