This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Architect Certification (SCEA/OCMJEA) and the fly likes JMS or not ? Order fulfilment system Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Certification » Architect Certification (SCEA/OCMJEA)
Reply Bookmark "JMS or not ? Order fulfilment system" Watch "JMS or not ? Order fulfilment system" New topic
Author

JMS or not ? Order fulfilment system

Russell
Greenhorn

Joined: Oct 07, 2002
Posts: 1
Consider a scenario..
An online store is looking to implement an order fulfilment system. The order booking/sales system must be isolated from the order fulfilment system. Which one do you think is the best ?
1. A system which works against a set of RDBMS tables populated by the order collection system(sales on web tier). This is technically isolated as it can run in batches at regular intervals and has all transaction support from the RDBMS.
2. A JMS based solution. Here also, the advantage is loose coupling between the two systems. The disadvantage is that the extra license cost of JMS MOM implementation etc.
I have feeling that the first solution is the best.
Please let me have your views.
Thanks
-Russell
Arpitha Reddy
Greenhorn

Joined: Oct 04, 2000
Posts: 20
Hi,
JMS solution would definitely be better for scalability. So, more information on scenario is required to make a call.
Arpitha
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: JMS or not ? Order fulfilment system
 
Similar Threads
jms external client
Abt Question from Success Guide
Non Functional Requirements for Part 2
some unsure questions on phase 1
Best way to connect/save to two Databases on one page?