2 Replies Latest reply on Oct 1, 2012 3:29 PM by menjivar88

    Use of TestMessageStore

    menjivar88

      Hi,

       

      In many quickstarts i have found the services are using this action:  org.jboss.soa.esb.actions.TestMessageStore

       

      but i don't really understand what it's for, could someone explain me it's use??

       

      i have found it at the start and at the end of the action life cycle.

       

      Regards

      Carlos

        • 1. Re: Use of TestMessageStore
          tcunning

          Test message store copies the message contents to a test message store.     We run the quickstarts and verify their results in our internal integration test suite and use TestMessageStore to store the contents so we can verify the results at the end of the action chain.

           

          If you aren't doing a lot of testing, you don't need it, but it's a useful action if you do want to test your .esb archives.

          • 2. Re: Use of TestMessageStore
            menjivar88

            where is that internal integration test suite ??

             

            and how could it help me when i'm doing a test ??