1 Reply Latest reply on Jun 27, 2016 2:53 AM by nadirx

    set InvocationBatching enabled in XML

    paul.henry

      Hi All,

       

      I have the following Configuration for my cache, currently set programatically.

       

                  Configuration configTest = new ConfigurationBuilder()

                          .invocationBatching()

                              .enable()

                          .build();

       

      I need to externalise this to an XML file, but am struggling to find the XML setting for enabling invocation batching.

       

      Is someone please able to provide me with the equivalent Config in XML.

       

      Cheers - Paul