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

Queueing in Talend Cloud

Hi all,

 

We would like to use ActiveMQ in our Talend solution that is hosted in Talend Cloud as a queueing mechanism for real-time integration.

 

Is ActiveMQ available in Talend Cloud as part of Talend ESB in Talend Cloud?

 

Or do we need to use a separate cloud queuing service such as Amazon SQS.

 

Kind regards

Gio

Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

If your queue is publicly available (over the internet) you can run your jobs in Talend Cloud and work with the queue. If it is behind a firewall you can run your job in a remote engine behind the same firewall and it will work. The remote engine communicates out to Talend Cloud, Talend Cloud does not need direct access to the remote engine.

View solution in original post

2 Replies
Anonymous
Not applicable
Author

If your queue is publicly available (over the internet) you can run your jobs in Talend Cloud and work with the queue. If it is behind a firewall you can run your job in a remote engine behind the same firewall and it will work. The remote engine communicates out to Talend Cloud, Talend Cloud does not need direct access to the remote engine.

Anonymous
Not applicable
Author

Thanks @rhall