Configure EnableTransaction and IsolationLevel property in Business Rules for Dynamic Send Port

Posted by Vishal on Geeks with Blogs See other posts from Geeks with Blogs or by Vishal
Published on Wed, 31 Mar 2010 16:19:53 GMT Indexed on 2010/03/31 22:33 UTC
Read the original article Hit count: 533

Filed under:

Why do you want to add these properties to the BRE..??

                There is a lot of performance issue when using WCF adapters with Dynamic Send Port. Please check the below link for more info.
 
 
 
So if you are using ESB Toolkit 2.0 in your solution and you do not want to move towards static adapte then you can add the below line in your SetEndpointConfig value for BRE.
               
BindingType=xyzAdapterBinding&EnableTransaction=true&IsolationLevel=ReadCommited&BindingConfiguration=<bindingname=”xyzAdapterBinding" />
 
The IsolationLevel values can be:
  • Serializable
  • RepeatableRead
  • ReadCommited
  • ReadUncommited
  • Snapshot
  • Chaos
 
Below are few Business Rules Composer Screenshots.
 

© Geeks with Blogs or respective owner