Re: How to launch

2016-09-18 Thread Willem Jiang
Hi,  If you just share one connection between the Scheduler Pooling consumers, it could be not effective, as the consumers have to be wait for the connection. I think it could be reasonable to use the a pool to hold the connections for the consumers to share with. -- Willem Jiang Blog: http

How to launch

2016-09-14 Thread A. Corral
Hi, I investigated and I would like to know how I sould do the next EIP I have 20 scheduler task that launch a task, each with different data but using the same component. The component is a custom component that connects to a remote service to read data. I would like to instantiate only one comp