Return-Path: X-Original-To: apmail-camel-dev-archive@www.apache.org Delivered-To: apmail-camel-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 473D410B11 for ; Sun, 16 Jun 2013 07:28:29 +0000 (UTC) Received: (qmail 82626 invoked by uid 500); 16 Jun 2013 07:28:26 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 82599 invoked by uid 500); 16 Jun 2013 07:28:16 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Delivered-To: moderator for dev@camel.apache.org Received: (qmail 34608 invoked by uid 99); 15 Jun 2013 11:01:24 -0000 X-ASF-Spam-Status: No, hits=4.4 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: error (athena.apache.org: encountered temporary error during SPF processing of domain of prasadvara333@gmail.com) Date: Sat, 15 Jun 2013 04:00:39 -0700 (PDT) From: varaprasad To: dev@camel.apache.org Message-ID: <1371294039021-5734238.post@n5.nabble.com> In-Reply-To: <1371213016600-5734221.post@n5.nabble.com> References: <1371213016600-5734221.post@n5.nabble.com> Subject: Re: Help me on Exception Caused by: javax.jms.InvalidDestinationException: MQJMS2008: failed to open MQ queue A MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_27900_10434253.1371294039022" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_27900_10434253.1371294039022 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I got the solution :Camel Nature :===========-> If an input message contains JMSReplyTo queue in its header so by default it takes InOut pattern to process route.-> So we can't override the JMSReplyTo in exchange object as well as its pattern too.-> The only the way to resolve this issue is, need to disable the JMSReplyTo in from endpoint then it treats as InOnly pattern to process the route.(Route will not expect response back)-> So as the message follows InOnly pattern ,camel doesn't have intelligence to send back message to the destination.-> Camel route should send message explicitly to the destination. -- View this message in context: http://camel.465427.n5.nabble.com/Help-me-on-Exception-Caused-by-javax-jms-InvalidDestinationException-MQJMS2008-failed-to-open-MQ-queA-tp5734221p5734238.html Sent from the Camel Development mailing list archive at Nabble.com. ------=_Part_27900_10434253.1371294039022--