From users-return-50477-archive-asf-public=cust-asf.ponee.io@activemq.apache.org Fri Sep 14 05:43:01 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 B66AC180649 for ; Fri, 14 Sep 2018 05:43:00 +0200 (CEST) Received: (qmail 99427 invoked by uid 500); 14 Sep 2018 03:42:54 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 99416 invoked by uid 99); 14 Sep 2018 03:42:53 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Sep 2018 03:42:53 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 0189F181184 for ; Fri, 14 Sep 2018 03:42:53 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.564 X-Spam-Level: *** X-Spam-Status: No, score=3.564 tagged_above=-999 required=6.31 tests=[FREEMAIL_ENVFROM_END_DIGIT=0.25, HEADER_FROM_DIFFERENT_DOMAINS=0.001, HTML_MESSAGE=2, SPF_PASS=-0.001, URI_HEX=1.313, URI_TRY_3LD=0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id leo4ZCdeoWvz for ; Fri, 14 Sep 2018 03:42:50 +0000 (UTC) Received: from mail-wm1-f53.google.com (mail-wm1-f53.google.com [209.85.128.53]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTPS id 63A545F175 for ; Fri, 14 Sep 2018 03:42:50 +0000 (UTC) Received: by mail-wm1-f53.google.com with SMTP id q8-v6so503637wmq.4 for ; Thu, 13 Sep 2018 20:42:50 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=FnTKcXDOoRJPelQt9VXs60y8LKRg3JSDYSrlHMB7geA=; b=AemE5N6UJPp099c2Ro74Ue6LQV/pEnSXbYBwFhQAQ+V0pdKfN2nMQkLpGr4Y5p68tJ T9zi74FGDvG0Wo/rycq2r/ivB+rNrpLQqmOhfYkw9x62H7+lGQxIhU7DF0a+6vCTBwGG o8JnWtHBmoFRsJVQFfuFieE7TOtrjObM51JY37tWeC7efKm0v2ZW6RdxUPfMSdOfSXbe hDR7x0WZtcVd6XWa+otSRsUcw+6B5RXBZEKzuYTOXCYvfuE4lzc5ezvHVSxL8YAVxHwy 8ISgkzqW2FdC46S/lwcszvlbtTBWAIszjvGpSFW4chyWKcpXgPS0iIsCj3Hj3QbUmjf6 VLBw== X-Gm-Message-State: APzg51A5wUbnycFtugTzBxw0sx2soUUNX+Qj/fy3BinoRTDMg8VQGI56 nAMzioYZ5DHyJjAEldUel0uMSR9ssAGA5e/B1KcPjA== X-Google-Smtp-Source: ANB0VdbU8jv6ygyJt/Qnwg+azD7nCaXR2XcL3y8Tgdq4b4g7Wp6eIhF9B6xZZ6UNu+YAa8tJm7mgA27LQbTG3Opb8L8= X-Received: by 2002:a1c:f0a:: with SMTP id 10-v6mr650119wmp.58.1536896564249; Thu, 13 Sep 2018 20:42:44 -0700 (PDT) MIME-Version: 1.0 References: <1535353691851-0.post@n4.nabble.com> <1535527983563-0.post@n4.nabble.com> <1536827301112-0.post@n4.nabble.com> In-Reply-To: <1536827301112-0.post@n4.nabble.com> From: Tim Bain Date: Thu, 13 Sep 2018 22:42:31 -0500 Message-ID: Subject: Re: cannot consume msg by a duplex network connect broke. To: ActiveMQ Users Content-Type: multipart/alternative; boundary="000000000000c4c7760575cc9dc4" --000000000000c4c7760575cc9dc4 Content-Type: text/plain; charset="UTF-8" I typically find that dynamically including the destinations is a more flexible approach rather than statically including them (among other things, you can use wildcards so you don't have to know the names at configuration time); would that solve the problem you're hitting with the temp queues? If not, can you describe the configuration you're using and the behavior you're seeing? Make sure you set bridgeTempDestinations=true, as described in http://activemq.apache.org/networks-of-brokers.html. Tim On Sep 13, 2018 3:28 AM, "ievanliu" wrote: Hi,Tim This problem happened twice recently... I try to use static bridge, it really worded,and solve the problem.but we steel use temp-queue to use request-reply mode by camel,and this need translate message between different broke,so I can not use static bridge. I found another this that, when the problem happened , I restart the broker ,but the problem is steel as same.In the end, I shutdown all the broker,and then start Broke A,later,start Broker B.By this, the problem disappeared. please help . -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html --000000000000c4c7760575cc9dc4--