All Downloads are FREE. Search and download functionalities are using the official Maven repository.

herence.ce.coherence.14.1.1-0-15.source-code.management-config.xml Maven / Gradle / Ivy

There is a newer version: 24.03
Show newest version
<?xml version="1.0"?>
<!--
  Copyright (c) 2000, 2020, Oracle and/or its affiliates.

  Licensed under the Universal Permissive License v 1.0 as shown at
  http://oss.oracle.com/licenses/upl.
-->
<!--
Service configuration descriptor for the Management invocation service used by the
Coherence JMX framework.
-->
<config>
  <!--
   Use standard Java serialization regardless of the global settings specified
   in the ExternalizableHelper.xml descriptor.
  -->
  <serializer>
     <class-name>com.tangosol.io.DefaultSerializer</class-name>
  </serializer>
  <request-timeout>60m</request-timeout>
</config>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy