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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[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
Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi,

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

        <plugins>
            <jaasAuthenticationPlugin configuration="karaf" />
        </plugins>

Regards.

View solution in original post

2 Replies
Anonymous
Not applicable
Author

Hi,

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

        <plugins>
            <jaasAuthenticationPlugin configuration="karaf" />
        </plugins>

Regards.
Anonymous
Not applicable
Author

Tanks, that was indeed the correct username and password. No I can work on the rest of the messages.