Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id E235D200C80 for ; Thu, 25 May 2017 18:21:00 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id E0D96160BCA; Thu, 25 May 2017 16:21:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 348C3160BC7 for ; Thu, 25 May 2017 18:21:00 +0200 (CEST) Received: (qmail 21307 invoked by uid 500); 25 May 2017 16:20:59 -0000 Mailing-List: contact users-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@camel.apache.org Delivered-To: mailing list users@camel.apache.org Received: (qmail 21262 invoked by uid 99); 25 May 2017 16:20:58 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 May 2017 16:20:58 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id D58FFCFB53 for ; Thu, 25 May 2017 16:20:57 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.286 X-Spam-Level: ** X-Spam-Status: No, score=2.286 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_NONE=-0.0001, SPF_SOFTFAIL=0.972, URIBL_BLOCKED=0.001, URI_HEX=1.313] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id 2wWygMYhZHDG for ; Thu, 25 May 2017 16:20:56 +0000 (UTC) Received: from mwork.nabble.com (mwork.nabble.com [162.253.133.43]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id E073A60DB2 for ; Thu, 25 May 2017 16:20:55 +0000 (UTC) Received: from static.162.255.23.22.macminivault.com (unknown [162.255.23.22]) by mwork.nabble.com (Postfix) with ESMTP id CBBE144908BDF for ; Thu, 25 May 2017 09:20:54 -0700 (MST) Date: Thu, 25 May 2017 09:20:54 -0700 (MST) From: stalbot To: users@camel.apache.org Message-ID: <1495729254832-5800701.post@n5.nabble.com> In-Reply-To: References: <1495724656502-5800698.post@n5.nabble.com> Subject: Re: Need to be able to change endpoint for recipientList when call is redelivered MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit archived-at: Thu, 25 May 2017 16:21:01 -0000 Hello, thank you for the reply and the suggestion. My goal is not just to avoid the invalid endpoint, but to correct it to be valid again and then redeliver. So for some more context on what we are doing: a query parameter in the endpoint is populated from a database, and over time it can cause the recipientList call to fail because the value is out of date with the service it calls. Our code changes this query parameter so that the call will go through and the query parameter will not be out of date with the service. We would like to use the redelivery feature to do this. If we go with ".ignoreInvalidEndpoints()", the invalid call will not be redelivered with the updated query parameter, it will just be avoided altogether. I am relatively new to camel and so I am not sure why our code uses recipientList with a single endpoint but there you go. If there is another way to do this I am all ears! :) -- View this message in context: http://camel.465427.n5.nabble.com/Need-to-be-able-to-change-endpoint-for-recipientList-when-call-is-redelivered-tp5800698p5800701.html Sent from the Camel - Users mailing list archive at Nabble.com.