RE: does camel http4 clear the attachments of a message

2018-01-17 Thread Ronny Aerts
Hello Claus,

I'll make a property with an imap message in it so I can add the attachements 
during the flow of the process.

Thank you for the assistance.

--
vriendelijke groeten,
Ronny Aerts – Intris nv – Wapenstilstandlaan 47, 2600 Berchem, België
Product Owner Integrations / Integrations Manager
Prince II certified – ITIL certified
Tel: +32-3-326.50.75

-Original Message-
From: Claus Ibsen [mailto:claus.ib...@gmail.com]
Sent: woensdag 17 januari 2018 10:36
To: users@camel.apache.org
Subject: Re: does camel http4 clear the attachments of a message

You can store stuff on exchange properties and they will stay there always - 
that is better and safer in your use-case.

On Wed, Jan 17, 2018 at 10:29 AM, Ronny Aerts <ronny.ae...@intris.be> wrote:
> Hello Claus,
>
> I have a combination of serveral routes connected together over a "direct". 
> Each of the routes produce html output which I have to keep for sending an 
> overall mail at the end.
>
> --
> vriendelijke groeten,
> Ronny Aerts – Intris nv – Wapenstilstandlaan 47, 2600 Berchem, België
> Product Owner Integrations / Integrations Manager Prince II certified
> – ITIL certified
> Tel: +32-3-326.50.75
>
> -Original Message-
> From: Claus Ibsen [mailto:claus.ib...@gmail.com]
> Sent: woensdag 17 januari 2018 8:42
> To: users@camel.apache.org
> Subject: Re: does camel http4 clear the attachments of a message
>
> So what do you have in those attachments and why do you want to keep them? 
> Where do you use them later? Can you tell more about this.
>
> And you can take a look at content enricher eip to do the get call where you 
> can "merge" any response from the http call to your current message and 
> therefore control to keep the attachments and whatelse you want.
>
> On Tue, Jan 16, 2018 at 11:08 PM, Ronny Aerts <ronny.ae...@intris.be> wrote:
>> Hello camel user community,
>>
>>
>> It seems that the camel http4 component clears/removes my existing camel 
>> message attachments during a http get operation.
>>
>> Can this be confirmed?
>>
>> Can I avoid this?
>>
>>
>> --
>>
>> vriendelijke groeten,
>> Ronny Aerts<mailto:ronny.ae...@intris.be> – Intris nv –
>> Wapenstilstandlaan 47, 2600 Berchem, België Product Owner
>> Integrations / Integrations Manager
>>
>> Prince II<http://nl.wikipedia.org/wiki/PRINCE2> certified –
>> ITIL<http://nl.wikipedia.org/wiki/Information_Technology_Infrastructu
>> r
>> e_Library> certified
>>
>> Tel: +32-3-326.50.75
>>
>>
>> Intris nv
>> Wapenstilstandlaan 47
>> B-2600 Berchem  Tel.  +32 3 326 50 75 Fax  +32 3 326 42 23
>> www.intris.be<http://www.intris.be/>
>> DISCLAIMER
>> This is an e-mail from Intris. The information contained in this 
>> communication is intended solely for use by the individual or entity to whom 
>> it is addressed.
>> Use of this communication by others is prohibited. If the e-mail message was 
>> sent to you by mistake, please notify 
>> supp...@intris.be<mailto:supp...@intris.be>, destroy it without reading, 
>> using, copying or disclosing its contents to any other person.
>> We accept no liability for damage related to data and/or documents which are 
>> communicated by electronic mail.
>
>
>
> --
> Claus Ibsen
> -
> http://davsclaus.com @davsclaus
> Camel in Action 2: https://www.manning.com/ibsen2
>
>
> Intris nv
> Wapenstilstandlaan 47
> B-2600 Berchem  Tel.  +32 3 326 50 75
> Fax  +32 3 326 42 23
> www.intris.be<http://www.intris.be/>
> DISCLAIMER
> This is an e-mail from Intris. The information contained in this 
> communication is intended solely for use by the individual or entity to whom 
> it is addressed.
> Use of this communication by others is prohibited. If the e-mail message was 
> sent to you by mistake, please notify 
> supp...@intris.be<mailto:supp...@intris.be>, destroy it without reading, 
> using, copying or disclosing its contents to any other person.
> We accept no liability for damage related to data and/or documents which are 
> communicated by electronic mail.



--
Claus Ibsen
-
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2


Intris nv
Wapenstilstandlaan 47
B-2600 Berchem  Tel.  +32 3 326 50 75
Fax  +32 3 326 42 23
www.intris.be<http://www.intris.be/>
DISCLAIMER
This is an e-mail from Intris. The information contained in this communication 
is intended solely for use by the individual or entity to whom it is addressed.
Use of this communication by others is prohibited. If the e-mail message was 
sent to you by mistake, please notify 
supp...@intris.be<mailto:supp...@intris.be>, destroy it without reading, using, 
copying or disclosing its contents to any other person.
We accept no liability for damage related to data and/or documents which are 
communicated by electronic mail.


Re: does camel http4 clear the attachments of a message

2018-01-17 Thread Claus Ibsen
You can store stuff on exchange properties and they will stay there
always - that is better and safer in your use-case.

On Wed, Jan 17, 2018 at 10:29 AM, Ronny Aerts <ronny.ae...@intris.be> wrote:
> Hello Claus,
>
> I have a combination of serveral routes connected together over a "direct". 
> Each of the routes produce html output which I have to keep for sending an 
> overall mail at the end.
>
> --
> vriendelijke groeten,
> Ronny Aerts – Intris nv – Wapenstilstandlaan 47, 2600 Berchem, België
> Product Owner Integrations / Integrations Manager
> Prince II certified – ITIL certified
> Tel: +32-3-326.50.75
>
> -Original Message-
> From: Claus Ibsen [mailto:claus.ib...@gmail.com]
> Sent: woensdag 17 januari 2018 8:42
> To: users@camel.apache.org
> Subject: Re: does camel http4 clear the attachments of a message
>
> So what do you have in those attachments and why do you want to keep them? 
> Where do you use them later? Can you tell more about this.
>
> And you can take a look at content enricher eip to do the get call where you 
> can "merge" any response from the http call to your current message and 
> therefore control to keep the attachments and whatelse you want.
>
> On Tue, Jan 16, 2018 at 11:08 PM, Ronny Aerts <ronny.ae...@intris.be> wrote:
>> Hello camel user community,
>>
>>
>> It seems that the camel http4 component clears/removes my existing camel 
>> message attachments during a http get operation.
>>
>> Can this be confirmed?
>>
>> Can I avoid this?
>>
>>
>> --
>>
>> vriendelijke groeten,
>> Ronny Aerts<mailto:ronny.ae...@intris.be> – Intris nv –
>> Wapenstilstandlaan 47, 2600 Berchem, België Product Owner Integrations
>> / Integrations Manager
>>
>> Prince II<http://nl.wikipedia.org/wiki/PRINCE2> certified –
>> ITIL<http://nl.wikipedia.org/wiki/Information_Technology_Infrastructur
>> e_Library> certified
>>
>> Tel: +32-3-326.50.75
>>
>>
>> Intris nv
>> Wapenstilstandlaan 47
>> B-2600 Berchem  Tel.  +32 3 326 50 75
>> Fax  +32 3 326 42 23
>> www.intris.be<http://www.intris.be/>
>> DISCLAIMER
>> This is an e-mail from Intris. The information contained in this 
>> communication is intended solely for use by the individual or entity to whom 
>> it is addressed.
>> Use of this communication by others is prohibited. If the e-mail message was 
>> sent to you by mistake, please notify 
>> supp...@intris.be<mailto:supp...@intris.be>, destroy it without reading, 
>> using, copying or disclosing its contents to any other person.
>> We accept no liability for damage related to data and/or documents which are 
>> communicated by electronic mail.
>
>
>
> --
> Claus Ibsen
> -
> http://davsclaus.com @davsclaus
> Camel in Action 2: https://www.manning.com/ibsen2
>
>
> Intris nv
> Wapenstilstandlaan 47
> B-2600 Berchem  Tel.  +32 3 326 50 75
> Fax  +32 3 326 42 23
> www.intris.be<http://www.intris.be/>
> DISCLAIMER
> This is an e-mail from Intris. The information contained in this 
> communication is intended solely for use by the individual or entity to whom 
> it is addressed.
> Use of this communication by others is prohibited. If the e-mail message was 
> sent to you by mistake, please notify 
> supp...@intris.be<mailto:supp...@intris.be>, destroy it without reading, 
> using, copying or disclosing its contents to any other person.
> We accept no liability for damage related to data and/or documents which are 
> communicated by electronic mail.



-- 
Claus Ibsen
-
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2


RE: does camel http4 clear the attachments of a message

2018-01-17 Thread Ronny Aerts
Hello Claus,

I have a combination of serveral routes connected together over a "direct". 
Each of the routes produce html output which I have to keep for sending an 
overall mail at the end.

--
vriendelijke groeten,
Ronny Aerts – Intris nv – Wapenstilstandlaan 47, 2600 Berchem, België
Product Owner Integrations / Integrations Manager
Prince II certified – ITIL certified
Tel: +32-3-326.50.75

-Original Message-
From: Claus Ibsen [mailto:claus.ib...@gmail.com]
Sent: woensdag 17 januari 2018 8:42
To: users@camel.apache.org
Subject: Re: does camel http4 clear the attachments of a message

So what do you have in those attachments and why do you want to keep them? 
Where do you use them later? Can you tell more about this.

And you can take a look at content enricher eip to do the get call where you 
can "merge" any response from the http call to your current message and 
therefore control to keep the attachments and whatelse you want.

On Tue, Jan 16, 2018 at 11:08 PM, Ronny Aerts <ronny.ae...@intris.be> wrote:
> Hello camel user community,
>
>
> It seems that the camel http4 component clears/removes my existing camel 
> message attachments during a http get operation.
>
> Can this be confirmed?
>
> Can I avoid this?
>
>
> --
>
> vriendelijke groeten,
> Ronny Aerts<mailto:ronny.ae...@intris.be> – Intris nv –
> Wapenstilstandlaan 47, 2600 Berchem, België Product Owner Integrations
> / Integrations Manager
>
> Prince II<http://nl.wikipedia.org/wiki/PRINCE2> certified –
> ITIL<http://nl.wikipedia.org/wiki/Information_Technology_Infrastructur
> e_Library> certified
>
> Tel: +32-3-326.50.75
>
>
> Intris nv
> Wapenstilstandlaan 47
> B-2600 Berchem  Tel.  +32 3 326 50 75
> Fax  +32 3 326 42 23
> www.intris.be<http://www.intris.be/>
> DISCLAIMER
> This is an e-mail from Intris. The information contained in this 
> communication is intended solely for use by the individual or entity to whom 
> it is addressed.
> Use of this communication by others is prohibited. If the e-mail message was 
> sent to you by mistake, please notify 
> supp...@intris.be<mailto:supp...@intris.be>, destroy it without reading, 
> using, copying or disclosing its contents to any other person.
> We accept no liability for damage related to data and/or documents which are 
> communicated by electronic mail.



--
Claus Ibsen
-
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2


Intris nv
Wapenstilstandlaan 47
B-2600 Berchem  Tel.  +32 3 326 50 75
Fax  +32 3 326 42 23
www.intris.be<http://www.intris.be/>
DISCLAIMER
This is an e-mail from Intris. The information contained in this communication 
is intended solely for use by the individual or entity to whom it is addressed.
Use of this communication by others is prohibited. If the e-mail message was 
sent to you by mistake, please notify 
supp...@intris.be<mailto:supp...@intris.be>, destroy it without reading, using, 
copying or disclosing its contents to any other person.
We accept no liability for damage related to data and/or documents which are 
communicated by electronic mail.


Re: does camel http4 clear the attachments of a message

2018-01-16 Thread Claus Ibsen
So what do you have in those attachments and why do you want to keep
them? Where do you use them later? Can you tell more about this.

And you can take a look at content enricher eip to do the get call
where you can "merge" any response from the http call to your current
message and therefore control to keep the attachments and whatelse you
want.

On Tue, Jan 16, 2018 at 11:08 PM, Ronny Aerts  wrote:
> Hello camel user community,
>
>
> It seems that the camel http4 component clears/removes my existing camel 
> message attachments during a http get operation.
>
> Can this be confirmed?
>
> Can I avoid this?
>
>
> --
>
> vriendelijke groeten,
> Ronny Aerts – Intris nv – Wapenstilstandlaan 
> 47, 2600 Berchem, België
> Product Owner Integrations / Integrations Manager
>
> Prince II certified – 
> ITIL
>  certified
>
> Tel: +32-3-326.50.75
>
>
> Intris nv
> Wapenstilstandlaan 47
> B-2600 Berchem  Tel.  +32 3 326 50 75
> Fax  +32 3 326 42 23
> www.intris.be
> DISCLAIMER
> This is an e-mail from Intris. The information contained in this 
> communication is intended solely for use by the individual or entity to whom 
> it is addressed.
> Use of this communication by others is prohibited. If the e-mail message was 
> sent to you by mistake, please notify 
> supp...@intris.be, destroy it without reading, 
> using, copying or disclosing its contents to any other person.
> We accept no liability for damage related to data and/or documents which are 
> communicated by electronic mail.



-- 
Claus Ibsen
-
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2