2008/5/6 cmoulliard <[EMAIL PROTECTED]>:
>
>  Hi,
>
>  I would like to know why I receive a "connection refuse" using the following
>  configuration (JMS) in Camel 1.3
>
>  Routing =  .to("jms:queue:swift.queue");
>
>  Context
>
>       <!--  ActiveMQ brokerURL using JMS protocol-->
>       <bean id="jms" class="org.apache.camel.component.jms.JmsComponent">
>         <property name="connectionFactory">
>             <bean class="org.apache.activemq.ActiveMQConnectionFactory">
>                 <property name="brokerURL" value="tcp://localhost:61616" />
>             </bean>
>         </property>
>       </bean>


You are connecting to the ActiveMQ broker on localhost on port 61616
but I don't see you running a broker. Maybe you just need to run a
broker?
http://activemq.apache.org/version-5-run-broker.html

-- 
James
-------
http://macstrac.blogspot.com/

Open Source Integration
http://open.iona.com

Reply via email to