2 Replies Latest reply on Nov 1, 2005 9:29 PM by jaikiran

    Stopping message re-delivery in JBoss-3.2.3

    jaikiran

      Hi,
      I have been trying to stop redelivery of messages in Jboss-3.2.3. Havent met success so far. Have tried out the following ways:

      1) Tried out CLIENT_ACKNOWLEDGE. This does NOT work, since i have MDBs.

      2) Tried specifying REDELIVERY_LIMIT in config files of the queues. This too does NOT work since, this attribute is NOT supported in JBoss-3.2.3.

      Is there any way in which i can stop redelivery of messages in JBoss-3.2.3 or is it that this is not supported in this version of JBoss?

      I am using Queues and MDBs in my application.

      Thank you.