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/26 09:24:28 UTC

[incubator-eventmesh] branch protocol-amqp updated (ad36ffcf -> 19f2f38d)

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 ad36ffcf Merge pull request #1410 from wangshaojie4039/protocol-amqp
     new 06e3b18c 1. add AmqpMessage class as amqp message, including content header and content body
     new 3b6313e2 delete ContentHeader.java
     new c82ea1b3 add protocolAdaptor and protocolResolver for AMQP protocol, converting AMQP message to CloudEvent message.
     new 486cbaf9 Revert "add protocolAdaptor and protocolResolver for AMQP protocol, converting AMQP message to CloudEvent message."
     new 19f2f38d Merge pull request #1420 from jackyluo-learning/amqp1

The 1506 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:
 eventmesh-common/build.gradle                      |  2 +
 .../common/protocol/amqp/AmqpMessage.java          | 53 ++++++++++++++++
 .../common/protocol/amqp/common/ProtocolKey.java   | 72 ++++++++++++++++++++++
 3 files changed, 127 insertions(+)
 create mode 100644 eventmesh-common/src/main/java/org/apache/eventmesh/common/protocol/amqp/AmqpMessage.java
 create mode 100644 eventmesh-common/src/main/java/org/apache/eventmesh/common/protocol/amqp/common/ProtocolKey.java


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