Setting default receiveTimeout to 1000 ms.

This commit is contained in:
Mark Fisher
2008-08-20 05:46:55 +00:00
parent f3dd549723
commit fbfa5e03aa

View File

@@ -36,7 +36,7 @@ public class PollingDispatcher implements SchedulableTask, SubscribableSource {
public final static int MAX_MESSAGES_UNBOUNDED = -1;
public final static long DEFAULT_RECEIVE_TIMEOUT = 5000;
public final static long DEFAULT_RECEIVE_TIMEOUT = 1000;
private final Log logger = LogFactory.getLog(this.getClass());