You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/09/03 06:07:10 UTC

[camel-kafka-connector-examples] branch master updated (3990093 -> 9b96747)

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

acosentino pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector-examples.git.


    from 3990093  Merge pull request #27 from apache/grammar-fixes
     add 078a43f  Added a RabbitMQ example
     new 9b96747  Merge pull request #28 from apache/rabbitmq-example

The 1 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:
 rabbitmq/rabbitmq-source/README.adoc               | 101 +++++++++++++++++++++
 .../config/CamelRabbitmqSourceConnector.properties |  15 ++-
 2 files changed, 112 insertions(+), 4 deletions(-)
 create mode 100644 rabbitmq/rabbitmq-source/README.adoc
 copy nats/nats-source/config/CamelNatsSourceConnector.properties => rabbitmq/rabbitmq-source/config/CamelRabbitmqSourceConnector.properties (71%)


[camel-kafka-connector-examples] 01/01: Merge pull request #28 from apache/rabbitmq-example

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector-examples.git

commit 9b96747daed53c2a1ecc5d1848eff0ed8bf46d28
Merge: 3990093 078a43f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Sep 3 08:07:01 2020 +0200

    Merge pull request #28 from apache/rabbitmq-example
    
    Added a RabbitMQ source example

 rabbitmq/rabbitmq-source/README.adoc               | 101 +++++++++++++++++++++
 .../config/CamelRabbitmqSourceConnector.properties |  35 +++++++
 2 files changed, 136 insertions(+)