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 E9C2CDD1F for ; Mon, 2 Jul 2012 16:15:28 +0000 (UTC) Received: (qmail 73145 invoked by uid 500); 2 Jul 2012 16:15:28 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 73111 invoked by uid 500); 2 Jul 2012 16:15:28 -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 Received: (qmail 73101 invoked by uid 99); 2 Jul 2012 16:15:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Jul 2012 16:15:28 +0000 X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: 216.139.236.26 is neither permitted nor denied by domain of josephotoole@gmail.com) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Jul 2012 16:15:22 +0000 Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1SljHB-0006N8-9J for users@camel.apache.org; Mon, 02 Jul 2012 09:15:01 -0700 Date: Mon, 2 Jul 2012 09:15:01 -0700 (PDT) From: gilboy To: users@camel.apache.org Message-ID: <1341245701280-5715361.post@n5.nabble.com> Subject: Testing a Route which de-queues message from Topic in CLIENT_ACKNOWLEDGE mode MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi I have a route where I consume a message from a JMS topic and do some processing of the message. I have the JMS Ack mode set to: CLIENT_ACKNOWLEDGE mode If the route successfully completes the message is dequeued. I want to verify that this takes place, i.e. message gets dequeued. Does the camel junit extensions support verifying that the message has been de-queued? Thanks -- View this message in context: http://camel.465427.n5.nabble.com/Testing-a-Route-which-de-queues-message-from-Topic-in-CLIENT-ACKNOWLEDGE-mode-tp5715361.html Sent from the Camel - Users mailing list archive at Nabble.com.