Re: Fwd: jdbc: with non-named parameter?

2018-03-31 Thread Miguel Ruiz Velasco Sobrino
Hi Tom, Camel JDBC component (camel-sql) only supports named parameters for one reason:You specify both the place of the parameter AND the source of the value (name of header or key of body).The placeholder camel-sql is :# If you really want to support plain old ? JDBC placeholders, you will need

Re: Backpropagate exception on direct: and vm: routes

2018-01-12 Thread Miguel Ruiz Velasco Sobrino
ge ex) throws Exception { if(ex.getIn().getHeader("fatal", false, Boolean.class)==true) return; ... This a [very] ugly workarround, but barely works. I think would be better to cut the route processing short (like a return in the middle of a function). Regards, Migu

Backpropagate exception on direct: and vm: routes

2018-01-10 Thread Miguel Ruiz Velasco Sobrino
t because it expects an answer that never arrives. I have read the docs, but cannot figure how to do the above. Can anyone have any idea? Regards, -- Miguel Ruiz Velasco Sobrino FCM Computacion Mexicana SAPI de CV http://fcm.com.mx (55)5682-0041

Re: Consumers to ActiveMQ shotdown but not reconnecting, even when failover is used

2012-08-21 Thread Miguel Ruiz Velasco Sobrino
have been solved that way. http://activemq.apache.org/tcp-transport-reference.html -- Miguel Ruiz Velasco Sobrino

Question about loadbalancing failover

2012-07-16 Thread Miguel Ruiz Velasco Sobrino
ent.file.strategy.GenericFileRenameProcessStrategy*@43036651 for file: GenericFile[content] Thanks -- Miguel Ruiz Velasco Sobrino FCM Computacion Mexicana SAPI de CV