0 Replies Latest reply on Jul 28, 2011 12:59 AM by sripathys

    Data persistence using Jboss ESB and Application components

    sripathys

      we working on a product development where the data needs to persisted in real time into Data base ie MySQL. The volume of data is huge and Jboss ESB layer will be receiving this data through JMS interface.

       

      We have some concerns on the scalability and performance of JMS queus . The other approach we thought of using is

      that data will be delivered in a pre-determined format in a file or in a stream . Use a  ETL tool to extract and persist data in MySQL database.

       

      Apart from these two are there any better approaches within the JBoss ESB / Application servers to carry out these tasks.