Re: A couple of small problems with the AMQP component and its documentation in Camel 4.10

2025-06-09 Thread Claus Ibsen
Hi To configure the brokerUrl on the component https://issues.apache.org/jira/browse/CAMEL-22161 On Mon, Jun 9, 2025 at 4:10 PM Claus Ibsen wrote: > Hi > > You are welcome to help update the documentation > https://camel.apache.org/camel-core/contributing/ > > The 2nd is not a Camel URI builder

Re: A couple of small problems with the AMQP component and its documentation in Camel 4.10

2025-06-09 Thread Claus Ibsen
Hi You are welcome to help update the documentation https://camel.apache.org/camel-core/contributing/ The 2nd is not a Camel URI builder, but AMQ having a URI like configuration ala Camel. Maybe we can add a special option on the component to take in AMQ URI as parameter and then it would be in t

Re: A couple of small problems with the AMQP component and its documentation in Camel 4.10

2025-05-19 Thread Knut-Håvard Aksnes
I have no problem parsing the URI myself, the missing Component DSL support for broker urls is more of a completeness issue. man. 19. mai 2025, 15:27 skrev Knut-Håvard Aksnes : > The first one is a documentation problem. AMQPConnectionDetails is > deprecated so the documentation should document

A couple of small problems with the AMQP component and its documentation in Camel 4.10

2025-05-19 Thread Knut-Håvard Aksnes
The first one is a documentation problem. AMQPConnectionDetails is deprecated so the documentation should document how to migrate away from using it not how to use it. The second is about builders. It is easy to create an AMQPComponent based on an amqp URI using one of the versions of AMQPCompone