Return-Path: Delivered-To: apmail-geronimo-activemq-users-archive@www.apache.org Received: (qmail 42134 invoked from network); 29 Mar 2006 20:43:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 Mar 2006 20:43:33 -0000 Received: (qmail 50769 invoked by uid 500); 29 Mar 2006 20:43:33 -0000 Delivered-To: apmail-geronimo-activemq-users-archive@geronimo.apache.org Received: (qmail 50751 invoked by uid 500); 29 Mar 2006 20:43:32 -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 50742 invoked by uid 99); 29 Mar 2006 20:43:32 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Mar 2006 12:43:32 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [72.29.121.162] (HELO heather.rwhmax.org) (72.29.121.162) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Mar 2006 12:43:32 -0800 Received: from modemcable029.23-81-70.mc.videotron.ca ([70.81.23.29] helo=[192.168.1.100]) by heather.rwhmax.org with esmtpa (Exim 4.52) id 1FOhVW-0000lY-Q8 for activemq-users@geronimo.apache.org; Wed, 29 Mar 2006 14:43:10 -0600 Message-ID: <442AF15B.8000300@trilliantnetworks.com> Date: Wed, 29 Mar 2006 15:43:07 -0500 From: "Claude Montpetit [Trilliant]" User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: activemq-users@geronimo.apache.org Subject: Lingo -- reconnecting a client to server Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - heather.rwhmax.org X-AntiAbuse: Original Domain - geronimo.apache.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - trilliantnetworks.com X-Source: X-Source-Args: X-Source-Dir: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, * I have a client and server interacting with Lingo. * The client issues an async message and "listens" to obtain the answer back. * The client crashes. Is there a way to restart my client and either resume waiting for the server response, or grabbing the answer if the server had completed? I understand that client uses a temporary queue to get the answer. So Is this possible with Lingo or will I do this with "pure" JMS queues or topic? (still new to JMS/Lingo so I hope this question is not too off-topic) -- Claude