activemq+camel encrypt/decrypt byte message Problem

2017-02-16 Thread Juno
hi~ everyone I am a user using camel 2.18.2. Currently I am testing the encryption/decryption of messages using two PCs. The encryption algorithm uses AES/CBC/PKCS5Padding (256bit). Here is the test procedure. On t

Is it possible to set the delimiter of header and body of csv file differently?

2017-02-24 Thread Juno
Is it possible to set the delimiter of the header and the delimiter of the csv file contents differently when storing it in the message queue with csv? For example, I want to set the delimiter of the header to '|' and the delimiter of the body to ','. Header1 | Header2 | Header3 | Header 4 | Head

How to send streaming using mybatis

2017-06-07 Thread Juno
Hello camel user !! Currently, I want to save data in ActiveMQ after selecting data from database using mybatis Component. But the data to select is 1 data. So the way I want is to put the data in the queue for 100 million. Is there a streaming or other way? Do you need to send the ent