Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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:queuealesforce_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)
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
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
Thank you Martijn...It worked