BiZtalk SOA realtime data
hi,
currently have 2 systems connected point point using stored procedure.
we have remove point point integration using biztalk , soa. system "a" getting real time data system "b" using stored procedure. if want put biztalk middleware , still want have same performance should best approach.
ayaz shaikh
hi mohammed,
there 2 ways
- using wcf service-> use wcf service instead of using biztalk data. have better performance , have services data can further enhance support lob apps.
- using biztalk -> needs request/response solution in biztalk. if using biztalk 2006 can following
- create biztalk orchestration request response mode
- call stored procedure using .net custom class better response time, can use sql/oracle adapter fetch data not recommend here.
- expose .net web service
- perform database tuning achieve low latency solution described in blog. at http://alamnaushad.wordpress.com/2010/12/07/basic-changes-for-low-latency-1/
if using biztalk 2009 or biztalk 2010, recommend using wcf services/biztalk orchestrations.
naushad alam
http://alamnaushad.wordpress.com/
mcts biztalk server http://alamnaushad.wordpress.com if answers question please mark.
BizTalk Server > BizTalk Server General
Comments
Post a Comment