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 DCD75186BF for ; Wed, 2 Dec 2015 13:22:35 +0000 (UTC) Received: (qmail 39269 invoked by uid 500); 2 Dec 2015 13:22:35 -0000 Delivered-To: apmail-qpid-users-archive@qpid.apache.org Received: (qmail 39235 invoked by uid 500); 2 Dec 2015 13:22:35 -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 39222 invoked by uid 99); 2 Dec 2015 13:22:35 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Dec 2015 13:22:35 +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 CD13D180975 for ; Wed, 2 Dec 2015 13:22:34 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.576 X-Spam-Level: X-Spam-Status: No, score=-0.576 tagged_above=-999 required=6.31 tests=[RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.554, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id 6gkCTC3hptdK for ; Wed, 2 Dec 2015 13:22:33 +0000 (UTC) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTPS id 8ED4F2160F for ; Wed, 2 Dec 2015 13:22:33 +0000 (UTC) Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (Postfix) with ESMTPS id EFEA342E5B2 for ; Wed, 2 Dec 2015 13:22:31 +0000 (UTC) Received: from dhcp-97-76.bos.redhat.com ([10.18.97.154]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id tB2DMVsl030240 for ; Wed, 2 Dec 2015 08:22:31 -0500 Message-ID: <565EF097.3010803@redhat.com> Date: Wed, 02 Dec 2015 08:22:31 -0500 From: Ted Ross User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: users@qpid.apache.org Subject: Re: qpid dispatch & transaction References: In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.68 on 10.5.11.23 As Jack correctly pointed out, this is currently a missing feature in Dispatch Router. There is a Jira (https://issues.apache.org/jira/browse/DISPATCH-195) open to track the issue. In your use case, are you using routed links (i.e. with linkRoutePattern in your router configuration)? Also, since your use case involves a database, are you expecting support for XA or distributed transactions? We plan to add local transactions (client-to-broker, or endpoint-to-endpoint) in the near future but distributed transactions will take longer. -Ted On 12/01/2015 06:52 PM, Olivier Mallassi wrote: > hello all > > I was wondering if qpid dispatch was supporting trnasaction. in fact the > pattern I would need to implement is the following (a classic one) > > Publisher (java/c++) > beginTransaction > insert rdbms > publish msg > commit > > the amqp infra would be dispatch + java qpid broker. > > I assume it works. Can someone confirm please? > > Thx for your help > > olivier. > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org For additional commands, e-mail: users-help@qpid.apache.org