0 Replies Latest reply on Apr 15, 2013 4:29 AM by antalvarga

    Jboss thread pools

    antalvarga

      Hi everyone!

       

       

      Currently we have an applications using more than 100 threads. These treads actually totaly separated, there is no massaging between them.

      These threads just call SQL stored procedures, where the buisniss logic is.

       

      We would like to use Jboss thread pools to handle these separate SQL calls with a Jboss failover cluster.

       

      Our system is now on Jboss EAP6

       

      Can anyone help how to access the Jboss pool from Java side?