You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by du...@apache.org on 2019/05/30 05:41:41 UTC

[rocketmq-spring] branch master updated (96d4054 -> 68c4bbd)

This is an automated email from the ASF dual-hosted git repository.

duhengforever pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-spring.git.


    from 96d4054  Update example version to 2.0.4-snapshot (#76)
     new f72cc09  [ISSUE-46] Support mutliple RocketMQTemplate & name-server overrided Consumer Listener
     new 1318afd  Qualifier name the default RocketMQTemplate as 'rocketMQRemplate'
     new 885dbd7  set local testable nameServer in spring configuration file
     new 15658b4  Merge remote-tracking branch 'upstream/master'
     new 52e50a5  [ISSUE-59] Sending batch messages with RocketMQTemplate
     new b7d97cf  Merge branch 'master' of https://github.com/walking98/rocketmq-spring
     new 7d77027  ISSUE #45 raise a warning log message if no property 'rocketmq.name-server' is defined in application.property
     new 5293288  Merge branch 'master' of https://github.com/walking98/rocketmq-spring
     new fed289c  Merge remote-tracking branch 'upstream/master'
     new 07d8559  Add new accessChannel property for both producer/consumer @since RMQ 4.5.1
     new 68c4bbd  Merge pull request #77 from walking98/master

The 100 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../spring/annotation/RocketMQMessageListener.java         |  6 ++++++
 .../autoconfigure/ListenerContainerConfiguration.java      |  5 +++++
 .../spring/autoconfigure/RocketMQAutoConfiguration.java    |  6 ++++++
 .../rocketmq/spring/autoconfigure/RocketMQProperties.java  | 13 +++++++++++++
 .../spring/support/DefaultRocketMQListenerContainer.java   | 14 ++++++++++++++
 .../autoconfigure/RocketMQAutoConfigurationTest.java       | 14 +++++++++++++-
 6 files changed, 57 insertions(+), 1 deletion(-)