summaryrefslogtreecommitdiff
path: root/content/xdocs/Java Broker Design - MessageStore.html
blob: 01e45bd524768af4dc64038333a2f6fd3ec9ff87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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>