I removed the splitter and it had no effect.
iocanel wrote: > > > lekkie wrote: >> >> Even after setting above, the message arent still redelivered. >> >> <route> >> <from ref="srcJMS"/> >> <split> >> <xpath>//record</xpath> >> <to uri="direct:request"/> >> </split> >> </route> >> >> <route> >> <from uri="direct:request"/> >> <to uri="nmr:provider" pattern="InOut"/> >> <throwException ref="exception"/> >> </route> >> > > I would suggest you to test your jms configuration without the splitter > first. To see if the re deliveries are working for you. > > The use of splitter/direct makes things a bit more complicated, cause thye > might not wait for nmr:provider to return DONE to complete processing. If > my assumption is true it won't work. However, a camel expert would be more > appropriate to answer you this. > > > -- View this message in context: http://old.nabble.com/Message-Acknowledgement---Persistence-in-Camel-Application-tp28240625p28242149.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
