Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Talend Open Studio ESB - Active MQ username password issue

Hi Everyone,

 

I am tryinf to craete a job that listens to salesforce outbound message and then send that message to Apache ActiveMQ which can then be used to pass message to external webservice.

 

I followed this page and created a job in talend :

 

https://help.talend.com/reader/uOmTfquvnqGiPH3~WJf9tA/~8JABub8yYzwio3iLnf_Zg

 

However I get this error in cMQConnectionFactory component. what will be the default username for apache active MQ that i can use? Thanks

 

Error logs: 

 

[WARN ]: org.eclipse.jetty.server.handler.AbstractHandler - No Server set for org.apache.cxf.transport.http_jetty.JettyHTTPServerEngine$1@3162743f
[ERROR]: org.apache.camel.processor.DefaultErrorHandler - Failed delivery for (MessageId: ID-UKLONL316-60809-1557310061869-0-1 on ExchangeId: ID-UKLONL316-60809-1557310061869-0-2). Exhausted after delivery attempt: 1 caught: org.springframework.jms.JmsSecurityException: User name [user] or password is invalid.; nested exception is javax.jms.JMSSecurityException: User name [user] or password is invalid.

Message History
---------------------------------------------------------------------------------------------------------------------------------------
RouteId ProcessorId Processor Elapsed (ms)
[Location_Sync_cSOA] [Location_Sync_cSOA] [cxf://http://0.0.0.0:8765/service/location?allowStreaming=false&dataFormat=PAY] [ 333]
[Location_Sync_cSOA] [Location_Sync_cExc] [setExchangePattern[InOnly] ] [ 2]
[Location_Sync_cSOA] [Location_Sync_cJMS] [cMQConnectionFactory1:queue0683p000009M9p6.pngalesforce_location ] [ 302]

Stacktrace
---------------------------------------------------------------------------------------------------------------------------------------
org.springframework.jms.JmsSecurityException: User name [user] or password is invalid.; nested exception is javax.jms.JMSSecurityException: User name [user] or password is invalid.
at org.springframework.jms.support.JmsUtils.convertJmsAccessException(JmsUtils.java:291)
at org.springframework.jms.support.JmsAccessor.convertJmsAccessException(JmsAccessor.java:169)
at org.springframework.jms.core.JmsTemplate.execute(JmsTemplate.java:487)
at org.apache.camel.component.jms.JmsConfiguration$CamelJmsTemplate.send(JmsConfiguration.java:484)
at org.apache.camel.component.jms.JmsProducer.doSend(JmsProducer.java:440)
at org.apache.camel.component.jms.JmsProducer.processInOnly(JmsProducer.java:394)
at org.apache.camel.component.jms.JmsProducer.process(JmsProducer.java:157)
at org.apache.camel.processor.SendProcessor.process(SendProcessor.java:145)

 

Labels (2)
1 Solution

Accepted Solutions
MdG_IntoDataNL
Contributor II
Contributor II

That depends on what you have configured. But try admin/admin or tesb/tesb. For more information also see:

https://help.talend.com/reader/sPCmo1r9ryL4U5_h60H30w/nQ3bEXwYdFCdCa0huXZXng

 

View solution in original post

2 Replies
MdG_IntoDataNL
Contributor II
Contributor II

That depends on what you have configured. But try admin/admin or tesb/tesb. For more information also see:

https://help.talend.com/reader/sPCmo1r9ryL4U5_h60H30w/nQ3bEXwYdFCdCa0huXZXng

 

Anonymous
Not applicable
Author

Thank you Martijn...It worked