Return-Path: list-help: list-unsubscribe: List-Post: List-Id: Mailing-List: contact cactus-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list cactus-user@jakarta.apache.org Received: (qmail 80272 invoked from network); 16 Jan 2004 06:47:49 -0000 Received: from unknown (HELO smtp.noos.fr) (212.198.2.119) by daedalus.apache.org with SMTP; 16 Jan 2004 06:47:49 -0000 Received: (qmail 18735 invoked by uid 0); 16 Jan 2004 06:47:59 -0000 Received: from unknown (HELO vma) ([195.132.245.195]) (envelope-sender ) by 212.198.2.119 (qmail-ldap-1.03) with SMTP for ; 16 Jan 2004 06:47:59 -0000 From: "Vincent Massol" To: "'Cactus Users List'" Cc: Subject: RE: JMS Issue - Threading? Date: Fri, 16 Jan 2004 07:47:51 +0100 Message-ID: <011401c3dbfc$a9b02240$2502a8c0@vma> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4024 Importance: Normal In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi Mike, > -----Original Message----- > From: Herrick, Mike [mailto:mike_herrick@mentorg.com] > Sent: 15 January 2004 22:32 > To: 'cactus-user@jakarta.apache.org' > Subject: JMS Issue - Threading? > > Hi, > > I'm pretty new to cactus/junitee. > > We are using junitee from about last Spring. Have not moved to cactus yet. > > I have a test that sends a message to a JMS Topic. > > 2 MDBs listen to this topic. 1 of them sends the message to a queue. > > The test asserts that the message gets there. It uses the synchronous > receive() method in JMS. > > This test works the first time, but then fails - the receive() method > times out. > > The odd thing is that I can see the MDB sending the message successfully > to the queue (in the log). > > I only see 2 threads in the log - a JMS Delivery Thread and the execute > thread. > > I think that most likely this is an issue with either WebLogic, SonicMQ > (our JMS provider) or the integration between them (Weblogic has a Foreign > JMS Server config), but wanted to ask if this could be something in > junitee. I think you posted to the wrong list... This is the cactus list, not the junitee one :-) Thanks -Vincent > > Anyone have any ideas? > > Thanks in advance. > > Mike > > --------------------------------------------------------------------- > To unsubscribe, e-mail: cactus-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: cactus-user-help@jakarta.apache.org