summaryrefslogtreecommitdiff
path: root/qpid/doc/book/src/java-broker/Java-Broker-Stores-Memory-Store.xml
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/doc/book/src/java-broker/Java-Broker-Stores-Memory-Store.xml')
-rw-r--r--qpid/doc/book/src/java-broker/Java-Broker-Stores-Memory-Store.xml36
1 files changed, 11 insertions, 25 deletions
diff --git a/qpid/doc/book/src/java-broker/Java-Broker-Stores-Memory-Store.xml b/qpid/doc/book/src/java-broker/Java-Broker-Stores-Memory-Store.xml
index b8694f3315..cb04929e0c 100644
--- a/qpid/doc/book/src/java-broker/Java-Broker-Stores-Memory-Store.xml
+++ b/qpid/doc/book/src/java-broker/Java-Broker-Stores-Memory-Store.xml
@@ -21,7 +21,7 @@
-->
<section id="Java-Broker-Stores-Memory-Store">
- <title>Memory Store</title>
+ <title>Memory Message Store</title>
<para>
The Java broker has an in-memory message store implementation.
This section will detail configuration for using the MemoryMessageStore.
@@ -32,30 +32,16 @@
ability to store new messages will be entirely constrained by the JVM heap size.
</para>
- <section role="h3" id="Java-Broker-Stores-Memory-Store-Configuration">
- <title>Configuration</title>
- <para>
- In order to use the MemoryMessageStore, you must configure it for each VirtualHost desired by updating the store element
- to specify the associated store class, as shown below.
- </para>
-
- <example>
- <title>Configuring a VirtualHost to use the MemoryMessageStore</title>
- <programlisting><![CDATA[
-<virtualhosts>
- <virtualhost>
- <name>vhostname</name>
- <vhostname>
- <store>
- <class>org.apache.qpid.server.store.MemoryMessageStore</class
- </store>
- ...
- </vhostname>
- </virtualhost>
-</virtualhosts>
-]]></programlisting>
- </example>
- </section>
+ <para>
+ The MemoryMessageStore can be selected on Virtual Host creation
+ via <link linkend="Java-Broker-Configuring-And-Managing-REST-API">REST Management interfaces</link>
+ and <link linkend="Java-Broker-Configuring-And-Managing-Web-Console">Web Management Console</link>.
+ For details, see <xref linkend="Java-Broker-Virtual-Hosts"/>.
+ </para>
+ <para>
+ Alternatively, the MemoryMessageStore can configured in Virtual Host configuration xml.
+ For details, see <xref linkend="Java-Broker-Stores-Memory-Store-Configuration"/>.
+ </para>
</section>