From: <[email protected]>
Quoting Brett Palmer <[email protected]>:
Is there a relationship between the “send-to-pool” attribute and the
“run-from-pool” names or are they independent of each other? For example,
if I don't have a run-from-pool element with a name="pool" will the default
"pool" still work?
They are not related. If you don't have a
<run-from-pool name="pool"/>
element somewhere, then jobs sent to the "pool" pool will not be serviced.
And you must have
poll-enabled="true"
for this/these to work
Jacques