Return-Path: Delivered-To: apmail-geronimo-activemq-users-archive@www.apache.org Received: (qmail 28288 invoked from network); 29 Dec 2006 03:16:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Dec 2006 03:16:45 -0000 Received: (qmail 28999 invoked by uid 500); 29 Dec 2006 03:14:03 -0000 Delivered-To: apmail-geronimo-activemq-users-archive@geronimo.apache.org Received: (qmail 28381 invoked by uid 500); 29 Dec 2006 03:14:00 -0000 Mailing-List: contact activemq-users-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-users@geronimo.apache.org Delivered-To: mailing list activemq-users@geronimo.apache.org Received: (qmail 27169 invoked by uid 99); 29 Dec 2006 03:13:53 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Dec 2006 19:13:53 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of lists@nabble.com designates 72.21.53.35 as permitted sender) Received: from [72.21.53.35] (HELO talk.nabble.com) (72.21.53.35) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Dec 2006 18:56:13 -0800 Received: from [72.21.53.38] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1H07uT-0007BE-8X for activemq-users@geronimo.apache.org; Thu, 28 Dec 2006 18:55:53 -0800 Message-ID: <8083206.post@talk.nabble.com> Date: Thu, 28 Dec 2006 18:55:53 -0800 (PST) From: Marlon Santos To: activemq-users@geronimo.apache.org Subject: Re: Reliable request/response In-Reply-To: <8074603.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: msantos@exist.com References: <8074603.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org Hi, Using http://activemq.org/site/advisory-message.html Advisory Messages can be of great help... Regards, Marlon Sagi Mann wrote: > > Hi, > From the reliability discussions of JMS, I was still unable to figure out > how to implement the following using ActiveMQ: > > A client (producer) simultaneously instructs 10 servers (consumers) to > perform some work by sending a message to each server's message queue. > Now, the client needs some sort of confirmation: either a certain server > completed the work -OR- some message did not reach the server and expired. > Needsless to say these confirmations are handled asynchronously. > > Does JMS/ActiveMQ provide some acknowledgement of these events? (afaik, > session acknowledgement mode does not reach the sender). I know I can > implement some temp queue for the replies, but that won't notify me of > expired messages! > > thanks... > -- View this message in context: http://www.nabble.com/Reliable-request-response-tf2890291.html#a8083206 Sent from the ActiveMQ - User mailing list archive at Nabble.com.