[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Delaying the delivery of message from the Queue to an MD

2005-06-09 Thread rubnix
I have the files correspoding to the JMS stored in the folder for the queue, /jboss/server/default/data/jbossmq/file/QUEUE.queue The messages that werent consumed before the server crash are still stored in that folder... and after the restart, are "consumed" because the queue configuration file

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Delaying the delivery of message from the Queue to an MD

2005-06-09 Thread rubnix
because the queue configuration is deployed in the server before the MDB, so the messages in the queue are consumed and not processed by the MDB.. Did you have this problem?? Any soluction? Regards Rubnix View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p

[JBoss-user] [Messaging, JMS & JBossMQ] - Queue deleted after restart

2005-05-31 Thread rubnix
Hi all, I'm using JBoss 3.2.0 and i have the following problem: I have a application with a strong load of messages received by a queue, those messages are enqueued, and i have configured the queue to not process more than 3 messages each time, so, the messages that arrives are enqueued. The pro