summaryrefslogtreecommitdiff
path: root/content/xdocs/Configure the Broker via config.xml.html
blob: 5f430942fa09a99f0c4f2b7ad54dfc0fe8e70711 (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
40
41
42
43
44
45
46
47
48
49
50
51
<html>
    <head>
        <title>Apache Qpid : Configure the Broker via config.xml</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 : Configure the Broker via config.xml
                                                    </span>
				    </div>
				    <div class="pagesubheading">
					    This page last changed on Apr 08, 2008 by <font color="#0050B2">ritchiem</font>.
				    </div>

				    <h2><a name="ConfiguretheBrokerviaconfig.xml-Brokerconfig.xmlOverview"></a>Broker config.xml Overview</h2>

<p>The broker config.xml file which is shipped in the etc directory of any Qpid binary distribution details various options and configuration for the Java Qpid broker implementation.</p>

<p>In tandem with the virtualhosts.xml file, the config.xml file allows you to control much of the deployment detail for your Qpid broker in a flexible fashion. </p>

<p>Note that you can pass the config.xml you wish to use for your broker instance to the broker using the -c command line option. In turn, you can specify the paths for the broker password file and virtualhosts.xml files in your config.xml for simplicity.</p>

<p>For more information about command line configuration options please see <a href="http://cwiki.apache.org/confluence/display/qpid/Qpid+Design+-+Configuration" title="Visit page outside Confluence">Qpid Design - Configuration</a>.</p>

<h2><a name="ConfiguretheBrokerviaconfig.xml-QpidVersion"></a>Qpid Version</h2>

<p>The config format has changed between versions here you can find the configuration details on a per version basis.</p>

<p><a href="M2 - config.xml.html" title="M2 - config.xml">M2 &#45; config.xml</a><br/>
<a href="M2.1 - config.xml.html" title="M2.1 - config.xml">M2.1 &#45; config.xml</a></p>

				    
                    			    </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>