Issue Details (XML | Word | Printable)

Key: MULE-3627
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Critical Critical
Assignee: Ross Mason
Reporter: Angelo Bresci
Votes: 0
Watchers: 1
Operations

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

"Synchronous" attribute set on an inbound endpoint carries over into endpoints in catch-all strategy

Created: 15/Aug/08 02:44 PM   Updated: 01/Nov/08 03:04 AM
Component/s: Core: Configuration
Affects Version/s: 2.0.2
Fix Version/s: 2.1.1

Time Tracking:
Not Specified

File Attachments: 1. Text File DefaultInboundRouterCollection_patch.txt (1 kB)
2. Java Source File InboundRouterSynAsynClientTest.java (1 kB)
3. Java Source File InboundRouterSynAsynTestComponent.java (1 kB)
4. XML File oneInbrtSupport-syncAsyn.xml (2 kB)


Labels:
User impact: Medium
Effort points: 0.5


 Description  « Hide
Currently, the "synchronous" attribute on an endpoint affects Mule on the Event level (not the endpoint). This causes a problem when applying a forwarding catch-all strategy that forwards to the same endpoint, but tries to set it as "asynchronous".

In other words, under certain circumstances, a customer wants to forward messages from the default inbound endpoint to the same endpoint URL, but wants to make it asynchronous instead of synchronous. Unfortunately, "synchronous" is set on the event level, and setting the "synchronous" attribute on the second endpoint has no effect.

Weiwei has developed a quick fix (to DefaultInboundRouterCollection), and successfully applied it to the customer's installation. I will attach it to this record.

I will also post a config/test to demonstrate the issue as soon as it is available.



 All   Comments   Work Log   Change History   Transitions   FishEye      Sort Order: Ascending order - Click to sort in descending order
Daniel Feist added a comment - 22/Oct/08 07:51 AM
Is this fixed with the work you did Ross?

Ross Mason added a comment - 01/Nov/08 03:04 AM
this was fixed, I just forgot to close it