Re: Send 'cache' on connect

2010-01-24 Thread Ivan
http://activemq.apache.org/per-destination-policies.html Define a FixedCountSubscriptionRecoveryPolicy and set MaximumSize should work, however, it may affect the efficiency. 2010/1/23 typisk > > Hey. > > Basically I want to configure topics to be cached and let's consumers > query that cache on

Send 'cache' on connect

2010-01-23 Thread typisk
Hey. Basically I want to configure topics to be cached and let's consumers query that cache on connect. I'm going to use STOMP protocol, and the client is javascript. (Webapplication). This is very useful in GUI applications where a GUI can come up after the server has published something - the