diff --git a/src/Spring/Spring.Messaging.Nms/Messaging/Nms/Core/INmsOperations.cs b/src/Spring/Spring.Messaging.Nms/Messaging/Nms/Core/INmsOperations.cs index a853185e..bb0b91d0 100644 --- a/src/Spring/Spring.Messaging.Nms/Messaging/Nms/Core/INmsOperations.cs +++ b/src/Spring/Spring.Messaging.Nms/Messaging/Nms/Core/INmsOperations.cs @@ -22,39 +22,41 @@ using Apache.NMS; namespace Spring.Messaging.Nms.Core { - /// Specifies a basic set of NMS operations. - /// - /// - ///

Implemented by NmsTemplate. Not often used but a useful option - /// to enhance testability, as it can easily be mocked or stubbed.

- /// - ///

Provides NmsTemplate's send(..) and - /// receive(..) methods that mirror various NMS API methods. - /// See the NMS specification and NMS API docs for details on those methods. - ///

- ///
- /// Mark Pollack - /// Juergen Hoeller - /// Mark Pollack (.NET) + /// + /// Specifies a basic set of NMS operations. + /// + /// + ///

Implemented by NmsTemplate. Not often used but a useful option + /// to enhance testability, as it can easily be mocked or stubbed.

+ ///

Provides NmsTemplate's + /// send(..) and + /// receive(..) methods that mirror various NMS API methods. + /// See the NMS specification and NMS API docs for details on those methods. + ///

+ ///
+ /// Mark Pollack + /// Juergen Hoeller + /// Mark Pollack (.NET) public interface INmsOperations { - /// Execute the action specified by the given action object within - /// a NMS Session. - /// - /// - /// callback object that exposes the session - /// - /// the result object from working with the session - /// - /// NMSException if there is any problem - object Execute(ISessionCallback action); - - /// Execute the action specified by the given action object within + /// + /// Execute the action specified by the given action object within + /// a NMS Session. + /// + /// callback object that exposes the session + /// + /// the result object from working with the session + /// + /// NMSException if there is any problem + object Execute(ISessionCallback action); + + /// + /// Execute the action specified by the given action object within /// a NMS Session. /// - /// /// delegate that exposes the session - /// the result object from working with the session + /// + /// the result object from working with the session /// /// NMSException if there is any problem object Execute(SessionDelegate del); diff --git a/src/Spring/Spring.Messaging.Nms/Messaging/Nms/Core/MessagePostProcessorDelegate.cs b/src/Spring/Spring.Messaging.Nms/Messaging/Nms/Core/MessagePostProcessorDelegate.cs index 33fd8e0d..7eeb773a 100644 --- a/src/Spring/Spring.Messaging.Nms/Messaging/Nms/Core/MessagePostProcessorDelegate.cs +++ b/src/Spring/Spring.Messaging.Nms/Messaging/Nms/Core/MessagePostProcessorDelegate.cs @@ -27,6 +27,7 @@ namespace Spring.Messaging.Nms.Core /// Delegate that is used with NmsTemplate's ConvertAndSend method that converts /// an object. /// + /// /// It allows for further modification of the message after it has been processed /// by the converter. This is useful for setting of NMS Header and Properties. /// diff --git a/test/Spring/Spring.Messaging.Nms.Tests/Messaging/Nms/Config/NmsNamespaceHandlerTests.cs b/test/Spring/Spring.Messaging.Nms.Tests/Messaging/Nms/Config/NmsNamespaceHandlerTests.cs index d79fd4f8..3451e2f4 100644 --- a/test/Spring/Spring.Messaging.Nms.Tests/Messaging/Nms/Config/NmsNamespaceHandlerTests.cs +++ b/test/Spring/Spring.Messaging.Nms.Tests/Messaging/Nms/Config/NmsNamespaceHandlerTests.cs @@ -45,7 +45,7 @@ namespace Spring.Messaging.Nms.Config public class NmsNamespaceHandlerTests { - private static string DEFAULT_CONNECTION_FACTORY = "connectionFactory"; + private static string DEFAULT_CONNECTION_FACTORY = "ConnectionFactory"; private static string EXPLICIT_CONNECTION_FACTORY = "testConnectionFactory"; diff --git a/test/Spring/Spring.Messaging.Nms.Tests/Messaging/Nms/Config/NmsNamespaceHandlerTests.xml b/test/Spring/Spring.Messaging.Nms.Tests/Messaging/Nms/Config/NmsNamespaceHandlerTests.xml index 905a91ea..85d88e3c 100644 --- a/test/Spring/Spring.Messaging.Nms.Tests/Messaging/Nms/Config/NmsNamespaceHandlerTests.xml +++ b/test/Spring/Spring.Messaging.Nms.Tests/Messaging/Nms/Config/NmsNamespaceHandlerTests.xml @@ -16,7 +16,7 @@ - + diff --git a/test/Spring/Spring.Messaging.Nms.Tests/Spring.Messaging.Nms.Tests.dll.config b/test/Spring/Spring.Messaging.Nms.Tests/Spring.Messaging.Nms.Tests.dll.config index 89bfe571..21d4012c 100644 --- a/test/Spring/Spring.Messaging.Nms.Tests/Spring.Messaging.Nms.Tests.dll.config +++ b/test/Spring/Spring.Messaging.Nms.Tests/Spring.Messaging.Nms.Tests.dll.config @@ -25,7 +25,7 @@ limitations under the License. - +