Easy Promotion of Context Properties
Posted by: David Hurtados Integration Traces,
on 07 Jul 2005 |
View original | Bookmarked: 0 time(s)
Abstract: Ive been dealing with context properties, and Ive discovered a couple of very useful tricks for promoting and routing.
some definitions:As youll probably know, there are two types of properties in the context of a message: properties based on field values (MessageDataPropertyBase) and properties not based on fields (MessageContextPropertyBased). Ill call the first ones Message Properties and the other ones Context Properties.
Message Properties based on message fields are automatically...