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 6FED6200C00 for ; Wed, 18 Jan 2017 11:42:57 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 6E825160B53; Wed, 18 Jan 2017 10:42:57 +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 B83F0160B3A for ; Wed, 18 Jan 2017 11:42:56 +0100 (CET) Received: (qmail 3116 invoked by uid 500); 18 Jan 2017 10:42:55 -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 Delivered-To: moderator for users@camel.apache.org Received: (qmail 33523 invoked by uid 99); 18 Jan 2017 10:06:46 -0000 X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.929 X-Spam-Level: * X-Spam-Status: No, score=1.929 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_ENVFROM_END_DIGIT=0.25, HTML_MESSAGE=2, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RCVD_IN_SORBS_SPAM=0.5, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd4-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=Rb5rP9H7q/VzhS+fJsRMH8Z8/snvEOoaVJMjkxjLkkk=; b=Zr2WvjFAFGRdI1adYi/mHMwHqL+GCdPd1D21+FhBJ46mjIfMYUybeznrZEECqlBmrH b12tOsYeD/aXUu/+GOkS1S2SjtL7OFG/pj4R4OxaYg9AmJdgCYwVNpaM90iTWn0i4fFE fZU2XaQbIh5KrypvKDiiJh0/MjBaErOO61b+uB4dK3dvd3iQ74ex1hZ9hZKA0bI+5Kl6 pCLJIKSxg9+54bdSV25FFz5sTWpSk7dxNZmq30VZ+Wzea6szU/j98JPABNdbKW5v+GUI 55vYxDuthldXFWJZdXVKum3sqQrPlk1l5ZyUBg7ihyUSqTm1bK8qj4+5gggKErAcPplL rmQw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=Rb5rP9H7q/VzhS+fJsRMH8Z8/snvEOoaVJMjkxjLkkk=; b=kxiIX132TY5OFoOnRaSlS8TokpruTAltru82lnZOhzJ7aiP6xuaiE1ykTYKw82QmxL TAmqhiOWN/tlJkqXwKn155iwfw8e85seXklqLPw483E86a6G5tAPPMFVzCJukHz4vst+ H97fRFHCh3YvdjFfCNsPQMlV1OQxNKdkhxsjqchQjpgPUn6L2fjfPrm9uYwovrVs7PIy WKWrogqjIsUB+FRBG0DfMw8cH57hCHbC8SnRtup0HlLiNgktDjMmMs6K8eDr/jU78Fo5 L+zms73NtKFKU7tHDOULtZpKU6MxwEJPnlPihFbAokOGs33J9n5iFJ35m9PBRDcGVZVL F/hA== X-Gm-Message-State: AIkVDXIbE7Ee0teEeIjaGHn7vXXr+rz9h/Jwfl70dKFcHRcTjzPgxI//5Dqlc5ThclT44rSvOtH5dDE5Zc3cEw== X-Received: by 10.200.35.150 with SMTP id q22mr2096602qtq.237.1484734003987; Wed, 18 Jan 2017 02:06:43 -0800 (PST) MIME-Version: 1.0 From: Shantanu Raizada Date: Wed, 18 Jan 2017 15:36:43 +0530 Message-ID: Subject: Very Urgent: Combining EventSequencing and CircuitBreaker in AMQ To: users@camel.apache.org Content-Type: multipart/alternative; boundary=001a11410858e4cb0705465b9261 archived-at: Wed, 18 Jan 2017 10:42:57 -0000 --001a11410858e4cb0705465b9261 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi, I have a requirement where: 1. One route reads data from the DB and posts the message to a Queue along with the*JMSXGroupId* header set for *EventSequencing* *2. *There are 3 consumers listening to the Queue with the *CircuitBreaker* implementation as below: java.util.concurrent.RejectedExecutionException false java.net.SocketException org.apache.cxf.interceptor.Fault java.lang.Exception 3. All three consumers are listening to the same queue. 4. Now let=E2=80=99s say the *direct-vm:someService* is down, the message g= ets posted to a DLQ. 5. But the sequence in which they arrived in the queue is now altered. 6. *Moreover, the EventSequencing is also not working; as the same message is getting picked up by all the three consumers*. Please help and let me know where I am going wrong. Thanking in aniticpation Best Regards Shantanu Raizads --001a11410858e4cb0705465b9261--