From users-return-6197-apmail-qpid-users-archive=qpid.apache.org@qpid.apache.org Wed Apr 25 07:53:23 2012 Return-Path: X-Original-To: apmail-qpid-users-archive@www.apache.org Delivered-To: apmail-qpid-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 BAB299705 for ; Wed, 25 Apr 2012 07:53:23 +0000 (UTC) Received: (qmail 32530 invoked by uid 500); 25 Apr 2012 07:53:23 -0000 Delivered-To: apmail-qpid-users-archive@qpid.apache.org Received: (qmail 32488 invoked by uid 500); 25 Apr 2012 07:53:23 -0000 Mailing-List: contact users-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@qpid.apache.org Delivered-To: mailing list users@qpid.apache.org Received: (qmail 32459 invoked by uid 99); 25 Apr 2012 07:53:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Apr 2012 07:53:21 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [209.85.213.42] (HELO mail-yw0-f42.google.com) (209.85.213.42) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Apr 2012 07:53:14 +0000 Received: by yhfq11 with SMTP id q11so919647yhf.15 for ; Wed, 25 Apr 2012 00:52:52 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-originating-ip:in-reply-to:references:date :message-id:subject:from:to:content-type:x-gm-message-state; bh=RSP00FeWHrKsooXjxJEaPV07gM/fJbGSZwYkseVDpw0=; b=RdQpvpbO49DBzqsxTE8o8s/0G3XZe6S4CQVgMzMpWnDiXM/zbPZ6nLQMo9rHlheDTj nxuy2vlIOLJX2bsq0wb9T2+A7S1dFJ7ZlcBP66Y4ilX8g2Gy1Kkb+G5c9bZFcNbEeT/f gtwWsQVviiQI6GwD54JagQffshoJHO3PmP2oL33sy9i4JcNyZy9j/RDw6wyjgXbkgkWn OVlcHUvaO9RFjOz7hcUs7tXfSvTtec/VX8tn1nFsAlciSoDBYmC4zOIBWx3HGjn4b7lJ K8JJpSWVpX0Tr/rR79xSBPMowFAmCJRyknHfdNfkvUuEqF+IVW6KNfhjMj/W51+s3qtB eQbw== MIME-Version: 1.0 Received: by 10.236.185.68 with SMTP id t44mr1333234yhm.126.1335340372346; Wed, 25 Apr 2012 00:52:52 -0700 (PDT) Received: by 10.236.70.2 with HTTP; Wed, 25 Apr 2012 00:52:52 -0700 (PDT) X-Originating-IP: [193.29.76.37] In-Reply-To: References: Date: Wed, 25 Apr 2012 09:52:52 +0200 Message-ID: Subject: Re: Duplating Messages From: Jakub Scholz To: users@qpid.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQlzO5AX26uTwKE9sisHQiTGjn50lLKwCpTxRDTcj1++WmEUobOKtjQivTKhQiM+qVYvBfRo X-Virus-Checked: Checked by ClamAV on apache.org Hi, You can connect in the "browsing" mode - the client will then only read the messages. You can then connect multiple clients to one queue. The side effect is, that the messages will always stay in the queue - which may not be what you always want. The browsing mode is enabled from the destination address. For example: source_queue; { node: { type: queue } , create: sender , mode: browse } It is also a bit described in the docu: http://qpid.apache.org/books/0.14/Programming-In-Apache-Qpid/html/ch02s04.html#id548242 Regards Jakub On Tue, Apr 24, 2012 at 19:09, Luiz Gustavo Pozzo wrote: > > Hello, > Is there a way to have multiple clients connected to a queue and all of them receive all the messages from this queue? > Thanks. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org For additional commands, e-mail: users-help@qpid.apache.org