1. 20 7月, 2013 4 次提交
  2. 19 7月, 2013 7 次提交
  3. 18 7月, 2013 9 次提交
  4. 17 7月, 2013 2 次提交
  5. 16 7月, 2013 2 次提交
  6. 15 7月, 2013 1 次提交
    • R
      Add support for sending private messages · 5d20b75d
      Rossen Stoyanchev 提交于
      The new UserDestinationMessageHandler resolves messages with
      destinations prefixed with "/user/{username}" and resolves them into a
      destination to which the user is currently subscribed by appending the
      user session id.
      
      For example a destination such as "/user/john/queue/trade-confirmation"
      would resolve "/trade-confirmation/i9oqdfzo" assuming "i9oqdfzo" is the
      user's session id.
      5d20b75d
  7. 14 7月, 2013 1 次提交
    • R
      Refactor and polish spring-messaging · 2a48ad88
      Rossen Stoyanchev 提交于
      Remove base class for STOMP-related message handler classes
      (AbstractSimpMessageHandler), polish subclasses and fix issues with
      more significant updates to STOMP broker relay.
      
      Introduce base class for SubscribableChannel implementations providing
      consistent logging for all channel implementations.
      2a48ad88
  8. 13 7月, 2013 4 次提交
  9. 11 7月, 2013 5 次提交
  10. 08 7月, 2013 2 次提交
    • R
      Remove mavenLocal (was temporarily added) · dbc904b6
      Rossen Stoyanchev 提交于
      dbc904b6
    • R
      Refactor SubscriptionRegistry · 3a2f5e71
      Rossen Stoyanchev 提交于
      The SubscriptionRegistry and implementations are now in a package
      together with SimpleBrokerWebMessageHandler and primarily support
      with matching subscriptions to messages. Subscriptions can contain
      patterns as supported by AntPathMatcher.
      
      StopmWebSocketHandler no longer keeps track of subscriptions and simply
      ignores messages without a subscription id, since it has no way of
      knowing broker-specific destination semantics for patterns.
      3a2f5e71
  11. 07 7月, 2013 1 次提交
  12. 06 7月, 2013 2 次提交