Sharing Remote Pipeline Servers? | jeckels | 2014-06-11 13:46 |
Status: Closed | ||
Hi Ben, I'm sorry to say that it's not possible. The reason is that all jobs and tasks get routed through the JMS queue, including those that will be performed on the web server. "webserver" is a special location name, and if pointed at the same JMS queue, the two different web servers would be stealing jobs from each other. You'll need to either use separate servers (virtual is fine), or separate JMS queues and remote pipeline processes on the same server. Thanks, Josh |
||