Skip to content

Commit

Permalink
INT-4077: Increase Timeouts in JMS Test Case
Browse files Browse the repository at this point in the history
JIRA: https://jira.spring.io/browse/INT-4077

Default timeout (5 secs) is insufficient on a busy build server.
  • Loading branch information
garyrussell committed Jul 25, 2016
1 parent d9f9f9e commit f9a6a61
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,16 @@
</int:channel>

<int-jms:outbound-gateway request-channel="outGatewayInChannel"
connection-factory="connectionFactory"
receive-timeout="20000"
connection-factory="connectionFactory"
request-destination-name="multiOutGatewayTempQueue"
correlation-key="JMSCorrelationID"/>

<int-jms:inbound-gateway request-channel="jmsInChannel"
request-destination-name="multiOutGatewayTempQueue"
connection-factory="connectionFactory"
concurrent-consumers="10"
reply-timeout="10000"/>
reply-timeout="20000"/>

<int:channel id="jmsInChannel">
<int:dispatcher task-executor="executor"/>
Expand Down

0 comments on commit f9a6a61

Please sign in to comment.