From issues-return-50033-archive-asf-public=cust-asf.ponee.io@camel.apache.org Wed Mar 7 10:19:06 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id E0D6C180656 for ; Wed, 7 Mar 2018 10:19:05 +0100 (CET) Received: (qmail 84384 invoked by uid 500); 7 Mar 2018 09:19:04 -0000 Mailing-List: contact issues-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 issues@camel.apache.org Received: (qmail 84375 invoked by uid 99); 7 Mar 2018 09:19:04 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Mar 2018 09:19:04 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 740DFC0161 for ; Wed, 7 Mar 2018 09:19:04 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -109.51 X-Spam-Level: X-Spam-Status: No, score=-109.51 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, KAM_ASCII_DIVIDERS=0.8, KAM_SHORT=0.001, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id uvi2XyILBI7v for ; Wed, 7 Mar 2018 09:19:03 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 19CC15F478 for ; Wed, 7 Mar 2018 09:19:02 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 093DDE030C for ; Wed, 7 Mar 2018 09:19:01 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 1F18F253FD for ; Wed, 7 Mar 2018 09:19:00 +0000 (UTC) Date: Wed, 7 Mar 2018 09:19:00 +0000 (UTC) From: "Claus Ibsen (JIRA)" To: issues@camel.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CAMEL-12324) Issue:Camel rabbitmq publishes message to consumer exchange instead of publisher exchange MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CAMEL-12324?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D163= 89294#comment-16389294 ]=20 Claus Ibsen commented on CAMEL-12324: ------------------------------------- The docs on=C2=A0([http://camel.apache.org/rabbitmq.html])=C2=A0 is out-of-= date. See the top of the page. All the Camel components are documented in t= he adoc files which you can view on github. The old docs are being replaced with a new website and new docs when its re= ady later this year. > Issue:Camel rabbitmq publishes message to consumer exchange instead of pu= blisher exchange > -------------------------------------------------------------------------= ---------------- > > Key: CAMEL-12324 > URL: https://issues.apache.org/jira/browse/CAMEL-12324 > Project: Camel > Issue Type: Bug > Components: camel-rabbitmq > Affects Versions: 2.20.0, 2.20.1, 2.20.2 > Reporter: zoheb > Assignee: Claus Ibsen > Priority: Major > Fix For: 2.21.0 > > Attachments: camel-rmq-test.zip > > > Hello Team, > I am facing issue when i tried to use camel rabbitmq components for versi= on 2.20.x. > The issue is happening when i have camel context containing route that co= nsumes from rabbitmq queue and publishes to rabbitmq exchange .What happens= is camel rabbitmq is publishing to consumer exchange instead of given prod= ucer exchange and in this way it goes in infinite cycle. Here is sample rou= te for reference which can=C2=A0easily reproduce the issue. > =C2=A0 > =C2=A0=C2=A0 =C2=A0 =C2=A0 xmlns:xsi=3D"http://www.w3.org/2001/XMLSchema-= instance" > =C2=A0=C2=A0 =C2=A0 =C2=A0 xmlns:context=3D"http://www.springframework.or= g/schema/context" > =C2=A0=C2=A0 =C2=A0 =C2=A0 xmlns:camel=3D"http://camel.apache.org/schema/= spring" > =C2=A0=C2=A0 =C2=A0 =C2=A0 xsi:schemaLocation=3D" > =C2=A0=C2=A0 =C2=A0 =C2=A0 =C2=A0 http://www.springframework.org/schema/b= eans http://www.springframework.org/schema/beans/spring-beans.xsd > =C2=A0=C2=A0 =C2=A0 =C2=A0 =C2=A0 http://www.springframework.org/schema/c= ontext http://www.springframework.org/schema/context/spring-context.xsd > =C2=A0=C2=A0 =C2=A0 =C2=A0 =C2=A0 http://camel.apache.org/schema/spring h= ttp://camel.apache.org/schema/spring/camel-spring.xsd"> > =C2=A0 > =C2=A0 > =C2=A0 =C2=A0 > =C2=A0 > =C2=A0 =C2=A0 =C2=A0 =C2=A0 > =C2=A0 > =C2=A0 =C2=A0 =C2=A0 =C2=A0 > =C2=A0=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 > > Message modified. > =C2=A0 =C2=A0 > > =C2=A0 =C2=A0 =C2=A0 =C2=A0 > =C2=A0 > =C2=A0 =C2=A0 =C2=A0 =C2=A0 > =C2=A0 =C2=A0 > =C2=A0 > > =C2=A0 > =C2=A0 > =C2=A0 > =C2=A0 > I have also attached sample project to reproduce the issue.=C2=A0 > Request you to please look into the issue and let us know the solution or= fix if any. > Thanks & regards, > Zoheb > =C2=A0 -- This message was sent by Atlassian JIRA (v7.6.3#76005)