nothing wrong with my research, maybe you should investigate more on your side.
do you know the purpose of a MoM ? quote feeds are probably the worst application of such a technology. Query based tech are better fitted than MoM tech for such an application. As for overhead, I do not disagree, both are costly, but for most pre-trade applications that can kind of "high" cost is not that meaningful, so a REST query is perfectly acceptable and recommended to get quotes.
If you want speed and no delay, then it's not MoM, but direct streaming of data through the network pipe, a listener on the client side, and a pipe stream of quotes being emitted from the server side. After all, quote feeds are nothing more than a continuous ticker that is "printed" as trades happens.
Even a fast flat file ETL can do a better job than MoM. Actually, I think one infamous company is doing exactly that for the major Exchanges.