General properties
This is used with a number of generic configuration options. The config file code is as follows:
<properties> <property name="hazelcast.map.partition.count">271</property> <property name="hazelcast.jmx">true</property> </properties> config.setProperty("hazelcast.map.partition.count", "271"); config.setProperty("hazelcast.jmx", "true");