Too many Connections are in CLOSE_WAIT state

2014-05-27 Thread mayank.gupta
I am using Camel-Http Component for creating HttpRoutes. I used MultiThreadedHttpConnectionManager to configure http connection pool and params. While executing the application , there are too many connections remains in CLOSE_WAIT state for long time and connections which are idle are not getting

Getting SSH_MSG_CHANNEL_FAILURE while using camel ssh

2013-11-28 Thread mayank.gupta
Dear All , I doing ssh connectivity over ssh using camel-ssh component and getting SSH_MSG_CHANNEL_FAILURE while starting ssh route. Please help me on that , logs are below : Session created... 2013-11-28 18:12:44:855 | DEBUG [MSC service thread 1-15] Connected to 10.111.50.117:5062 2013-11-28 18

Not able to log Ip Address of the Server while doing exchange on route.

2013-06-27 Thread mayank.gupta
Hi All , I am using SMPP and HTTP Component for configuring routes of servers using LB . I have to log IP Address of the server on which the exchange is going to happen , but i am unable to get the IP Address of server because while doing exchange on route , i don't know , the exchange will on wh

Re: Http component didn't give response in case failover policy

2013-06-27 Thread mayank.gupta
Thanks Claus , now i am getting response in case of failover policy with LB. -- View this message in context: http://camel.465427.n5.nabble.com/Http-component-didn-t-give-response-in-case-failover-policy-tp5734441p5734892.html Sent from the Camel - Users mailing list archive at Nabble.com.

Http component didn't give response in case failover policy

2013-06-20 Thread mayank.gupta
Hi All , I am using camel Http component to post xml over http on Http Server . I am using Load balancer having failover policy , but i didn't get the response from exchange while I use round robin policy over LB , it responses me properly in exchange body. Now ,there is the requirement, i have

Populate all optional parameter to SubmitSm/DataSm to SMSC

2013-05-16 Thread mayank.gupta
Hello All , I am currently working on a project requirement to send the Optional Parameters in Submit_SM/Data_SM to SMSC , but i can't find CamelSmppOptionalParameters Header for Producer Message Headers. I need to send the optional parameter in the Data_SM/Submit_SM , Is there any patch availabl

Dynamic routing in Camel

2013-04-03 Thread mayank.gupta
Hi All , I am using Spring DSL for routing in Camel. I have to route the messages from transmitter(processor) to multiple queues in which one queue is map to one circle at a time. So for that i have to create routes for each queue.Is there any way to pass the queue name dynamically in the ? so w