From users-return-2899-apmail-qpid-users-archive=qpid.apache.org@qpid.apache.org Sun Jun 20 05:36:34 2010 Return-Path: Delivered-To: apmail-qpid-users-archive@www.apache.org Received: (qmail 39767 invoked from network); 20 Jun 2010 05:36:34 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 20 Jun 2010 05:36:34 -0000 Received: (qmail 86784 invoked by uid 500); 20 Jun 2010 05:36:33 -0000 Delivered-To: apmail-qpid-users-archive@qpid.apache.org Received: (qmail 86486 invoked by uid 500); 20 Jun 2010 05:36:30 -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 86478 invoked by uid 99); 20 Jun 2010 05:36:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Jun 2010 05:36:29 +0000 X-ASF-Spam-Status: No, hits=2.3 required=10.0 tests=AWL,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of vshailesh@gmail.com designates 209.85.211.192 as permitted sender) Received: from [209.85.211.192] (HELO mail-yw0-f192.google.com) (209.85.211.192) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Jun 2010 05:36:23 +0000 Received: by ywh30 with SMTP id 30so2330229ywh.24 for ; Sat, 19 Jun 2010 22:36:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=ZxsCZ1sw2AXdFkxrqLvljf5dd0nTbSkICM6ieSI63NY=; b=YmNhVcO7GnUYM7kRos/+7m2bWfIuJH6mgVkeSRpnWSyGwMbH3wEsoBALYwv4dqIgvx gj20xxDcgITam7KP4aHB/T1BrI9tOcFvZw/3saCNvejNmHYenvX6ihlxwhXvBT9n5iT9 CddN0vpanp+92bA19kNVY91SGPmqFQRDwDiYY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=nhAPS8dIs5E3B+0aWb7KrbpWVajeynPRMfYMk/AmzW2CqIMWEyWsxQnM5eAyiJ78cD d0Dvo2D/n+hVsHOXK/PwP29Lmr3h/cBzGUoNIfCi9zBM7hCZdnWK3YTmLR5JrgG5ZduT 4ckFOWcnqqc4LRFzH8SiL/CfhYS0975Rlcjt0= MIME-Version: 1.0 Received: by 10.101.6.18 with SMTP id j18mr2518621ani.12.1277012162216; Sat, 19 Jun 2010 22:36:02 -0700 (PDT) Received: by 10.100.28.17 with HTTP; Sat, 19 Jun 2010 22:36:02 -0700 (PDT) Date: Sat, 19 Jun 2010 22:36:02 -0700 Message-ID: Subject: How do I move a message between 2 queues? From: shailesh To: users@qpid.apache.org Content-Type: multipart/alternative; boundary=001636c5bd104d852004896f90e9 --001636c5bd104d852004896f90e9 Content-Type: text/plain; charset=ISO-8859-1 I have an application built around a topic exchange. ( using the C++ API talking to a C++ qpid broker [0.6] ) I need my application to be able to move a specific message between two queues i.e., I need a message to be "accepted" from Q1 and "published" to Q2, ideally as a single "transaction" that can be committed or rolled back. Can anyone suggest a method to achieve this using qpid 0.6 ? Regards, --Shailesh --001636c5bd104d852004896f90e9--