Issue #3317 Fix merge problem that removed GFE notification of D2D purge
Change-Id: I925b7287bdb2fb7f9c330b05b1b2c32031e693d9 Former-commit-id:a6956a8ccd
[formerlyead09dd683
[formerly 04805a8957ef14754225f85f4722d8302cde8df3]] Former-commit-id:ead09dd683
Former-commit-id:5dd7a035ac
This commit is contained in:
parent
cdef6bd26c
commit
8c0311507b
1 changed files with 13 additions and 0 deletions
|
@ -132,6 +132,19 @@
|
|||
</doTry>
|
||||
</route>
|
||||
|
||||
<!-- Convert the topic into a queue so only one consumer gets each message and we still have competing consumers. -->
|
||||
<route id="gfePurgeNotificationQueueRoute">
|
||||
<from uri="jms-generic:topic:pluginPurged"/>
|
||||
<doTry>
|
||||
<to uri="jms-generic:queue:gfePurgeNotification"/>
|
||||
<doCatch>
|
||||
<exception>java.lang.Throwable</exception>
|
||||
<to
|
||||
uri="log:ifpServer?level=ERROR"/>
|
||||
</doCatch>
|
||||
</doTry>
|
||||
</route>
|
||||
|
||||
</camelContext>
|
||||
|
||||
<bean factory-bean="clusteredCamelContextMgr" factory-method="register">
|
||||
|
|
Loading…
Add table
Reference in a new issue