• S
    Fix DefaultSubscriptionRegistry when using pattern destinations · 1054080b
    Sebastien Deleuze 提交于
    DestinationCache is now used for both plain and pattern
    destinations. It stores internally the subscriptions map for each
    cached destination. Subscriptions are initially created when there
    is no cache for the requested destination, and are updated when
    subscriptions change.
    
    Issue: SPR-11657
    1054080b
DefaultSubscriptionRegistry.java 9.3 KB