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 the Camel component DSL as well. But not sure if it causes a bit of pain as this is not standard and has not been done in anyplace else. On Mon, May 19, 2025 at 3:43 PM Knut-Håvard Aksnes <khaks...@gmail.com> wrote: > 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 <khaks...@gmail.com>: > > > 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 AMQPComponent.amqpComponent, > > but hard to do so using the Component DSL as no uri option are available > > when usingComponentsBuilderFactory.amqp() > > > -- Claus Ibsen