2 Replies Latest reply on May 9, 2013 11:50 AM by praveen.gaur

    JBoss SOA DB size and Messages

    praveen.gaur

      Hi,

      I want to know how JBoss Messaging works JBoss SOA ESB? Are the contents of messages being passed from one ESB service to another copied in SOA DB? If so, how can I switch it off (copying message to SOA DB)? What if my message size is very big (say 1 MB)? Won't it overload/choke the SOADB and reduce the performance manifolds?

       

      Appreciate responses!!

      Regards

        • 1. Re: JBoss SOA DB size and Messages
          tcunning

          Praveen,

           

          I'd think you would be more worried about message serialization than message persistence.       The Programmer's Guide handles both those topics, but if serialization is an issue, you can look into the InVM transport, which would cut back on serialization between services.

          1 of 1 people found this helpful
          • 2. Re: JBoss SOA DB size and Messages
            praveen.gaur

            Hi Cunningham,

            Many thanks for your crisp and very useful response. What are the dis-advantages of using inVM transport (apart from it being non-persistent, hence lacking the advantage of high availability)?

            Many thanks in advance..

            Regards

            Praveen