Hi,

Unfortunately, I need to go ahead with the Javabean approach. Now I have a
processor that is a bit similar to
org.apache.camel.processor.aggregate.AggregateProcessor. It has a
aggregatorRepository to manage the in-flight exchanges.

However, I need to catch the RollbackExchangeException in this processor so
that I can evict the exchange from the aggregatorRepostory, or else it will
aggregate with itself (cause the original msg remains in queue). Should I
use the try.. catch.. finally or is there any helper/factory method or camel
aware interface that I can use for this?





--
View this message in context: 
http://camel.465427.n5.nabble.com/Transactional-aggregator-tp5725084p5725302.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to