Re: Fetch data from Oracle DB through BRE

Home Page Forums BizTalk 2004 – BizTalk 2010 Fetch data from Oracle DB through BRE Re: Fetch data from Oracle DB through BRE

#26087

Hi,

 

   To fetch data from Oracle through the BRE, I suggest you go through the instructions laid out in this blog:

http://thirteendaysaweek.com/2010/06/15/using-oracle-data-in-the-business-rules-engine/

 

   Regarding the messaging scenario without orchestration, you can look into using a MSMQ adapter with a custom receive pipeline component that calls your BRE policies. Here’s another blog that shows you an example of such an implementation:

http://blogs.msdn.com/b/paolos/archive/2011/06/01/a-broker-pipeline-component-for-end-to-end-ordered-delivery.aspx

 

   I hope this information can get you started and heading in the right direction.