1. 23 7月, 2013 2 次提交
  2. 22 7月, 2013 5 次提交
  3. 20 7月, 2013 10 次提交
  4. 19 7月, 2013 7 次提交
  5. 18 7月, 2013 9 次提交
  6. 17 7月, 2013 2 次提交
  7. 16 7月, 2013 2 次提交
  8. 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
  9. 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
  10. 13 7月, 2013 1 次提交