Return-Path: X-Original-To: apmail-camel-users-archive@www.apache.org Delivered-To: apmail-camel-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 6381F17BFE for ; Tue, 14 Apr 2015 14:14:21 +0000 (UTC) Received: (qmail 97621 invoked by uid 500); 14 Apr 2015 14:14:08 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 97571 invoked by uid 500); 14 Apr 2015 14:14:08 -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 97560 invoked by uid 99); 14 Apr 2015 14:14:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Apr 2015 14:14:08 +0000 X-ASF-Spam-Status: No, hits=2.3 required=5.0 tests=SPF_SOFTFAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: softfail (nike.apache.org: transitioning domain of rino.van.wijngaarden@gmail.com does not designate 162.253.133.43 as permitted sender) Received: from [162.253.133.43] (HELO mwork.nabble.com) (162.253.133.43) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Apr 2015 14:13:41 +0000 Received: from msam.nabble.com (unknown [162.253.133.85]) by mwork.nabble.com (Postfix) with ESMTP id AB5DC1AD24DF for ; Tue, 14 Apr 2015 07:14:11 -0700 (PDT) Date: Tue, 14 Apr 2015 07:13:39 -0700 (MST) From: rwijngaa To: users@camel.apache.org Message-ID: <1429020819731-5765770.post@n5.nabble.com> In-Reply-To: References: <1429016230744-5765760.post@n5.nabble.com> Subject: Re: Wiretap not firing events? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Thanks Claus! For now, as a workaround (i'm stuck at camel 2.12 for the moment), i do something like the thing below in my wiretap : .process(new Processor() { @Override public void process(Exchange exchange) throws Exception { // some trick to get the correct endpoint EventHelper.notifyExchangeSent(exchange.getContext(), exchange, endpoint, 1000); } }); -- View this message in context: http://camel.465427.n5.nabble.com/Wiretap-not-firing-events-tp5765760p5765770.html Sent from the Camel - Users mailing list archive at Nabble.com.