cause I want new routes to go
through a standard build/deploy/test pipeline.
-----Ursprüngliche Nachricht-
Von: Nathan Jones [mailto:nat...@ncjones.com]
Gesendet: Mittwoch, 4. Februar 2015 10:55
An: users@camel.apache.org
Betreff: Patterns for DRY Camel endpoints
Is there a standard pattern for defining Camel endpoints so that
commonly used endpoint settings do not need to be repeated in every
endpoint definition?
an
>
>
>> -Ursprüngliche Nachricht-
>> Von: Nathan Jones [mailto:nat...@ncjones.com]
>> Gesendet: Mittwoch, 4. Februar 2015 10:55
>> An: users@camel.apache.org
>> Betreff: Patterns for DRY Camel endpoints
>>
>> Is there a standard pattern for def
ng special builders sound also fine, but a lot of work as it requires one
builder per endpoint ...
Jan
> -Ursprüngliche Nachricht-
> Von: Nathan Jones [mailto:nat...@ncjones.com]
> Gesendet: Mittwoch, 4. Februar 2015 10:55
> An: users@camel.apache.org
> Betreff: Patterns for DR
Is there a standard pattern for defining Camel endpoints so that
commonly used endpoint settings do not need to be repeated in every
endpoint definition? For example, every RabbitMQ endpoint I declare
always repeats the same connection settings like the following:
rabbitmq://{{rabbitmq.host}}