Hi,
We are facing an issue with Camel (2.15.2), where response meant for one client
is being sent to another client.
BackgroundCamel in our environment, is configured to act as a http gateway
(getting http request from client, route to a http server, get response from
server and send it back to the client)
Expected behaviour
(Request) Client1 -> CamelService -> Server1 (Response) Server1 -> CamelService
-> Client1
(Request) Client2-> CamelService -> Server2 (Response) Server2 -> CamelService
-> Client2
Actual behaviour (happens only few times in many million requests)
(Request) Client1 -> CamelService -> Server1 (Response) Server1 -> CamelService
-> Client2
I want to know if there is any bug in seen in Camel earlier by any one else and
if yes, whether it has been resolved in any newer versions.
Regards,Madhu