following is my connection bean and camel route

<bean id="jmsConnectionFactory"
class="org.apache.qpid.amqp_1_0.jms.impl.ConnectionFactoryImpl"
factory-method="createFromURL">
<constructor-arg index="0" type="java.lang.String"
value="amqp://jdoe:test@localhost?brokerlist='tcp://localhost:5672''" />
        </bean>

                 <route>
                    <from  uri="file:src/data?noop=true"/>
                        <log message="Sending xml file to topic" />
                    <to uri="amqp:topic:TopicTest1"/>
                </route>
It always create Queue not topic!!





--
View this message in context: 
http://camel.465427.n5.nabble.com/Camel-can-t-Route-Topic-tp5762517p5762578.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to