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/09/27 11:30:57 UTC

[incubator-eventmesh] branch protocol-amqp updated (28b3bfca -> 07cd66f2)

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

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


    from 28b3bfca Merge pull request #1441 from jackyluo-learning/amqp12
     new 4889c10a Revert "1. define AmqpUtils and add common ProtocolKey"
     new 9b5f319c define VirtualHost
     new 67f47e40 Merge branch 'protocol-amqp' of https://github.com/apache/incubator-eventmesh into amqp_metamessage_service
     new 74097a97 Revert "Revert "1. define AmqpUtils and add common ProtocolKey""
     new e4163c64 define management of Exchange
     new 07cd66f2 Merge pull request #1439 from jackyluo-learning/amqp_metamessage_service

The 1537 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:
 .../core/protocol/amqp/ExchangeContainer.java      | 60 +++++++++++++++++++
 .../core/protocol/amqp/ExchangeService.java        | 35 +++++++++++
 .../runtime/core/protocol/amqp/VirtualHost.java    | 69 ++++++++++++++++++++++
 .../amqp/remoting/constants/ProtocolKey.java       |  8 +++
 .../amqp/remoting/protocol/ProtocolVersion.java    |  4 ++
 .../apache/eventmesh/runtime/util/AmqpUtils.java   | 39 ++++++++++++
 6 files changed, 215 insertions(+)
 create mode 100644 eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/core/protocol/amqp/ExchangeContainer.java
 create mode 100644 eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/core/protocol/amqp/ExchangeService.java
 create mode 100644 eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/core/protocol/amqp/VirtualHost.java
 create mode 100644 eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/core/protocol/amqp/remoting/constants/ProtocolKey.java
 create mode 100644 eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/util/AmqpUtils.java


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