Hi. I have a question about how Conduit is properly used and configured? I've prepared JMeter performance test with simultaneous requests and enabled the JVM debug. 1. I've noticed that there are only two Conduit objects for processing 20 requests. Is it good? 2. Could I configure the "One conduit - one request" strategy "? 3. I want to add message observer for input messages. How can I add it to the Conduit using java code? is this code correct? final Conduit conduit = message.getExchange().getConduit(message); conduit.setMessageObserver(...); But as conduit is not thread-safe, is it workable?
-- Best regards, *Sergey Maslov*
