I am building an application that uses camel and activemq. Some of my routes are defined using spring and I also make uses of the @Produce annotations.
I notice that on the when I add messages on an activemq queue using the "to" element a single producer is created on activemq. When I add messages using the @Produce annotation I notice multiple activemq producers. Are these two linked in any way? Can configure its behaviour somehow? Thanks in advance, *Ioannis Canellos*
