Socket
Socket
Sign inDemoInstall

@xtreamr/ds_rabbitmq

Package Overview
Dependencies
44
Maintainers
15
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @xtreamr/ds_rabbitmq

RabbitMQ queues


Version published
Maintainers
15
Install size
3.76 MB
Created

Readme

Source

RabbitMQ queues package

Config

Sample of config:

{
  "messageQueue": {
    "protocol": "amqp",
    "hostname": "127.0.0.1",
    "port": 5672,
    "username": "guest",
    "password": "guest",
    "vhost": "/",
    "heartbeat": 120,
    "prefetch": 2,
    "consumeFailed": true
  },
  "rabbitmq": {
    "attemptTime": 1000
  }
}

The field "messageQueue" also includes two optional fields:

{
  "exchange": {
    "durable": true,
    "autoDelete": false
  },
  "queue": {
    "durable": true,
    "autoDelete": false
  },
  "message": {
    "persistent": true
  }
}

They default to the example values.

Keywords

FAQs

Last updated on 27 Sep 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc