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
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
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