2 changed files with 21 additions and 2 deletions
@ -0,0 +1,19 @@
@@ -0,0 +1,19 @@
|
||||
<hazelcast xsi:schemaLocation="http://www.hazelcast.com/schema/config hazelcast-config-5.0.xsd" |
||||
xmlns="http://www.hazelcast.com/schema/config" |
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
||||
|
||||
<queue name="foobar"/> |
||||
|
||||
<map name="foobar"> |
||||
<time-to-live-seconds>3600</time-to-live-seconds> |
||||
<max-idle-seconds>600</max-idle-seconds> |
||||
</map> |
||||
|
||||
<network> |
||||
<join> |
||||
<auto-detection enabled="false" /> |
||||
<multicast enabled="false"/> |
||||
</join> |
||||
</network> |
||||
|
||||
</hazelcast> |
||||
Loading…
Reference in new issue