transfer data between 2 database without data lost in camel

2019-04-27 Thread Maryam Eslahi
Hi all, we want to transfer big amount of data from one mysql database(database1) to a remote database(database2) by using camel. the local database(database1) is isolated with the help of dmz, implemented by firewall rules. firewall rule, open and close the connection port for every 15 minutes.(t

Re: Route elements following unmarshal are not called when using XML config

2019-04-27 Thread Andrey Shulinsky
Hi, In case someone comes across a similar issue - I have solved the problem by using this unmarshal config: instead of Thanks, Andrey. On Wed, Apr 24, 2019 at 11:20 PM Andrey Shulinsky wrote: > > Hi folks, > > I am having a problem migrating a working Java DSL config to XML.

Re: Netty4 Little Endian encoding

2019-04-27 Thread Alex Dettinger
Hi Yogesh, From the documentation, it looks that the encoding is used only when the textline codec is activated. https://github.com/apache/camel/blob/master/components/camel-netty4/src/main/docs/netty4-component.adoc So it's worth trying something like: hth, Alex On Fri, Apr 26, 2019 at