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 | 3265b0907db25becf5dad130a74b9fa20b82d4e5 (patch) | |
tree | 82082419198ba33b11f085f46fcc0650454d8dc9 /qpid/packaging | |
parent | f3737cc2b38d3a0494a64d1b5d618229a80651bd (diff) | |
download | qpid-python-3265b0907db25becf5dad130a74b9fa20b82d4e5.tar.gz |
Applied patch from QPID-2590.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1029675 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/packaging')
-rw-r--r-- | qpid/packaging/windows/INSTALL_NOTES.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/qpid/packaging/windows/INSTALL_NOTES.html b/qpid/packaging/windows/INSTALL_NOTES.html index f875844425..0eda0aa2fe 100644 --- a/qpid/packaging/windows/INSTALL_NOTES.html +++ b/qpid/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
|