Guillaume, I have the same problem. SEDA works fine. JMSFlow looses messages, but for me it's not 1 in 10 lost, but rather 1 in 10 received over several exchanges.
My tests have shown the following: all 10 are correctly sent off from my FilePoller org.apache.servicemix.jbi.nmr.DefaultBroker - Routing exchange InOnly ... handles 10 to the correct service org.apache.servicemix.jbi.messaging.DeliveryChannelImpl - Processing inbound exchange: InOnly[ on the receiving service is only available 5 times; this is confirmed by my receiving service getting only 5 messages Over a flow of several exchanges, I managed to get 1 message through to the end. Let me know if you need any other information to investigate. I got the tests set-up, so it should be easy. gnodet wrote: > > Have you tried (if possible) to run your tests with a SEDA flow to > see if the problem comes from the jms flow or elsewhere ? > -- View this message in context: http://www.nabble.com/Message-exchanges-silently-dropped-under-heavy-loads-tf3321785s12049.html#a9594644 Sent from the ServiceMix - User mailing list archive at Nabble.com.
