Posted: Wed Feb 17, 2010 10:29 am Post subject: WMB Design Pattern/Framework
Disciple
Joined: 18 Apr 2005 Posts: 179
Hey Guys,
We have a Front end service which will need CRUD services from WMB. Backend is just the database. The interaction is currently through MQ. We will have 2 hearders to strip before getting the payload.
There are about 40 tables(highly normalized form) at the backend DB2.
We are in the Design Phase. We want to develop a framework so that in future any application can utilize our services.
How atomic should our (sub)flows be?
What are the design frameworks available for this kind of interaction. We have custom built audit log and error handling ready to use.
PS:The main focus is on "search queries" and all our services are synchronous.
As well you need to think about speed and scalability of each of your components... if possible independent scalability of the components...
Think
xxx -> MQ -> MQ->J2EE(JMS+JDBC)->DB
This lets you scale each component independently and does not hold MQ to the timeout of the DB. At the same time it provides you with decent speed and scalability throughout. _________________ MQ & Broker admin
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum