Need design pattern advice
HI all,
Im trying to create a single router application that routes transactions to a number of Processing applications. Both applications reside on different machines. Upon system start up of the Processing application, the router will be notified and will register this application to its local registry.
When a transaction comes in, the router will redirect transactions to the processing applications depending on the processing applications load factor.
Im using jgroups and ha-jdbc to help me with group notification, how ever, i would like to know the best pattern to be used on Router applicaiton and Processing application.
Thanks in advance.

