2 Replies Latest reply on Jan 29, 2006 4:51 AM by ravuthakumar

    how to avoid racing in asynchronize call in jboss

    ravuthakumar

      i am trigerring asynchronize process in my transaction. Is there any way
      to tell the jms queue deployed jboss when to start the async process.

      I want to delay the starting time of asynchronize process to let the current transacation finish.
      So that in Async process i want see records inserted as part of parent/current transaction.

      we are using JMS queue for asynchronition call.


      Thanks