how to set different path for the different Knative endpoint in Camel K

2024-06-24 Thread _ Jane
Dear Community, I want to define 2 routes with Knative endpoint consumer as below: from("knative:endpoint/test1") .routeId("route_inbound_knative1") .log("Trigger from test1 endpoint") .setBody(constant("Success test1")); from("knative:endpoint/test2") .routeId("

回复: how to set different path for the different Knative endpoint in Camel K

2024-06-25 Thread _ Jane
17:30 收件人: users@camel.apache.org 主题: Re: how to set different path for the different Knative endpoint in Camel K Hello there. What version of Camel K are you using? In the most recent versions we have changed the way this is configured, and it's possible this issue got solved. Can you try run

回复: how to set different path for the different Knative endpoint in Camel K

2024-06-25 Thread _ Jane
;type":"endpoint","name":"test2","path":"/test2","metadata":{"camel.endpoint.kind":"source","knative.apiVersion":"serving.knative.dev/v1","knative.kind":"Service"}}]}

MDCUnitOfWork not working with vert.x-eventloop-thread

2024-07-10 Thread _ Jane
Dear community, When I using Camel Quarkus and use camel-knative event producer, the thread name is vert.x-eventloop-thread-xxx and the fields from MDCUnitOfWork (like camel.routeId) is missing. Is there any special configuration needed to show the MDCUnitOfWork fields in my log? Thanks! The C

回复: MDCUnitOfWork not working with vert.x-eventloop-thread

2024-07-11 Thread _ Jane
_ Jane wrote: > Dear community, > > When I using Camel Quarkus and use camel-knative event producer, the > thread name is vert.x-eventloop-thread-xxx and the fields from > MDCUnitOfWork (like camel.routeId) is missing. Is there any special > configuration needed to show the MDCUn

How to use ZipSplitter to uncompress GBK encoding zip file

2023-06-22 Thread _ Jane
Hi, I need to uncompress a zip file with GBK encoding and by default camel-zipfile uses UTF-8. Is there a easy way that I can customize the zip file charset? Thanks!

Email attachment lost with poll enrich

2023-09-05 Thread _ Jane
h poll enrich using Camel 3.18.6? Regards, Jane

回复: Email attachment lost with poll enrich

2023-09-06 Thread _ Jane
Hi Daniel, Thanks for your reply! I've tried "org.apache.camel.component.mail.SplitAttachmentsExpression". It failed because it used safeCopyProperties "CamelAttachmentObjects" to get email attachment as well. 发件人: Daniel Langevin 发送时间: 2023年9月7日 0:35 收件人: use

How to get historical version of Camel document

2023-10-08 Thread _ Jane
Hi Community, I'm using Camel 3.18 and the online document is not available recently. I remembered there is some website to show the historical version of Camel document but I can't find it. Is there any way to find the historical version of Camel document now? Thanks! Reagards, Jane

Properties component use system variables in locations failed

2020-02-14 Thread Mi Jane 米静
used application-dev.properties. My hope is to hear from anyone who can help to figure out what’s wrong. My reference: https://camel.apache.org/manual/latest/using-propertyplaceholder.html#UsingPropertyPlaceholder-UsingSystemandEnvironmentVariablesinLocations Regards, Jane

Exchanges cannot be removed from DefaultInflightRepository when using camel-jms transferExchange=true

2021-11-23 Thread Mi Jane 米静
exchange.getOut().setFault(payload.outFaultFlag); } } if (payload.properties != null) { for (String key : payload.properties.keySet()) { exchange.setProperty(key, payload.properties.get(key)); } } exchange.setException(payload.exception); } Regards, Jane

Poll enrich with mail component will lose attachments

2022-08-31 Thread Mi Jane 米静
s it a known issue for Camel 3.16, or is there any extra parameter I missed? Thanks in advance! Regards, Jane

RE: Poll enrich with mail component will lose attachments

2022-08-31 Thread Mi Jane 米静
Hi Claus, Hi Daniel, Thanks for your reply! I tried Camel 3.18.X and “&disconnect=false”. It’s still not working. Regards, Jane From: Mi Jane 米静 Sent: Wednesday, August 31, 2022 4:29 PM To: users@camel.apache.org Subject: Poll enrich with mail component will lose attachments Dear commu

RE: Poll enrich with mail component will lose attachments

2022-09-01 Thread Mi Jane 米静
Hi Daniel, you say you don't have an attachment, did you make sure you got at least a message body ??? Because the problem may come from the PollEnrich. Jane: Yes. I got the message body but no attachment. It's working well if I use only mail consumer, no matter which version of

RE: Poll enrich with mail component will lose attachments

2022-09-05 Thread Mi Jane 米静
Hi Claus, I tested Camel 3.18.0 with Quarkus 2.11.0. The result is the same: I got the mail message but no attachment. Regards, Jane -Original Message- From: Claus Ibsen Sent: Friday, September 2, 2022 1:51 PM To: users@camel.apache.org Subject: Re: Poll enrich with mail component

Camel K 1.6.x Cron Job will shutdown unexpectedly when I use Split EIP

2022-09-06 Thread Mi Jane 米静
the Community operator with Camel K 1.10.0, it never happen again. Is it a known issue? Is there any workaround if I have to use the RedHat operator with Camel K 1.6.x for now? Thanks! Regards, Jane

RE: Camel K 1.6.x Cron Job will shutdown unexpectedly when I use Split EIP

2022-09-06 Thread Mi Jane 米静
read: Poll enrich with mail component will lose attachments (on Camel K 1.10) Regards, Jane -Original Message- From: Claus Ibsen Sent: Tuesday, September 6, 2022 3:50 PM To: users@camel.apache.org Subject: Re: Camel K 1.6.x Cron Job will shutdown unexpectedly when I use Split EIP

RE: Poll enrich with mail component will lose attachments

2022-09-06 Thread Mi Jane 米静
Quarkus 2.8: no attachment v. Test Camel 3.14 Quarkus 2.7: get attachment vi. Test Camel 3.11 Quarkus 2.2.5: get attachment Regards, Jane -Original Message- From: Claus Ibsen Sent: Tuesday, September 6, 2022 6:17 PM To: users@camel.apache.org Subject: Re: Poll enrich with mail component will