Issue Details (XML | Word | Printable)

Key: SPRNET-724
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Mark Pollack
Reporter: Demis Bellot
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Spring.NET

Spring.Messaging.NMS does not build in .NET 1.1

Created: 12/Sep/07 07:16 AM   Updated: 10/Oct/07 04:03 PM   Resolved: 10/Oct/07 04:03 PM
Component/s: None
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Original Estimate: 0d 0h 2m
Original Estimate - 0d 0h 2m
Remaining Estimate: 0d 0h 2m
Remaining Estimate - 0d 0h 2m
Time Spent: Not Specified
Time Spent - Not Specified


 Description  « Hide
Need to change:
            consumer.Listener += listener.OnMessage;
to
            consumer.Listener += new NMS.MessageListener(listener.OnMessage);

in SimpleMessageListenerContainer.cs, line: 61

Mark Pollack added a comment - 10/Oct/07 04:03 PM
thanks for reporting this issue.