Re: [VOTE] Release Apache Camel Kamelets 4.0.3

2024-01-17 Thread Christoph Deppisch
+1 (non-binding)

Thank you Andrea!

Andrea Cosentino  schrieb am Mi., 17. Jan. 2024, 09:33:

> Hello all,
>
> This is a vote for releasing camel-kamelets 4.0.3
>
> This release will support the 4.0.3 release of Apache Camel. The aim of the
> release is to have a catalog to use in generating camel-kafka-connector
> 4.0.3 release.
>
> Kamelets release files:
> https://dist.apache.org/repos/dist/dev/camel/camel-kamelets/4.0.3
> Kamelets staging repository:
> https://repository.apache.org/content/repositories/orgapachecamel-1668
> Kamelets Tag:
> https://github.com/apache/camel-kamelets/releases/tag/v4.0.3
>
> Please cast your vote.
>
> [ ] +1 Release camel-kamelets 4.0.3
> [ ] -1 Veto the release (provide specific comments)
>
> The vote is open for at least 72 hours.
>
> Here's my +1.
>
> Thanks,
> Andrea Cosentino
>


Re: How to set custom header(s) on message sent to Azure Service Bus

2024-01-17 Thread Andrea Cosentino
I'll try to check tomorrow and get back to you.

Sorry for the late reply

Il mer 17 gen 2024, 19:08 Shultz, Dmitry  ha
scritto:

> Have anybody used/successfully set headers on the message sent to Azure
> Service Bus before?
>
>
> Dmitry Shultz
> Senior Software Developer
>
> [cid:image001.png@01D051C6.BA585530]
>
> 1540 Kalamalka Lake Rd.
> Vernon, BC V1T 6V2
> t: 1-250-541-5447
> KalTire.com
>
>
> 
> From: Shultz, Dmitry
> Sent: 03 January 2024 19:08
> To: users@camel.apache.org 
> Subject: How to set custom header(s) on message sent to Azure Service Bus
>
>
> Hi,
>
>
>
> I’m following this
> https://stackoverflow.com/questions/73886170/how-to-add-custom-properties-or-label-subject-for-azure-servicebus-topic-message
> trying to set some custom headers for messages sent to Azure Service Bus,
> but when I read the same message from the service bus it has no custom
> headers and empty CamelAzureServiceBusApplicationProperties map.  Using
> Camel 3.14.10
>
>
>
> Is there a bug or I’m doing/expecting something wrong?
>
>
>
> Thanks,
>
> Dmitry
>


Re: How to set custom header(s) on message sent to Azure Service Bus

2024-01-17 Thread Shultz, Dmitry
Have anybody used/successfully set headers on the message sent to Azure Service 
Bus before?


Dmitry Shultz
Senior Software Developer

[cid:image001.png@01D051C6.BA585530]

1540 Kalamalka Lake Rd.
Vernon, BC V1T 6V2
t: 1-250-541-5447
KalTire.com



From: Shultz, Dmitry
Sent: 03 January 2024 19:08
To: users@camel.apache.org 
Subject: How to set custom header(s) on message sent to Azure Service Bus


Hi,



I’m following this 
https://stackoverflow.com/questions/73886170/how-to-add-custom-properties-or-label-subject-for-azure-servicebus-topic-message
 trying to set some custom headers for messages sent to Azure Service Bus, but 
when I read the same message from the service bus it has no custom headers and 
empty CamelAzureServiceBusApplicationProperties map.  Using Camel 3.14.10



Is there a bug or I’m doing/expecting something wrong?



Thanks,

Dmitry


Re: Camel JMS headers not updated by producer

2024-01-17 Thread Ephemeris Lappis
done : https://issues.apache.org/jira/browse/CAMEL-20338

Le mer. 17 janv. 2024 à 08:03, Claus Ibsen  a écrit :
>
> Hi
>
> No this is not possible out of the box with dynamic queue names.
>
> It may be desirable to enrich the message with
> a CamelJmsDestinationNameProduced header that includes the name.
> You are welcome to create a JIRA.
>
>
>
>
>
> On Mon, Jan 8, 2024 at 10:05 AM Ephemeris Lappis 
> wrote:
>
> > Hello.
> >
> > If it's confirmed, it means that I can't retrieve the actual resulting
> > queue the message is sent to ?
> > I'd need to retrieve it in some event notifiers, out of the Camel
> > routes code, that spies all the exchanges, the same way I do for
> > generated files retrieving the header "CamelFileNameProduced".
> >
> > Not any other way to identify the destination ?
> >
> > Thanks for your help.
> >
> > Regards.
> >
> > Le dim. 7 janv. 2024 à 15:50, Jeremy Ross  a
> > écrit :
> > >
> > > I think Camel only sets those headers when a JMS message is received.
> > >
> > >
> > https://camel.apache.org/components/4.0.x/jms-component.html#_message_format_when_receiving
> > >
> > > On Thu, Jan 4, 2024 at 5:56 AM Ephemeris Lappis <
> > ephemeris.lap...@gmail.com>
> > > wrote:
> > >
> > > > Hello.
> > > >
> > > > I've observed that some JMS headers are not updated after a message is
> > > > sent.
> > > >
> > > > For example, using this statement :
> > > >
> > > >   > > >
> > uri="jms:{{my.queue.prefix}}.${headers.entity}.{{my.queue.suffix}}?connectionFactory=#myJMS"
> > > > /
> > > >
> > > > I expected to have the header "JMSDestination" set on the Camel
> > > > message with the destination, but instead of that I still have the
> > > > input JMS message's queue name.
> > > >
> > > > The same with the header "JMSMessageID" that seems not to be updated.
> > > >
> > > > Is it normal behavior of the JMS component ?
> > > >
> > > > I use Camel 3.21.3 and ActiveMQ 5.18.3.
> > > >
> > > > Thanks for your help.
> > > >
> >
>
>
> --
> Claus Ibsen
> -
> @davsclaus
> Camel in Action 2: https://www.manning.com/ibsen2


Re: [VOTE] Release Apache Camel Kamelets 4.0.3

2024-01-17 Thread Pasquale Congiusti
+1 (binding)

Thanks!

Pasquale.

On Wed, Jan 17, 2024 at 9:32 AM Andrea Cosentino  wrote:

> Hello all,
>
> This is a vote for releasing camel-kamelets 4.0.3
>
> This release will support the 4.0.3 release of Apache Camel. The aim of the
> release is to have a catalog to use in generating camel-kafka-connector
> 4.0.3 release.
>
> Kamelets release files:
> https://dist.apache.org/repos/dist/dev/camel/camel-kamelets/4.0.3
> Kamelets staging repository:
> https://repository.apache.org/content/repositories/orgapachecamel-1668
> Kamelets Tag:
> https://github.com/apache/camel-kamelets/releases/tag/v4.0.3
>
> Please cast your vote.
>
> [ ] +1 Release camel-kamelets 4.0.3
> [ ] -1 Veto the release (provide specific comments)
>
> The vote is open for at least 72 hours.
>
> Here's my +1.
>
> Thanks,
> Andrea Cosentino
>


Re: [VOTE] Release Apache Camel Kamelets 4.0.3

2024-01-17 Thread Claudio Miranda
+1 non binding


-- 
  Claudio Miranda

clau...@claudius.com.br
http://www.claudius.com.br


Re: [VOTE] Release Apache Camel Kamelets 4.0.3

2024-01-17 Thread Zineb Bendhiba
+1 (binding)



Le mer. 17 janv. 2024 à 09:33, Andrea Cosentino  a
écrit :

> Hello all,
>
> This is a vote for releasing camel-kamelets 4.0.3
>
> This release will support the 4.0.3 release of Apache Camel. The aim of the
> release is to have a catalog to use in generating camel-kafka-connector
> 4.0.3 release.
>
> Kamelets release files:
> https://dist.apache.org/repos/dist/dev/camel/camel-kamelets/4.0.3
> Kamelets staging repository:
> https://repository.apache.org/content/repositories/orgapachecamel-1668
> Kamelets Tag:
> https://github.com/apache/camel-kamelets/releases/tag/v4.0.3
>
> Please cast your vote.
>
> [ ] +1 Release camel-kamelets 4.0.3
> [ ] -1 Veto the release (provide specific comments)
>
> The vote is open for at least 72 hours.
>
> Here's my +1.
>
> Thanks,
> Andrea Cosentino
>


-- 
Zineb Bendhiba


Re: [VOTE] Release Apache Camel Kamelets 4.0.3

2024-01-17 Thread Andrea
+1 Binding

On Wed, Jan 17, 2024, at 09:32, Andrea Cosentino wrote:
> Hello all,
> 
> This is a vote for releasing camel-kamelets 4.0.3
> 
> This release will support the 4.0.3 release of Apache Camel. The aim of the
> release is to have a catalog to use in generating camel-kafka-connector
> 4.0.3 release.
> 
> Kamelets release files:
> https://dist.apache.org/repos/dist/dev/camel/camel-kamelets/4.0.3
> Kamelets staging repository:
> https://repository.apache.org/content/repositories/orgapachecamel-1668
> Kamelets Tag:
> https://github.com/apache/camel-kamelets/releases/tag/v4.0.3
> 
> Please cast your vote.
> 
> [ ] +1 Release camel-kamelets 4.0.3
> [ ] -1 Veto the release (provide specific comments)
> 
> The vote is open for at least 72 hours.
> 
> Here's my +1.
> 
> Thanks,
> Andrea Cosentino
> 


Re: [VOTE] Release Apache Camel Kamelets 4.0.3

2024-01-17 Thread Otavio Rodolfo Piske
+1 (binding)

Thanks Andrea!

On Wed, Jan 17, 2024 at 12:44 PM Babak Vahdat
 wrote:

> +1 (binding)
>
> Thanks Andrea!
>
> --
> Babak
>
> > Am 17.01.2024 um 09:36 schrieb Andrea Cosentino :
> >
> > Hello all,
> >
> > This is a vote for releasing camel-kamelets 4.0.3
> >
> > This release will support the 4.0.3 release of Apache Camel. The aim of
> the
> > release is to have a catalog to use in generating camel-kafka-connector
> > 4.0.3 release.
> >
> > Kamelets release files:
> > https://dist.apache.org/repos/dist/dev/camel/camel-kamelets/4.0.3
> > Kamelets staging repository:
> > https://repository.apache.org/content/repositories/orgapachecamel-1668
> > Kamelets Tag:
> > https://github.com/apache/camel-kamelets/releases/tag/v4.0.3
> >
> > Please cast your vote.
> >
> > [ ] +1 Release camel-kamelets 4.0.3
> > [ ] -1 Veto the release (provide specific comments)
> >
> > The vote is open for at least 72 hours.
> >
> > Here's my +1.
> >
> > Thanks,
> > Andrea Cosentino
>
>

-- 
Otavio R. Piske
http://orpiske.net


Re: [VOTE] Release Apache Camel Kamelets 4.0.3

2024-01-17 Thread Babak Vahdat
+1 (binding)

Thanks Andrea!

--
Babak

> Am 17.01.2024 um 09:36 schrieb Andrea Cosentino :
> 
> Hello all,
> 
> This is a vote for releasing camel-kamelets 4.0.3
> 
> This release will support the 4.0.3 release of Apache Camel. The aim of the
> release is to have a catalog to use in generating camel-kafka-connector
> 4.0.3 release.
> 
> Kamelets release files:
> https://dist.apache.org/repos/dist/dev/camel/camel-kamelets/4.0.3
> Kamelets staging repository:
> https://repository.apache.org/content/repositories/orgapachecamel-1668
> Kamelets Tag:
> https://github.com/apache/camel-kamelets/releases/tag/v4.0.3
> 
> Please cast your vote.
> 
> [ ] +1 Release camel-kamelets 4.0.3
> [ ] -1 Veto the release (provide specific comments)
> 
> The vote is open for at least 72 hours.
> 
> Here's my +1.
> 
> Thanks,
> Andrea Cosentino



Re: [VOTE] Release Apache Camel Kamelets 4.0.3

2024-01-17 Thread Gaëlle Fournier
+1 (non-binding)

Thanks Andrea!

---
Gaëlle

Le mer. 17 janv. 2024 à 09:33, Andrea Cosentino  a
écrit :

> Hello all,
>
> This is a vote for releasing camel-kamelets 4.0.3
>
> This release will support the 4.0.3 release of Apache Camel. The aim of the
> release is to have a catalog to use in generating camel-kafka-connector
> 4.0.3 release.
>
> Kamelets release files:
> https://dist.apache.org/repos/dist/dev/camel/camel-kamelets/4.0.3
> Kamelets staging repository:
> https://repository.apache.org/content/repositories/orgapachecamel-1668
> Kamelets Tag:
> https://github.com/apache/camel-kamelets/releases/tag/v4.0.3
>
> Please cast your vote.
>
> [ ] +1 Release camel-kamelets 4.0.3
> [ ] -1 Veto the release (provide specific comments)
>
> The vote is open for at least 72 hours.
>
> Here's my +1.
>
> Thanks,
> Andrea Cosentino
>


Re: [VOTE] Release Apache Camel Kamelets 4.0.3

2024-01-17 Thread Claus Ibsen
+1 (binding)

On Wed, Jan 17, 2024 at 9:32 AM Andrea Cosentino  wrote:

> Hello all,
>
> This is a vote for releasing camel-kamelets 4.0.3
>
> This release will support the 4.0.3 release of Apache Camel. The aim of the
> release is to have a catalog to use in generating camel-kafka-connector
> 4.0.3 release.
>
> Kamelets release files:
> https://dist.apache.org/repos/dist/dev/camel/camel-kamelets/4.0.3
> Kamelets staging repository:
> https://repository.apache.org/content/repositories/orgapachecamel-1668
> Kamelets Tag:
> https://github.com/apache/camel-kamelets/releases/tag/v4.0.3
>
> Please cast your vote.
>
> [ ] +1 Release camel-kamelets 4.0.3
> [ ] -1 Veto the release (provide specific comments)
>
> The vote is open for at least 72 hours.
>
> Here's my +1.
>
> Thanks,
> Andrea Cosentino
>


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


[VOTE] Release Apache Camel Kamelets 4.0.3

2024-01-17 Thread Andrea Cosentino
Hello all,

This is a vote for releasing camel-kamelets 4.0.3

This release will support the 4.0.3 release of Apache Camel. The aim of the
release is to have a catalog to use in generating camel-kafka-connector
4.0.3 release.

Kamelets release files:
https://dist.apache.org/repos/dist/dev/camel/camel-kamelets/4.0.3
Kamelets staging repository:
https://repository.apache.org/content/repositories/orgapachecamel-1668
Kamelets Tag:
https://github.com/apache/camel-kamelets/releases/tag/v4.0.3

Please cast your vote.

[ ] +1 Release camel-kamelets 4.0.3
[ ] -1 Veto the release (provide specific comments)

The vote is open for at least 72 hours.

Here's my +1.

Thanks,
Andrea Cosentino