package
1.6.2
Repository: https://github.com/kubemq-io/kubemq-sources.git
Documentation: pkg.go.dev

# README

Kubemq amazonMQ Source Connector

Kubemq AmazonMQ Source connector allows services using kubemq server to access AmazonMQ messaging services.

Prerequisites

The following are required to run the AmazonMQ Source connector:

  • kubemq cluster

  • AmazonMQ server - with access

  • kubemq-Sources deployment

  • Please note the connector uses connection with stomp+ssl, when finishing handling messages need to call Stop().

Configuration

AmazonMQ Source connector configuration properties:

Properties KeyRequiredDescriptionExample
hostyesAmazonMQ connection host (stomp+ssl endpoint)"localhost:1883"
dynamic_mappingyesset if to map amazonmq Destination to kubemq channel"true"
usernamenoset AmazonMQ username"username"
passwordnoset AmazonMQ password"password"
destinationyesset destination name"destination"

Example:

    bindings:
    - name: amazonmq
      source:
        kind: aws.amazonmq
        properties:
          destination: some-queue
          host: localhost:61613
          password: admin
          username: admin
      target:
        kind: kubemq.events
        properties:
          address: localhost:50000
          auth_token: ""
          channel: event.aws.amazonmq
          client_id: test
      properties: {}

# Functions

No description provided by the author
No description provided by the author

# Structs

No description provided by the author