[GitHub] camel pull request #2490: Fix for CAMEL-12746 (temp reply queue autoAck)

2018-08-22 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2490


---


[GitHub] camel pull request #2490: Fix for CAMEL-12746 (temp reply queue autoAck)

2018-08-22 Thread valdisa
GitHub user valdisa opened a pull request:

https://github.com/apache/camel/pull/2490

Fix for CAMEL-12746 (temp reply queue autoAck)

https://issues.apache.org/jira/browse/CAMEL-12746

This is a fix for the above issue of temporary reply queues getting stale 
un-acked messages. The fix ensures that temp reply queues will be always 
created with the autoAck setting set to true.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/valdisa/camel master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/camel/pull/2490.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2490


commit 2970725878cae1f1c149ccda49bd17cf3a99ae12
Author: valdisa 
Date:   2018-08-22T08:37:25Z

Update TemporaryQueueReplyManager.java

commit 7a505fe2ff381339f5e691ba21f1d132b1025f3a
Author: valdisa 
Date:   2018-08-22T08:51:36Z

Merge pull request #1 from valdisa/CAMEL-12746

Update TemporaryQueueReplyManager.java




---