Issue #1989 fix clustered routes suspending/starting
Change-Id: I09a75388458eefb998ad43d90e531f63ff13b04a Former-commit-id:a6d525ec96
[formerly4ab1d90d67
[formerly 7b7be58af4a3b2f41a5af3c1291bd9718e3ef62b]] Former-commit-id:4ab1d90d67
Former-commit-id:57e560b745
This commit is contained in:
parent
511f938c3f
commit
516eca979e
1 changed files with 3 additions and 1 deletions
|
@ -64,7 +64,9 @@
|
|||
<property name="requestTimeout" value="5000"/>
|
||||
|
||||
<!-- receiveTimeout is amount of time thread waits to receive a message before recycling -->
|
||||
<property name="receiveTimeout" value="300000"/>
|
||||
<!-- receiveTimeout also affects how fast a JMSConsumer will shut down, because the
|
||||
thread may be stuck polling for the duration of receiveTimeout before shutting down -->
|
||||
<property name="receiveTimeout" value="10000"/>
|
||||
<property name="transacted" value="false"/>
|
||||
|
||||
<!-- force maxMessagesPerTask so that the threads don't keep disconnecting and reconnecting.
|
||||
|
|
Loading…
Add table
Reference in a new issue