1. 04 9月, 2013 1 次提交
  2. 29 8月, 2013 1 次提交
  3. 20 8月, 2013 1 次提交
  4. 18 7月, 2013 1 次提交
  5. 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
  6. 13 7月, 2013 1 次提交
  7. 08 7月, 2013 1 次提交
    • 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
  8. 26 6月, 2013 1 次提交
    • R
      Introduce MessageHeader accessor types · 486b4101
      Rossen Stoyanchev 提交于
      A new type MessageHeaderAccesssor provides read/write access to
      MessageHeaders along with typed getter/setter methods along the lines
      of the existing MessageBuilder methods (internally MessageBuilder
      merely delegates to MessageHeaderAccessor). This class is extensible
      with sub-classes expected to provide typed getter/setter methods for
      specific categories of message headers.
      
      NativeMessageHeaderAccessor is one specific sub-class that further
      provides read/write access to headers from some external message
      source (e.g. STOMP headers). Native headers are stored in a separate
      MultiValueMap and kept under a specific key.
      486b4101
  9. 20 6月, 2013 1 次提交
    • R
      Add support for "system" STOMP session · 01c4e458
      Rossen Stoyanchev 提交于
      The "system" STOMP session is established at startup and can be used
      to send messages without a client session, e.g. to support broadcasting
      from a REST/HTTP handler method.
      01c4e458
  10. 19 6月, 2013 1 次提交
  11. 13 6月, 2013 3 次提交
  12. 12 6月, 2013 1 次提交
  13. 11 6月, 2013 2 次提交
  14. 10 6月, 2013 1 次提交
  15. 04 6月, 2013 1 次提交
  16. 31 5月, 2013 3 次提交