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 D06D6E088 for ; Fri, 1 Feb 2013 14:29:59 +0000 (UTC) Received: (qmail 32508 invoked by uid 500); 1 Feb 2013 14:29:59 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 32348 invoked by uid 500); 1 Feb 2013 14:29:58 -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 35970 invoked by uid 99); 1 Feb 2013 14:01:06 -0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of dmytro.puzhay@gmail.com designates 209.85.215.173 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=++85Z+Dsdwcqr7ZSLWWJcYJ/ktnMuDR4E39l37Qn5E0=; b=G7uk+dvn2B+AANoLgZzx4Od2dz7MpoJhvhf+OC2jJpIDtp6jQ/Fs7K3HfLIa00+nYr N1ODeFQa/dtve7BLpPzCQc1VbXOuKjH/8v/NF+xWOKm3sKDqGJSF/QJUlu7fN+C27Xjz WITHUtA9CU2OZ/EfGp0qe2STna4xVLpzGmrcW6+BF9vhPxnMn+wvu2FXIZxyfjhUprkV 8b/eRO+LUe5mN7fYGhAx4aKMZPLl6M9oxr5ED39haC/UXWcMf9W/HkOWijpzCf4QFxUs 2J0v0KqBt0ctnYLBCNHxwmsjxxytsriiJYg84DkM8yVjFSg2RVFKaGWQFQRZ7b1CGO+x 9PSA== MIME-Version: 1.0 X-Received: by 10.14.206.132 with SMTP id l4mr39473765eeo.38.1359727238790; Fri, 01 Feb 2013 06:00:38 -0800 (PST) Date: Fri, 1 Feb 2013 15:00:38 +0100 Message-ID: Subject: How to consume from AMQP queue in "browsing mode" with Apache Camel? From: Dmytro Puzhay To: users@camel.apache.org Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org Is there something like "browse" option (see http://qpid.apache.org/books/0.14/Programming-In-Apache-Qpid/html/ch02s04.html section "2.4.3.3. browse" for details) for amqp endpoint? I can't find it.