We have an application or a series of applications that listen to incoming 
feeds they then distribute this data in XML form to a number of queues.  
Another set of processes listen to these queues and process the messages. Order 
of processing is important in so far as related messages need to be processed 
in sequence hence today all related messages go to the same queue and are 
processed by the same queue consumer.

The idea would be replace the use of MQ with some kind of reliable distributed 
dispatch. Does Hadoop provide that?



Reply via email to