Re: [JBoss-user] Persistence Queue with Message Driven Bean

2001-05-27 Thread pra
PROTECTED]] Sent: Thursday, May 24, 2001 12:46 PM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] Persistence Queue with Message Driven Bean I am using JBoss 2.2.1. Here is some sample code from my client: //Get a handle to the JMS queue. Context context = new InitialContext

RE: [JBoss-user] Persistence Queue with Message Driven Bean

2001-05-25 Thread Howard Ginsburg
[mailto:[EMAIL PROTECTED]] Sent: Thursday, May 24, 2001 12:46 PM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] Persistence Queue with Message Driven Bean I am using JBoss 2.2.1. Here is some sample code from my client: //Get a handle to the JMS queue. Context context = new

RE: [JBoss-user] Persistence Queue with Message Driven Bean

2001-05-25 Thread Per Lewau
Message- From: Ginsburg, Howard [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 24, 2001 12:46 PM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] Persistence Queue with Message Driven Bean I am using JBoss 2.2.1. Here is some sample code from my client: //Get a handle to the JMS

RE: [JBoss-user] Persistence Queue with Message Driven Bean

2001-05-25 Thread Chree Haas
Subject: RE: [JBoss-user] Persistence Queue with Message Driven Bean I tried using a topic instead and am getting the same failed persistence. The jbossmq file for my topic does grow in size, but the messages never get sent to my mdb when the server restarts. Any additional thoughts would

RE: [JBoss-user] Persistence Queue with Message Driven Bean

2001-05-25 Thread Richard Hutton
PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Rama Rao Sent: Thursday, May 24, 2001 11:47 AM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Persistence Queue with Message Driven Bean Hi, That is the way it should work. Once you restart the server it should process all the messages

Re: [JBoss-user] Persistence Queue with Message Driven Bean

2001-05-24 Thread Rama Rao
Hi, That is the way it should work. Once you restart the server it should process all the messages. That is happening with us. Your XMLs seems to be OK. Which version of JBoss you are using? Can u post the few lines of code which puts the messages in queue? bye rama rao - Original Message

RE: [JBoss-user] Persistence Queue with Message Driven Bean

2001-05-24 Thread Howard Ginsburg
PROTECTED]' Subject: RE: [JBoss-user] Persistence Queue with Message Driven Bean I am using JBoss 2.2.1. Here is some sample code from my client: //Get a handle to the JMS queue. Context context = new InitialContext(); String QUEUE_FACTORY = QueueConnectionFactory