I am using servicemix 3.2.2 I have a operation which has a message flow like this: http consumer--->bean--->camel (validator)--->bean
If I send 1000 requests to http consumer, it dispatches messages at a outboundExchangeRate 3.60, My bean takes only about 750 messages with inboundExchangerateRate 2.80, camel component takes about 730 messages with inboundExchangerateRate 2.66, next bean takes 725 with inboundExchangerateRate 2.65. Thats why all messages are not processed. How can I configure them so that every message is processed without losing them. Or otherwise how can I solve this problem? Pratibha -- View this message in context: http://www.nabble.com/How-to-configure-Exchange-Rate--tp19366200p19366200.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
