RabbitMQ Integration avatar
RabbitMQ Integration

Pricing

$10.00/month + usage

Go to Store
RabbitMQ Integration

RabbitMQ Integration

Developed by

Brasil Scrapers

Brasil Scrapers

Maintained by Community

This integration processes data from an Apify dataset and delivers it to a RabbitMQ queue. It is configured via a schema that includes details about the dataset and RabbitMQ connection settings.

0.0 (0)

Pricing

$10.00/month + usage

1

Total users

1

Monthly users

1

Last modified

5 months ago

You can access the RabbitMQ Integration programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

$echo '{
< "rabbitConfig": {
< "url": "amqp://myuser:mypassword@localhost:5672",
< "queue": "your-queue-name"
< }
<}' |
<apify call brasil-scrapers/rabbitmq-integration --silent --output-dataset

RabbitMQ Integration API through CLI

The Apify CLI is the official tool that allows you to use RabbitMQ Integration locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

$npm i -g apify-cli
$apify login

Other API clients include: