Re: Problem with ActiveMQ to Weblogic route

2011-07-15 Thread pwanner
The jira http://issues.apache.org/jira/browse/AMQ-3401 issue has been created. Thank you all for your help. -- View this message in context: http://camel.465427.n5.nabble.com/Problem-with-ActiveMQ-to-Weblogic-route-tp4578300p4590649.html Sent from the Camel - Users mailing list archive at

Re: Problem with ActiveMQ to Weblogic route

2011-07-14 Thread Gary Tully
           return new ActiveMQTopic(((Topic)dest).getTopicName()); >        } >        throw new JMSException("Could not transform the destination into a > ActiveMQ destination: " + dest); >    } > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Problem-with-ActiveMQ-to-Weblogic-route-tp4578300p4586327.html > Sent from the Camel - Users mailing list archive at Nabble.com. > -- http://fusesource.com http://blog.garytully.com

Re: Problem with ActiveMQ to Weblogic route

2011-07-14 Thread pwanner
Q destination: " + dest); } -- View this message in context: http://camel.465427.n5.nabble.com/Problem-with-ActiveMQ-to-Weblogic-route-tp4578300p4586327.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Problem with ActiveMQ to Weblogic route

2011-07-13 Thread Claus Ibsen
getTopicName()); >        } >        if (dest instanceof Queue) { >            return new ActiveMQQueue(((Queue)dest).getQueueName()); >        } >        if (dest instanceof Topic) { >            return new ActiveMQTopic(((Topic)dest).getTopicName()); >        } >        throw n

Re: Problem with ActiveMQ to Weblogic route

2011-07-13 Thread pwanner
destination: " + dest); } -- View this message in context: http://camel.465427.n5.nabble.com/Problem-with-ActiveMQ-to-Weblogic-route-tp4578300p4582476.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Problem with ActiveMQ to Weblogic route

2011-07-12 Thread Ashwin Karpe
& Sr Principal Consultant FUSESource (a Progress Software Corporation subsidiary) http://fusesource.com Blog: http://opensourceknowledge.blogspot.com - -- View this message in context: http://camel.465427.n5.nabble.com/Problem-with-Ac

Problem with ActiveMQ to Weblogic route

2011-07-12 Thread pwanner
ontextFactory t3://host:7004 -- View this message in context: http://camel.465427.n5.nabble.com/Problem-with-ActiveMQ-to-Weblogic-route-tp4578300p4578300.html Sent from the Camel - Users mailing list archive at Nabble.com.