Hi 

I was trying this code. Got it successfully deployed. But i want to know
things ?

<?xml version="1.0" encoding="UTF-8"?>
<blueprint
    xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0";
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
    xsi:schemaLocation="
      http://www.osgi.org/xmlns/blueprint/v1.0.0
      http://www.osgi.org/xmlns/blueprint/v1.0.0/blueprint.xsd";>

    <camelContext xmlns="http://camel.apache.org/schema/blueprint";>
      <route>
        <from uri="activemq://TestQueue"/>
        <to uri="log:TestQueue"/>
      </route>
    </camelContext>
</blueprint>


1. Will it automatically creates a queue in activemq called "TestQueue"
2.What does log:TestQueue means , Sending the message from TestQueue into
Log ? or Some other descriptive way to explain this ?

Kidnly Help out.


Cheers
Guru

--
View this message in context: 
http://camel.465427.n5.nabble.com/Camel-Queue-in-Fuse4-4-tp4541757p4541757.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to