Questions tagged [seda]

5 questions
3
votes
1 answer

Apache Camel conditional onCompletion() for specific SEDA consumers with .choice()

I have multiple consumers connected to a SEDA queue, and every consumer decides for itself if he handles the event or not using a choice-when. Each consumer should react on completion and on failure of the whole process through every route that…
Marian Klühspies
  • 15,824
  • 16
  • 93
  • 136
0
votes
0 answers

Messages entring the seda queue but not routing to further queues

We have a queue based system to process the messages. So basically we push our messages to a seda queue (named as q1)where aggregation of messages take place and then it is pushed further to a different queue(named as q2). However we are observing…
0
votes
0 answers

Apache Camel: Route onCompletion behavior with seda

I have a couple of pretty simple routes and I need to define onCompletion behavior. Besides that I need to use route properties, where I store some required values - e.g. To get routeProperty…
andreessen
  • 11
  • 1
0
votes
1 answer

Spring Integration and SEDA-like MessageChannels

Java 11 and Spring Integration 5.x here. I come from an Apache Camel background am trying to wire all of my channels together with whatever Spring Integration's equivalent of a SEDA Queue is. Currently I have all of my channels being defined with…
hotmeatballsoup
  • 385
  • 6
  • 58
  • 136
0
votes
0 answers

Interaction of Apache Camel exchange patterns, transactions, error handling, and routing style

I have difficulty understanding how to best partition a complex route in Apache Camel. In particular: Does the exchange pattern (In, Out, InOut) influence if an error along the route is propagated back to the caller? And if so, does it influence if…
Ulrich Schuster
  • 1,670
  • 15
  • 24