1. 21 10月, 2014 1 次提交
  2. 18 10月, 2014 1 次提交
  3. 07 10月, 2014 1 次提交
  4. 30 9月, 2014 1 次提交
  5. 29 9月, 2014 2 次提交
    • J
      Polishing · cfd9fd68
      Juergen Hoeller 提交于
      cfd9fd68
    • S
      Restore sleep interval between recovery attempt · bb45fb45
      Stephane Nicoll 提交于
      Commit 6a048312 introduced a regression that lead to burst recovery
      attempts when the broker is up but the listener is failing for some
      reason (the most obvious one being that the destination does not
      exist).
      
      Since the sleep period between recovery attempts strategy is more
      complex, we can't just sleep for a period of time. But we can create
      an execution and apply it once which should work just fine for most
      use cases.
      
      Issue: SPR-12183
      bb45fb45
  6. 28 9月, 2014 1 次提交
  7. 18 9月, 2014 1 次提交
  8. 04 9月, 2014 1 次提交
  9. 03 9月, 2014 1 次提交
  10. 02 9月, 2014 1 次提交
  11. 01 9月, 2014 1 次提交
  12. 12 8月, 2014 1 次提交
  13. 11 8月, 2014 1 次提交
  14. 10 8月, 2014 1 次提交
    • J
      JmsMessagingTemplate uses local convertJmsException template method instead of... · c06ac06b
      Juergen Hoeller 提交于
      JmsMessagingTemplate uses local convertJmsException template method instead of generic MessagingExceptionTranslator interface
      
      This commit also turns MessagingException into a NestedRuntimeException subclass which delivers a root message that has the cause message appended to it. That's a common expectation with the use of Spring exceptions since all of our exception hierarchies have historically been designed that way.
      
      Issue: SPR-12064
      Issue: SPR-12038
      c06ac06b
  15. 09 8月, 2014 1 次提交
  16. 08 8月, 2014 2 次提交
  17. 04 8月, 2014 1 次提交
  18. 01 8月, 2014 1 次提交
    • S
      Move JmsHandlerMethodFactory to spring-messaging · 7d1e33d8
      Stephane Nicoll 提交于
      This commit moves JmsHandlerMethodFactory and its default
      implementation to the messaging abstraction. Working on a similar
      support for AMQP revealed that this factory has nothing that is JMS
      specific and is exactly identical in the case of AMQP.
      
      Issue: SPR-12053
      7d1e33d8
  19. 30 7月, 2014 1 次提交
  20. 29 7月, 2014 3 次提交
  21. 28 7月, 2014 2 次提交
    • J
      JmsListener/ScheduledAnnotationBeanPostProcessor uses... · 92c657e1
      Juergen Hoeller 提交于
      JmsListener/ScheduledAnnotationBeanPostProcessor uses SmartInitializingSingleton instead of ContextRefreshedEvent
      
      Also reducing the container dependencies to BeanFactory instead of ApplicationContext, wherever possible.
      
      Issue: SPR-12039
      92c657e1
    • S
      Jms request/reply operations · b6389a6c
      Stephane Nicoll 提交于
      This commit updates JmsMessagingTemplate to support the
      MessageRequestReplyOperation interface that provides synchronous
      request/reply operations.
      
      As JmsMessagingTemplate delegates everything under the scenes to
      JmsTemplate, the latter has been updated as well to offer such lower
      level operation.
      
      Issue: SPR-12037
      b6389a6c
  22. 24 7月, 2014 1 次提交
  23. 22 7月, 2014 1 次提交
  24. 18 7月, 2014 3 次提交
  25. 14 7月, 2014 1 次提交
    • S
      Customize concurrency at listener level · 29bdbcea
      Stephane Nicoll 提交于
      Prior to this commit, customizing the concurrency to use fo a given JMS
      listener involved to define it in a specific listener-container. As
      this is quite restrictive, users may stop using the XML namespace
      support altogether to fallback on regular abstract bean definition for
      the container.
      
      This commit adds a concurrency attribute to the jms and jca listener
      element as well as on the @JmsListener annotation. If the value is set,
      it takes precedence; otherwise the value provided by the factory is
      used.
      
      Issue: SPR-11988
      29bdbcea
  26. 10 7月, 2014 3 次提交
  27. 07 7月, 2014 1 次提交
  28. 05 7月, 2014 3 次提交
  29. 04 7月, 2014 1 次提交