did you try inOnly option on seda on the first route? On Thu, Nov 14, 2019 at 12:36 PM John F. Berry <[email protected]> wrote:
> I have an HL7 listener that should be placing the inbound message onto a > seda message queue for a second route to proccess.If I run > .from(mllp:....).transform(ack()).to(seda:...) my second route that > performs .from(seda:..).process(...).to(mock) gets the HL7 ack in the > exchange, rather then the inbound message.. > Pulling .transform(ack()) out causes the HL7 client to not receive an ACK > until both routes complete.I want to ACK after the first route places the > message on the queue. > Thanks! > -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Weiquan Yuan Located in Ottawa, Canada
