I have an application that collects data, and I need information on developing a queue service for interacting with various web applications.
I thought about using a centralized database, but I think this idea might be redundant.
Is there a global cache object at the web service level that my application can access, as well as click and pull data?
source
share