File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes SOA and ESB and the fly likes Need help in design Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » SOA and ESB
Reply Bookmark "Need help in design" Watch "Need help in design" New topic
Author

Need help in design

Rizwan Mohammad
Ranch Hand

Joined: Sep 02, 2005
Posts: 445
Hi,

We have few applications in our enterprise one being the master. We have to send nearly one hundred thousand messages daily from master application to all dependent application using messaging service (via Webspher Message Broker) and we need to get response after successful consumption of messages for logging purpose.

Can you please suggest me the best design/architecture for this solution.

Note: Master application is developed in j2ee and hosted in websphere application server.

Thanks in advance for your suggestions.


Rizwan
SCJA, SCJP, SCWCD, SCBCD, SCDJWS.
Aniruddh Joshi
Ranch Hand

Joined: Jul 29, 2008
Posts: 275

ESB's like Mule are being used in the industry for such jobs these days.
They have elaborate message routers and frameworks.


Anrd
"One of the best things you could do is to simplify a larger application into a smaller one by reducing its process and complexity - Fowler"
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Need help in design
 
Similar Threads
Dreamcar Assgnment for Part II - Question regarding Business Domain Model
Problem involving Recursion In Java...
Bulk XML messages
Access jboss distributed cache in sequential manner
Should a project has only one Servlet?