Metadata-Version: 2.1
Name: tracardi-rabbitmq-publisher
Version: 0.1.4
Summary: The purpose of this plugin is publish payload to rabbitmq source.
Home-page: UNKNOWN
Author: Risto Kowaczewski
Author-email: risto.kowaczewski@gmail.com
License: UNKNOWN
Keywords: tracardi,plugin
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.md

# Tracardi plugin

This code can be run within Tracardi workflow.

# Details

The purpose of this plugin is to publish payload to RabbitMQ.

It reads payload and sends it to defined RabbitMQ. RabbitMq must be defined as source in Tracardi.

# Configuration

This node requires configuration.

Example configuration

```json
{
  "source": {
    "id": "58df3b5c-3109-4750-bb5b-81f5386950b1"
  },
  "queue": {
    "name": "tracardi",
    "routingKey": "trk"
  }
}
```

# Input payload

This node reads input payload.

# Output

This node has no output. 
 


