fix minor documentation bug

fix setting of messageProducer in ProducerCreatorCallback
This commit is contained in:
markpollack
2008-06-17 02:07:30 +00:00
parent 24020e0f1b
commit d56ad5a9dc
3 changed files with 18 additions and 22 deletions

View File

@@ -41,9 +41,9 @@ namespace Spring.Messaging.Nms.IConnections
/// <param name="existingCon">the existing NMS IConnection to obtain a ISession for
/// (may be <code>null</code>)
/// </param>
/// <param name="acknowledgementMode">whether to allow for a local NMS transaction
/// <param name="synchedLocalTransactionAllowed">whether to allow for a local NMS transaction
/// that is synchronized with a Spring-managed transaction (where the main transaction
/// might be a JDBC-based one for a specific DataSource, for example), with the NMS
/// might be a ADO.NET-based one for a specific DataSource, for example), with the NMS
/// transaction committing right after the main transaction. If not allowed, the given
/// IConnectionFactory needs to handle transaction enlistment underneath the covers.
/// </param>

View File

@@ -1201,6 +1201,7 @@ namespace Spring.Messaging.Nms
public ProducerCreatorCallback(NmsTemplate jmsTemplate, IProducerCallback producerCallback)
{
this.jmsTemplate = jmsTemplate;
this.producerCallback = producerCallback;
}
public object DoInNms(ISession session)

View File

@@ -1,7 +1,7 @@
<VisualStudioProject>
<CSHARP
ProjectType = "Local"
ProductVersion = "7.10.3077"
ProductVersion = "7.10.6030"
SchemaVersion = "2.0"
ProjectGuid = "{C17B27C2-4343-45BA-9A21-73C3CEC19BAD}"
>
@@ -79,16 +79,6 @@
AssemblyName = "System.Xml"
HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.XML.dll"
/>
<Reference
Name = "Spring.Data"
AssemblyName = "Spring.Data"
HintPath = "..\..\..\lib\net\1.1\Spring.Data.dll"
/>
<Reference
Name = "ActiveMQ"
AssemblyName = "ActiveMQ"
HintPath = "..\..\..\lib\net\1.1\ActiveMQ.dll"
/>
<Reference
Name = "antlr.runtime"
AssemblyName = "antlr.runtime"
@@ -100,19 +90,24 @@
HintPath = "..\..\..\lib\net\1.1\Common.Logging.dll"
/>
<Reference
Name = "NMS"
AssemblyName = "NMS"
HintPath = "..\..\..\lib\net\1.1\NMS.dll"
Name = "Spring.Aop.2003"
Project = "{3A3A4E65-45A6-4B20-B460-0BEDC302C02C}"
Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
/>
<Reference
Name = "Spring.Aop"
AssemblyName = "Spring.Aop"
HintPath = "..\..\..\lib\net\1.1\Spring.Aop.dll"
Name = "Spring.Core.2003"
Project = "{710961A3-0DF4-49E4-A26E-F5B9C044AC84}"
Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
/>
<Reference
Name = "Spring.Core"
AssemblyName = "Spring.Core"
HintPath = "..\..\..\lib\net\1.1\Spring.Core.dll"
Name = "Spring.Data.2003"
Project = "{E10A3BED-795F-41CB-A4A8-8C4B342ACDDF}"
Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
/>
<Reference
Name = "Apache.NMS"
AssemblyName = "Apache.NMS"
HintPath = "..\..\..\lib\Net\1.1\Apache.NMS.dll"
/>
</References>
</Build>