I am trying to create an output event adaptor.
Adaptor type: jms
JNDI Initial Context Factory Class: org.apache.activemq.jndi.ActiveMQInitialContextFactory
JNDI Provider URL : tcp://localhost:61616
Connection Factory JNDI Name : TopicConnectionFactory
when i provide user name and password and test the connection its showing
"Connection not successful: javax.jms.JMSException: User name [null] or password is invalid."
Can some one please suggest where i have gone wrong?