Hi all,

we are using camel spring-dsl and we are routing from and to activemq.

We are using camel:bean and camel:process

I have the impression that in both cases the 'ref' property is not a real 
Spring reference (not wired by Spring) but is stored as a String and resolved 
later.

Because of that, Spring is not aware of the dependency and might destroy the 
references before destroying the camel context.

Additionally, there is no spring depency to the activemq component (it's just 
part of the uri), so it happens that the activemq connection pools get closed 
before the camel context.

Can anybody confirm my impression?

If so, is there a way to solve this problem?


Thanks
Thomas

Reply via email to