Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 10586 invoked from network); 4 Feb 2008 21:02:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Feb 2008 21:02:08 -0000 Received: (qmail 61804 invoked by uid 500); 4 Feb 2008 21:01:58 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 61756 invoked by uid 500); 4 Feb 2008 21:01:58 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 61741 invoked by uid 99); 4 Feb 2008 21:01:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Feb 2008 13:01:58 -0800 X-ASF-Spam-Status: No, hits=-99.8 required=10.0 tests=ALL_TRUSTED,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Feb 2008 21:01:30 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 61783714073 for ; Mon, 4 Feb 2008 13:01:37 -0800 (PST) Message-ID: <25388200.1202158897390.JavaMail.jira@brutus> Date: Mon, 4 Feb 2008 13:01:37 -0800 (PST) From: "Tomasz Mazan (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Issue Comment Edited: (GERONIMO-3783) MessageDrivenBean delivery problem In-Reply-To: <7060579.1201197515589.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/GERONIMO-3783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12565525#action_12565525 ] beniamin edited comment on GERONIMO-3783 at 2/4/08 1:00 PM: ---------------------------------------------------------------- I've edited deployment plan and finally have RAs like below:
	
		
			MessageReceiversMDB
			true
			
				DefaultWorkManager
			
		
		 
			
				javax.jms.ConnectionFactory
				
					MRConnectionFactory
					
						
							
						
						
							20
							5000
							
						
					
				
			
		
	
	
		
			MessageSender
			
				DefaultWorkManager
			
		
		 
			
				javax.jms.ConnectionFactory
				
					MSConnectionFactory
					
						
							
						
						
							20
							5000
							
						
					
				
			
		
	
It's not working if maxSessions not equals maxMessagesPerSessions was (Author: beniamin): I've edited deployment plan and finally have RAs like below: MessageReceiversMDB true DefaultWorkManager javax.jms.ConnectionFactory MRConnectionFactory 20 5000 MessageSender DefaultWorkManager javax.jms.ConnectionFactory MSConnectionFactory 20 5000 It's not working if maxSessions not equals maxMessagesPerSessions > MessageDrivenBean delivery problem > ---------------------------------- > > Key: GERONIMO-3783 > URL: https://issues.apache.org/jira/browse/GERONIMO-3783 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: ActiveMQ > Affects Versions: 2.1 > Environment: Windows XP Professional, 2GB ram, Java6SE, Geronimo 2.1-snapshot (2008-01-02) > Reporter: Tomasz Mazan > Priority: Critical > Attachments: mdb-issue.zip > > > MessageDrivenBean that listens on the Queue receive (and process) some messages and then stop receiving any new message until next module's restart. > After restart a few next messages are delivered to MDB, and it stops again. > Some additional information I put here http://www.nabble.com/Strange-plug-with-delivering-messages-to-MDB-td14923100s134.html -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.