Multicast swallows exception
----------------------------
Key: CAMEL-1100
URL: https://issues.apache.org/activemq/browse/CAMEL-1100
Project: Apache Camel
Issue Type: Bug
Components: camel-core
Affects Versions: 1.5.0
Environment: WinXP / Jboss 4.2.2 / JDK 1.6
Reporter: Martin Ulmschneider
if I use the following spring-xml, the exceptions from 'converter1' get
swallowed, and nothing is logged.
As soons as the multicast-tag is removed, the exception appears in the logfile.
Using <multicast parallelProcessing=true> made no difference.
<route>
<from ref="queueA" />
<bean ref="mapper" method="map" />
<multicast>
<pipeline>
<bean ref="converter1" method="convert" />
<to ref="TopicB" />
</pipeline>
<pipeline>
<bean ref="DBpersister" method="onMessage" />
</pipeline>
</multicast>
</route>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.