summaryrefslogtreecommitdiff
path: root/documentation/content/xdocs/Java Broker Design - MessageStore.html
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/content/xdocs/Java Broker Design - MessageStore.html')
-rwxr-xr-xdocumentation/content/xdocs/Java Broker Design - MessageStore.html39
1 files changed, 39 insertions, 0 deletions
diff --git a/documentation/content/xdocs/Java Broker Design - MessageStore.html b/documentation/content/xdocs/Java Broker Design - MessageStore.html
new file mode 100755
index 0000000000..01e45bd524
--- /dev/null
+++ b/documentation/content/xdocs/Java Broker Design - MessageStore.html
@@ -0,0 +1,39 @@
+<html>
+ <head>
+ <title>Apache Qpid : Java Broker Design - MessageStore</title>
+ <link rel="stylesheet" href="styles/site.css" type="text/css" />
+ <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
+ </head>
+
+ <body>
+ <table class="pagecontent" border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#ffffff">
+ <tr>
+ <td valign="top" class="pagebody">
+ <div class="pageheader">
+ <span class="pagetitle">
+ Apache Qpid : Java Broker Design - MessageStore
+ </span>
+ </div>
+ <div class="pagesubheading">
+ This page last changed on Jul 04, 2007 by <font color="#0050B2">ritchiem</font>.
+ </div>
+
+ <p>The MessageStore interface allows us to abstract the method by which the message data is stored within the broker.</p>
+
+<h3><a name="JavaBrokerDesign-MessageStore-Currentlyavailableimplementations"></a>Currently available implementations</h3>
+<ul><li><a href="BDBMessageStore (3rd Party).html" title="BDBMessageStore (3rd Party)">BDBMessageStore (3rd Party)</a></li><li><a href="JDBCStore.html" title="JDBCStore">JDBCStore</a></li><li><a href="MemoryMessageStore.html" title="MemoryMessageStore">MemoryMessageStore</a></li></ul>
+
+
+ </td>
+ </tr>
+ </table>
+ <table border="0" cellpadding="0" cellspacing="0" width="100%">
+ <tr>
+ <td height="12" background="border/border_bottom.gif"><img src="border/spacer.gif" width="1" height="1" border="0"/></td>
+ </tr>
+ <tr>
+ <td align="center"><font color="grey">Document generated by Confluence on Apr 22, 2008 02:47</font></td>
+ </tr>
+ </table>
+ </body>
+</html> \ No newline at end of file