[resolved] Tutorial "How to create a mediation route" outdated?
Hi,
I tried following the tutorial titled "How to create a mediation route" from talendforge. Only this is using a bit older methods than available in 6.1.1. I tried adding the MQConnectionFactory to connect to the ActiveMQ provided with the ESB runtime. Which resulted in username warnings. The queues IN and OUT where not created (due to the wrong connection details I think). Anybody got a pointer to a more recent tutorial about this subject?
Kind regards,
Sjoerd
In case of you're using cMQConnectionFactoryand component and ActiveMQ provided with the ESB runtime, you have to enable "Authentication" option on the component and provide username/passwd which existing in the Runtime/etc/users.properties, (e.g tesb/tesb)
Because by default the ActiveMQ authentication is enabled in the Runtime/etc/activemq.xml
In case of you're using cMQConnectionFactoryand component and ActiveMQ provided with the ESB runtime, you have to enable "Authentication" option on the component and provide username/passwd which existing in the Runtime/etc/users.properties, (e.g tesb/tesb)
Because by default the ActiveMQ authentication is enabled in the Runtime/etc/activemq.xml