Hi,

Just for a better understanding of the issue, assuming I have an item AAPL, what would be a best practice to remove the item when no subscribers for this item any more?
for example would a ConcurentHashMap<ItemNameString, CounterInteger> subscriptions... would be a good way to go?

Thanks,

Gal