You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@eventmesh.apache.org by mi...@apache.org on 2022/10/21 06:45:41 UTC

[incubator-eventmesh] branch rabbitmq-connector updated (3768a592 -> 852008c2)

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

mikexue pushed a change to branch rabbitmq-connector
in repository https://gitbox.apache.org/repos/asf/incubator-eventmesh.git


    from 3768a592 Merge pull request #1657 from abcMH1966/master
     new 7068f90d add rabbitmq client operation
     new b31cbc5e refine known-dependencies.txt
     new 852008c2 Merge pull request #1679 from mroccyen/rabbitmq-connector-pr

The 1786 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:
 .../build.gradle                                   |  13 +-
 .../gradle.properties                              |   2 +-
 .../connector/rabbitmq/client/RabbitmqClient.java  | 166 +++++++++++++++++++++
 .../client/RabbitmqConnectionFactory.java}         |  21 ++-
 settings.gradle                                    |   1 +
 tools/dependency-check/known-dependencies.txt      |   1 +
 6 files changed, 191 insertions(+), 13 deletions(-)
 copy eventmesh-connector-plugin/{eventmesh-connector-pulsar => eventmesh-connector-rabbitmq}/build.gradle (89%)
 copy eventmesh-connector-plugin/{eventmesh-connector-redis => eventmesh-connector-rabbitmq}/gradle.properties (97%)
 create mode 100644 eventmesh-connector-plugin/eventmesh-connector-rabbitmq/src/main/java/org/apache/eventmesh/connector/rabbitmq/client/RabbitmqClient.java
 copy eventmesh-connector-plugin/{eventmesh-connector-redis/src/main/java/org/apache/eventmesh/connector/redis/connector/RedisConnectorResourceService.java => eventmesh-connector-rabbitmq/src/main/java/org/apache/eventmesh/connector/rabbitmq/client/RabbitmqConnectionFactory.java} (54%)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: commits-help@eventmesh.apache.org