I have a small test suite for JMS. I deliver several thousand messages to a
queue and then read those messages. I am using transacted sessions. The messages
are delivered without problem. The messages are consumed and committed by a
receiver. If I run the receiver again the messages will not be delivered a
second time. Everything is correct at this point. If I then restart JBoss and
run my receiver again all the the messages that were previously delivered will
be redelivered with the redelivery flag set to false. I am just using the
factory and queues that come configured in JBoss, QueueConnectionFactory and one
of the named queues A, B , or C. Is this a configuration issue or does JBossMQ
not work. These programs have worked with several other JMS providers. 

If JBossMQ does not work does anyone know how to configure OpenJMS as the
default provider in JBoss.


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to