Re: configure transaction timeout in camel route

2012-09-02 Thread Charles Moulliard
Hi Tina, The serverAliveInterval property is a value that camel-ftp component set on the client used which is com.jcraft.jsch.Session ( http://grepcode.com/file/repo1.maven.org/maven2/com.jcraft/jsch/0.1.48/com/jcraft/jsch/Session.java#Session.setServerAliveInterval%28int%29). This value is next s

Re: configure transaction timeout in camel route

2012-08-31 Thread Tianchi
Charles, Thanks for confirming on this. Due to the time pressure, probably we are not able to redesign the queues. Also, I found there are two new parameters for sftp supported by camel 2.8: serverAliveInterval and serverAliveCountMax which can send message periodically if there is no response

Re: configure transaction timeout in camel route

2012-08-31 Thread Charles Moulliard
t;> > > ID:TIANCHI-1190.local-64151-1346347075086-2:0:2:1:1, >> originalDestination = >> > > null, originalTransactionId = null, producerId = >> > > ID:TIANCHI-1190.local-64151-1346347075086-2:0:2:1, destination = >> queue://a, >> > > transactionId = TX:ID:TIANCHI-1190.local-641

Re: configure transaction timeout in camel route

2012-08-30 Thread Charles Moulliard
eliveryCounter = 0, size = 0, properties = null, readOnlyProperties > = > > > true, readOnlyBody = true, droppable = false, text = Hi Camel}] > > > 2012-08-30 10:18:21,098 [DefaultMessageListenerContainer-1 ] DEBUG > > > AsyncProcessorHelper - Excha

Re: configure transaction timeout in camel route

2012-08-30 Thread Tianchi
riginalTransactionId = null, producerId = > > ID:TIANCHI-1190.local-64151-1346347075086-2:0:2:1, destination = queue://a, > > transactionId = TX:ID:TIANCHI-1190.local-64151-1346347075086-2:0:1, > > expiration = 0, timestamp = 1346347076034, arrival = 0, brokerInTime =

Re: configure transaction timeout in camel route

2012-08-30 Thread Charles Moulliard
ocal-64151-1346347075086-2:0:1, > expiration = 0, timestamp = 1346347076034, arrival = 0, brokerInTime = > 1346347076051, brokerOutTime = 1346347076060, correlationId = null, replyTo > = null, persistent = true, type = null, priority = 4, groupID = null, > groupSequence = 0, targetConsumerId = null, c

Re: configure transaction timeout in camel route

2012-08-30 Thread Tianchi
0:18:21,101 [DefaultMessageListenerContainer-1 ] DEBUG ActiveMQSession- ID:TIANCHI-1190.local-64151-1346347075086-2:1:1 Transaction Commit :null* -- View this message in context: http://camel.465427.n5.nabble.com/configure-transaction-timeout-in-camel-route-tp5718339p5718434.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: configure transaction timeout in camel route

2012-08-30 Thread Charles Moulliard
cy"> >> >> > value="PROPAGATION_REQUIRED"/> >> >> >> I wrote my route as the following, I let the thread sleep for 60 secs in >> the >> sleep function, and was hopping a time out could occurred: >> >> fro

Re: configure transaction timeout in camel route

2012-08-30 Thread Charles Moulliard
RequiredPolicy") > .process(messageProcessor) > .dynamicRouter(bean(DynamicRouterFileTransfer.class, "sleep")) > .to("cxf:bean:" + getService()) > ); > > > Thanks a lot. > Tina > > > > -- > View this message in conte

configure transaction timeout in camel route

2012-08-29 Thread Tianchi
Tina -- View this message in context: http://camel.465427.n5.nabble.com/configure-transaction-timeout-in-camel-route-tp5718339.html Sent from the Camel - Users mailing list archive at Nabble.com.