Re: Need to ACK messages before end of route

2021-04-20 Thread David Shubert
-> Processor2 route logically separate from Processor3 -> > Processor4? If yes, put them in separate routes. Mark the "put on Google > PubSub" InOnly then it won't wait for a reply. > -Steve > > > -----Original Message----- > > From: David Shubert > >

RE: Need to ACK messages before end of route

2021-04-20 Thread Steve Huston
, April 20, 2021 11:20 AM > To: users@camel.apache.org > Subject: Need to ACK messages before end of route > > Hello > > I have Camel routes that look like this: > > Processor1->Processor2->Processor3->Processor4 > > Processor1 does some business logic.

Need to ACK messages before end of route

2021-04-20 Thread David Shubert
Hello I have Camel routes that look like this: Processor1->Processor2->Processor3->Processor4 Processor1 does some business logic. Processor2 puts a message on Google PubSub. Processor3 takes the message from Google PubSub. Processor4 uses info from the message to do things. My problem is that