Hello,

I have a JMS Queue and a MDB which are listen on this queue.

A JMS-clients sends 20 Messages to the queue. Know, the MDB is called exactly 
seven times. The onMessage Method is ended successfully.

After the Nr 7th of the MDB is ready with work, no more messages are sended to 
the Queue.

Is there any configuration Option, which I have not seen?


I'm using Gerionimo 2.0.1.

MDB is configured with annotations:
@MessageDriven(
        activationConfig =  {        
                @ActivationConfigProperty(propertyName = "destinationType", 
propertyValue = "javax.jms.Queue"),
                @ActivationConfigProperty(propertyName = "destination", 
propertyValue = "com.accumio.ae.engine/VorgangChangedQueue"),
                            }
              )


Thats all!

Thanks a lot!
Regards
Jochen
_________________________________________________________________________
In 5 Schritten zur eigenen Homepage. Jetzt Domain sichern und gestalten! 
Nur 3,99 EUR/Monat! http://www.maildomain.web.de/?mc=021114

Reply via email to