Re: Camel SFTP connection pooling

2020-12-02 Thread Claus Ibsen
Hi There is no shared connection pooling. Each ftp producer has its own connection that it can reuse for the next file to upload. On Wed, Dec 2, 2020 at 2:37 PM Michael Rambichler wrote: > > Hi together, > > > I’m interested in how the Camel SFTP component implements connection > pooling. Is the

Camel SFTP connection pooling

2020-12-02 Thread Michael Rambichler
Hi together, I’m interested in how the Camel SFTP component implements connection pooling. Is there a default connection pool and if so, how does it work. I have to sftp a huge file amount in a short period of time and the destination server allows only very limited number of connections. Thank

Rép. : How to send attachments together with alternative mail text (plain text/html) ?

2020-12-02 Thread Daniel Langevin
Hi, you only have tu put the email text in a header. here is the way , to get clean alternative body text by using groovy in SPRING in camel 2.xx only have to adapt in camel 3.4 def Jsoup = new org.jsoup.Jsoup(); def wli

Re: groovy scripts in IntelliJ IDEA

2020-12-02 Thread Иванов Григорий Олегович
If someone are interested, it could be done via using Idea's Dynamic Properties - https://confluence.jetbrains.com/display/GRVY/Dynamic+Methods+and+Properties От: Иванов Григорий Олегович Отправлено: 11 ноября 2020 г. 19:11:12 Кому: users@camel.apache.org Тема: g

How to send attachments together with alternative mail text (plain text/html) ?

2020-12-02 Thread Dorfschmid , Jürgen
I'm trying to send mail attachments together with alternative body text with the following piece of code. Having the receiving mail client configured for HTML body, all is working as desired: mail text and attachment is displayed correctly in the mail client (Outlook, Thunderbird). But when I sw

Re: Camel Quarkus and Picocli

2020-12-02 Thread Omar Al-Safi
Hi Mikael, I did something before in Picocli, So basically, in the call method that implements Callable, I g