Thanks for your detailed answer Claus. But that's what I mean with "may it works as a work around". Because for each different ActiveMQComponent we create a new ActiveMQConnectionFactory. Does this sound right for you? Should we do not support a more elegant and resource friendly solution? Something like:
from("activemq:queue:foo?redeliveryPolicy=#redeliveryPolicy") Than we can still stick to have only one ActiveMQConnectionFactory and configure the ActiveMQConnection with the redelivery policy. Thanks for sharing your minds, Christian