Return-Path: X-Original-To: apmail-activemq-users-archive@www.apache.org Delivered-To: apmail-activemq-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 731A26120 for ; Tue, 12 Jul 2011 11:10:08 +0000 (UTC) Received: (qmail 16832 invoked by uid 500); 12 Jul 2011 11:10:07 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 16491 invoked by uid 500); 12 Jul 2011 11:10:02 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 16482 invoked by uid 99); 12 Jul 2011 11:10:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Jul 2011 11:10:00 +0000 X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Jul 2011 11:09:54 +0000 Received: from joe.nabble.com ([192.168.236.139]) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1QgaqL-0003Ul-D3 for users@activemq.apache.org; Tue, 12 Jul 2011 04:09:33 -0700 Date: Tue, 12 Jul 2011 04:09:33 -0700 (PDT) From: pwanner To: users@activemq.apache.org Message-ID: <1310468973393-3661981.post@n4.nabble.com> Subject: Problem with ActiveMQ to Weblogic route MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi everybody, I'm having trouble with a Camel route from ActiveMq to Weblogic. The use case is very simple, I have a Tomcat and an ActiveMq instance on the same server. The application in Tomcat is posting in the local ActiveMQ and the Camel route is forwarding the message to the queue in Weblogic on a different server. Every time a message is posted this exception appears in the log: org.springframework.jms.UncategorizedJmsException: Uncategorized exception occured during JMS processing; nested exception is javax.jms.JMSException: Could no disambiguate on queue|Topic-name totransform pollymorphic destination into a ActiveMQ destination: testjmsmodule!ToActiveMq at org.springframework.jms.support.JmsUtils.convertJmsAccessException(JmsUtils.java:316) at org.springframework.jms.support.JmsAccessor.convertJmsAccessException(JmsAccessor.java:168) at org.springframework.jms.core.JmsTemplate.execute(JmsTemplate.java:469) at org.apache.camel.component.jms.JmsConfiguration$CamelJmsTemplate.send(JmsConfiguration.java:170) at org.apache.camel.component.jms.JmsProducer.doSend(JmsProducer.java:355) at org.apache.camel.component.jms.JmsProducer.processInOnly(JmsProducer.java:309) at org.apache.camel.component.jms.JmsProducer.process(JmsProducer.java:99) ... Despite the exception the message is delivered is the Weblogic ToActiveMq queue, but as I need to switch now to a transactional delivery, the message is will be rollbacked. Any idea what this error comes from? Below is my camel.xml config (using ActiveMQ 5.5.0, Camel 2.7.0 and Weblogic 9.2): weblogic.jndi.WLInitialContextFactory t3://host:7004 -- View this message in context: http://activemq.2283324.n4.nabble.com/Problem-with-ActiveMQ-to-Weblogic-route-tp3661981p3661981.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.