History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: MULE-3230
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Ross Mason
Reporter: Ross Mason
Votes: 0
Watchers: 0
Operations

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

When Mule Messages are written to VM queues, they retain old thread information

Created: 14/Apr/08 06:30 PM   Updated: 14/Apr/08 08:14 PM
Component/s: Transport: VM
Affects Version/s: 2.0.0
Fix Version/s: 2.0.1

Time Tracking:
Not Specified

Labels:
User impact: Medium


 Description  « Hide
This means when the message is consumed via connector.request() or MuleClient.request() the messages cannot be edited without causing a violation.
We need a new thread copy of a message on the Requestor (this is already done on the Dispatcher and receiver).

 All   Comments   Work Log   Change History   Transitions   FishEye      Sort Order: Ascending order - Click to sort in descending order
Ross Mason - 14/Apr/08 08:14 PM
Fixed with a test. see r11576