RabbitMQ Integration
1 day trial then $10.00/month - No credit card required now
RabbitMQ Integration
1 day trial then $10.00/month - No credit card required now
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.
You can access the RabbitMQ Integration programmatically from your own applications by using the Apify API. You can 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.
1echo '{
2 "rabbitConfig": {
3 "url": "amqp://myuser:mypassword@localhost:5672",
4 "queue": "your-queue-name"
5 }
6}' |
7apify 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
1npm i -g apify-cli
2apify login
Other API clients include:
Actor Metrics
1 monthly user
-
1 star
Created in Nov 2024
Modified a month ago