Re: Sending exchange through Pulsar endpoint, exchange properties disappear

2023-04-14 Thread Anthony Wu
Hi Steve - I think you’re talking about consuming the property from the Pulsar topic rather than “within” the Camel route. If you want the properties to make it into the Pulsar queue, rather than just in Camel, you’ll need to set PROPERTIES_OUT (add to the key-value pair) in the header rather tha

Re: Sending exchange through Pulsar endpoint, exchange properties disappear

2023-04-14 Thread Steve973
Ah, I just looked at the code, and it doesn't grab any user headers. The closest thing to user properties or headers that I can find is a field in the PulsarMessageHeaders class: @Metadata(label = "producer", description = "The properties of the message to add.", javaType = "Map") String PROPERTIE

Re: Sending exchange through Pulsar endpoint, exchange properties disappear

2023-04-14 Thread Steve973
Claus, I switched to using .withHeader() calls instead of .withProperty(), but I am still not seeing my headers when I read the message from Pulsar. How does the Pulsar component attempt to keep track of the headers? On Fri, Apr 14, 2023 at 10:47 AM Steve973 wrote: > Claus, > > Thanks for tha

Re: How can I add Routes use Spring DSL when use SpringBoot?

2023-04-14 Thread Chirag
@mongoosej I tried to reproduce and i can confirm that it works in 3.20.3 but doesn't not work in 3.14.7; the issue seem to be with ActiveMQ Camel Spring boot component. ચિરાગ/चिराग/Chirag -- Sent from My Gmail Account On Tue, Apr 11, 2023 at 6:37 PM Chira

Re: Sending exchange through Pulsar endpoint, exchange properties disappear

2023-04-14 Thread Steve973
Claus, Thanks for that. I suppose I was a bit confused about the difference. In 2012, you said (on SO): > One distinction not mentioned by Ben and Petter is that properties are > safely stored for the entire duration of the processing of the message in > Camel. In contrast, headers are part of

Re: [Kaoto] Release version 1.0.0

2023-04-14 Thread ski n
Great progress has been made since the first public release. Big congrats to the Kaoto team, and I would recommend Camel users to try 1.0 out. Raymond On Fri, Apr 14, 2023 at 11:37 AM María Arias de Reyna wrote: > 🥳 🥳 Kaoto version 1.0.0 released!🎉 🎉 > > This marks the first major release for

[Kaoto] Release version 1.0.0

2023-04-14 Thread María Arias de Reyna
🥳 🥳 Kaoto version 1.0.0 released!🎉 🎉 This marks the first major release for Kaoto. 🍾 We focused on the graphical canvas and we already support several Apache Camel DSLs, such as Camel Route in YAML DSL , Kamelet , KameletBinding and Integration kind. You can either install it in your VSCode ( ht

Re: Sending exchange through Pulsar endpoint, exchange properties disappear

2023-04-14 Thread Claus Ibsen
Hi This is expected, exchange properties are local only to the current Exchange. If you send data over network protocols like pulsar, kafka, jms then the payload is only from the message (eg body and headers) On Thu, Apr 13, 2023 at 11:24 PM Steve973 wrote: > Hello. I am sending an exchange

Re: [VOTE] Release Apache Camel Kamelets 4.0.0-M2

2023-04-14 Thread Pasquale Congiusti
+1 (binding) Thanks, Pasquale. On Thu, Apr 13, 2023 at 2:41 PM Andrea Cosentino wrote: > Hello all: > > This is a vote for releasing camel-kamelets 4.0.0-M2 > > Kamelets release files: > https://dist.apache.org/repos/dist/dev/camel/camel-kamelets/4.0.0-M2 > Kamelets staging repository: > https:

Re: [VOTE] Release Apache Camel Kamelets 3.20.3

2023-04-14 Thread Pasquale Congiusti
+1 (binding) Thanks, Pasquale. On Thu, Apr 13, 2023 at 2:42 PM Andrea Cosentino wrote: > Hello all: > > This is a vote for releasing camel-kamelets 3.20.3 > > This release contains bug fixes and upgrade to latest camel 3.20.3 > > Kamelets release files: > https://dist.apache.org/repos/dist/dev/