NO-JIRA: Improve docs on broker.xml
This commit is contained in:
parent
2aeb797108
commit
a349493963
|
@ -29,7 +29,10 @@ under the License.
|
||||||
|
|
||||||
<persistence-enabled>${persistence-enabled}</persistence-enabled>
|
<persistence-enabled>${persistence-enabled}</persistence-enabled>
|
||||||
|
|
||||||
<!-- this could be ASYNCIO or NIO
|
<!-- this could be ASYNCIO, MAPPED, NIO
|
||||||
|
ASYNCIO: Linux Libaio
|
||||||
|
MAPPED: mmap files
|
||||||
|
NIO: Plain Java Files
|
||||||
-->
|
-->
|
||||||
<journal-type>${journal.settings}</journal-type>
|
<journal-type>${journal.settings}</journal-type>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue