diff options
| author | Stephen D. Huston <shuston@apache.org> | 2010-11-01 14:27:10 +0000 |
|---|---|---|
| committer | Stephen D. Huston <shuston@apache.org> | 2010-11-01 14:27:10 +0000 |
| commit | b18f00a7023d17bf05dca8075190c4d85cf31c02 (patch) | |
| tree | 2a1a84bf205a36127dc56b1872319f3b035afe01 | |
| parent | efa5e425f9c7334b9eedbcdfb1928ed0b396ec97 (diff) | |
| download | qpid-python-b18f00a7023d17bf05dca8075190c4d85cf31c02.tar.gz | |
Applied patch from QPID-2590.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1029675 13f79535-47bb-0310-9956-ffa450edef68
| -rw-r--r-- | packaging/windows/INSTALL_NOTES.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/packaging/windows/INSTALL_NOTES.html b/packaging/windows/INSTALL_NOTES.html index f875844425..0eda0aa2fe 100644 --- a/packaging/windows/INSTALL_NOTES.html +++ b/packaging/windows/INSTALL_NOTES.html @@ -86,6 +86,25 @@ gacutil -I "C:\Program Files\Apache\qpidc-0.6\bin\Apache.Qpid.Interop.dll" gacutil /u "Apache.Qpid.Channel"
gacutil /u "Apache.Qpid.Interop"
</pre>
+To use transactions with the WCF channel, you must enable the Microsoft Distributed Transaction Coordinator service and configure it to find and use the Qpid XA transaction module.
+<ul>
+<li>
+Update the PATH environment variable for services:
+right click <i>Computer</i>, select <i>Properties > Advanced System
+Settings > Environment Variables > System Variables</i> and add
+"C:\Program Files\Apache\qpidc-0.6\bin" to the PATH variable.
+<li>
+Following the instructions in
+<a href="http://support.microsoft.com/kb/817066">
+http://support.microsoft.com/kb/817066</a>,
+update the MSDTC security settings to allow XA transactions, and
+create an XADLL registry entry for "qpidxarm" with string (REG_SZ)
+value "C:\Program Files\Apache\qpidc-0.6\bin\qpidxarm.dll"
+<li>
+Open <i>Control Panel > Administrative Tools > Services</i> and start
+(or restart) the DTC service and make sure that the DTC service is set
+to start automatically when the system reboots.
+</ul>
<H2>Broker Persistence Module</H2>
<p>This release includes a new persistence module. The broker can use this
|
