Hi! I have a jsr-181 component exposed externaly via a http-endpoint that receives a message and forwards it to a jms provider endpoint that put the message on a queue. This message is later consumed by a jms consumer endpoint whos target service is a http-endpoint that calls an external service with the message.
>From the clients view I'm only interested in if the message was succesfully put on the queue and would like to return immediately after this is confirmed. But running this flow now gives me about 4-5 tps suggesting that it waits for the whole sequence to complete. If i bypass the queue and call the http:endpoint directly i achive about 40-50 tps. Any suggestions on how to make this work like I want? Regards, Johan -- View this message in context: http://www.nabble.com/Problem-with-flow-tf2435799.html#a6792214 Sent from the ServiceMix - User mailing list archive at Nabble.com.
