我登录的服务一次仅允许1次登录。我需要限制这个。有什么想法吗?
我已经设置了一个带有1个线程的AsyncStrategy,它仍然尝试每秒登录8次。
<queued-asynchronous-processing-strategy name="SftpAsyncStrategy"
maxThreads="1"
maxQueueSize="1"
poolExhaustedAction="DISCARD"
/>
<flow name="retrieve sftp files from sps" processingStrategy="SftpAsyncStrategy">
<sftp:inbound-endpoint ref="sftpInbox"/>