yes, thats clean... but i'm really need to configure ServiceMix in one place if this is possible or configure not only jms endpoints.
For better image what I want to tune - i have for example 3 endpoints (A, B, C). "A" this is file poller which is trigger on file creation in some dirrectory, after this it's notify "B" about this event via inOnly message(we extended a little base filepoller) After notifying, "B" parses file and sends to "C" each line from file, also using inOnly messages. "C" is a basically final endpoint. Note - we use drools, so basically typical way looks like this : file->A->MessageRouter(MR)->B->MR->C So, all exhanges have in-only mode, and all works fine while file have 4-5 lines, but after increasing line's count(30 for example) B receives 30 messages, C near 25. So I think that this is problem with free threads and sync-mode in activemq. -- View this message in context: http://www.nabble.com/Configure-ActiveMQ-for-async-exchange-tp19549683p19550126.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
