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

# README

Kubemq ActiveMQ source Connector

Kubemq activemq source connector allows services using kubemq server to access activemq messaging services.

Prerequisites

The following are required to run the activemq source connector:

  • kubemq cluster
  • activemq server
  • kubemq-sources deployment

Configuration

ActiveMQ source connector configuration properties:

Properties KeyRequiredDescriptionExample
hostyesactivemq connection host"localhost:1883"
dynamic_mappingyesset if to map activemq Destination to kubemq channel"true"
usernamenoset activemq username"username"
passwordnoset activemq password"password"
destinationyesset destination nameany string

Example:

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

# Functions

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

# Structs

No description provided by the author