Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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.
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.
Thanks @rhall