3 Replies Latest reply on Aug 8, 2007 7:56 PM by marklittle

    Transactions Priority Support

    gleotta

      Hi, i need some kind of transactions priority support for my applications.
      I have been searching in the documentation about this feature but i found nothing.
      I have critical and low application transactions. Thus i would like if JbossTS addresses this problem also i would like if this is configurable by xml descriptors or by programming.

      Thanks a lot.

        • 1. Re: Transactions Priority Support
          marklittle

          What do you mean by "transactions priority"?

          • 2. Re: Transactions Priority Support
            pearson

            For example, suppose there are two distinct and concurrent transactions to execute in the Applications Server, so it might choose first one which to execute because that transaction have higher priority than the another transaction.
            The idea is i could assign more priority (it means that Applications Server choose it first) to ones transactions than another by configuration or by programming.

            • 3. Re: Transactions Priority Support
              marklittle

              There is no direct support for this within JBossTS, but you could implement it within your application. After all, it's the application that is dictating the priorities in the first place (at least from the sounds of it).