[zeromq-dev] Last Image Caching w/0MQ?
Martin Sustrik
sustrik at fastmq.com
Tue Jul 28 16:24:01 CEST 2009
Hi Andrew,
> Is it possible to implement last image caching using 0MQ so it works
> similarly to this on ActiveMQ?
There's currently no such functionality. The point is that image caching
(last value cache) is heavily dependent on message matching facilities.
I.e. the node caching the values should be able to distinguish whether
two messages refer to the same stock or whether they are not related.
Once these are merged into the product, implementing a last value cache
will be trivial.
Martin
More information about the zeromq-dev
mailing list