Netty Producer component issue for handling concurrent requests on same connection in request/reply mode:Production issue

2016-03-02 Thread ashoksrinivas87
Hi, We have camel-netty component(2.11.2). We see only one channel id getting created per socket connection and hence requests are not being processed in parallel on the same connection. It is acting in a synchronous mode. We have bi-directional socket(request and response messages flow on same

Camel Netty producerPoolMinEvicatable is not working as expected:Defect:Production Issue

2016-03-02 Thread ashoksrinivas87
Hi, We are using bidirectional socket communication with back end. We send a request on 1 socket(1 channel) and wait for the response on the same channel since we have set sync as true. What we observe is in tcpdump collected is, once we receive an acknowledgement for the request received from b