rbeckman-nextgen / test-mc5

0 stars 0 forks source link

Multiple destination ordering is not honored in Mule #4

Closed rbeckman-nextgen closed 4 years ago

rbeckman-nextgen commented 4 years ago

When creating a Router channel with multiple destinations, only the filters and transformers are fired in order. The actual Mule updates are done in parallel.

Imported Issue. Original Details: Jira Issue Key: MIRTH-20 Reporter: chrisl Created: 2006-09-08T13:33:16.000-0700

rbeckman-nextgen commented 4 years ago

The fix for this is to specify all channels with multiple destinations are synchronized (mule-config.xml, ). This needs to be updated in the mule-configuration builder.xml.

Imported Comment. Original Details: Author: chrisl Created: 2006-09-11T03:36:55.000-0700

rbeckman-nextgen commented 4 years ago

Updated MuleConfigurationBuilder to include this attribute.

Imported Comment. Original Details: Author: geraldb Created: 2006-09-11T06:55:00.000-0700

rbeckman-nextgen commented 4 years ago

Check 1.2.0 code to ensure Synchronization behaves as expected (correct threading model in Mule).

Imported Comment. Original Details: Author: chrisl Created: 2006-09-13T14:33:08.000-0700

rbeckman-nextgen commented 4 years ago

This has been fixed but need to be tested.

Imported Comment. Original Details: Author: geraldb Created: 2006-09-21T07:52:59.000-0700