Re: SEDA consumer and parallelism

2020-02-06 Thread Alex Soto
or both URIs? >>>> >>>> Best regards, >>>> Alex soto >>>> >>>> >>>> >>>> >>>>> On Jan 29, 2020, at 11:13 AM, Claus Ibsen >> wrote: >>>>> >>>>> The delay mak

Re: SEDA consumer and parallelism

2020-02-06 Thread WEIQUAN YUAN
roducer or > Consumer or both URIs? > >> > >> Best regards, > >> Alex soto > >> > >> > >> > >> > >>> On Jan 29, 2020, at 11:13 AM, Claus Ibsen > wrote: > >>> > >>> The delay make

Re: SEDA consumer and parallelism

2020-01-29 Thread Alex Soto
onous=true on the seda endpoint >>> >>> On Wed, Jan 29, 2020 at 4:52 PM Alex Soto wrote: >>>> >>>> Hello, >>>> >>>> I have a question about SEDA consumer and parallelism. When I set the >>>> concurrentConsumers=1 and

Re: SEDA consumer and parallelism

2020-01-29 Thread Claus Ibsen
lex Soto wrote: > >> > >> Hello, > >> > >> I have a question about SEDA consumer and parallelism. When I set the > >> concurrentConsumers=1 and send multiple messages in parallel, I expect to > >> see the messages being processed in seque

Re: SEDA consumer and parallelism

2020-01-29 Thread Alex Soto
ote: > > The delay makes it asynchronous, set synchronous=true on the seda endpoint > > On Wed, Jan 29, 2020 at 4:52 PM Alex Soto wrote: >> >> Hello, >> >> I have a question about SEDA consumer and parallelism. When I set the >> concurrentConsumers=1 and

Re: SEDA consumer and parallelism

2020-01-29 Thread Claus Ibsen
The delay makes it asynchronous, set synchronous=true on the seda endpoint On Wed, Jan 29, 2020 at 4:52 PM Alex Soto wrote: > > Hello, > > I have a question about SEDA consumer and parallelism. When I set the > concurrentConsumers=1 and send multiple messages in parallel,

SEDA consumer and parallelism

2020-01-29 Thread Alex Soto
Hello, I have a question about SEDA consumer and parallelism. When I set the concurrentConsumers=1 and send multiple messages in parallel, I expect to see the messages being processed in sequence, but what I see in the logs is that they are being processed in parallel. My route looks more