Hello all

General question about the embedded ActiveMQ broker which is started in 
ServiceMix 4.4.1 with default configuration.

Suppose I establish a route similar to the following (blueprint):

<camelContext xmlns=".....">
        <route>
                <from uri="file://data/in/"/>
                <to uri="activemq://myQueue"/>
        </route>
</camelContext>

What part of the ServiceMix configuration is responsible for the 'activemq'? As 
I understood, this is an 
'org.apache.activemq.camel.component.ActiveMQComponent'. Am I right? Where is 
this component generated and configured so that I can just use it? Is it 
possible to point this component to an ActiveMQ instance on a different host?

Thanks in advance
 - David


-- 
NEU: FreePhone 3-fach-Flat mit kostenlosem Smartphone!                          
        
Jetzt informieren: http://mobile.1und1.de/?ac=OM.PW.PW003K20328T7073a

Reply via email to