Hi all,
An Aggregator and a Resequencer receives inbound messages directly from
an Endpoint? Is it posible to use an Aggregator in the middle of a route,
after a filter, por example?
Thanks!
--
View this message in context:
http://www.nabble.com/Aggregator-y-Resequencer-tp17819600s22882p1
Hi all!
In a communication between 2 endpoints, if the consumer at the
destination endpoint raise an exception, it could add a fault message to the
Exchange and then send the Exchange back to the source endpoint, right? But
what happens if one task, for example a filter task, raise an exceptio
ts that support transactions will participate in the
> current transaction context that they are called from."
>
> It should be interesting Guillaume, James to find somewhere in the
> documentation (=Wiki) which endpoints are transactional !
>
> Regards,
>
> Charles Moulli
Hi all!
I'm trying to implement a transactional integration flow that connects
one Spring Endpoint to another JMS Endpoint. May question is: Can I have a
transaction for two different types of Endpoint (JMS and Spring) or the
transaction is just among endpoints of the same type and that suppo
Dear list members,
I'm studding the architecture/components of Camel, and I have a couple
of doubts:
- How the Pipeline processor works? When should I use it?
- What is the ProcessorType. When should I use it?
thanks a lot!
--
View this message in context:
http://www.nabble.co
Hi everybody,
I'm a PhD Student and I'm working on enterprise application integration. As
part of my studies I'm studding Apache Camel's framework. Based on the
"Camel book in one page", I tried to understand/design an abstract model for
Camel's component. Bellow is the model. Can you please tak