Open
Description
Gary Russell opened INT-3118 and commented
AbstractPollingEndpoint.doStop()
uses this.runningTask.cancel(true);
which will attempt to interrrupt an existing poll (if any).
It would be nice if we had an option to soft cancel and wait (if necessary) and only hard-cancel after a timeout has elapsed.
Reference URL: http://forum.springsource.org/showthread.php?140958-failed-to-send-message-to-channel-within-timeout-1&p=453828#post453828