Launch Week Day 2: Introducing Reports: An Extensible Reporting Framework for Socket Data.Learn More
Socket
Book a DemoSign in
Socket

@xtreamr/ds_rabbitmq

Package Overview
Dependencies
Maintainers
15
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xtreamr/ds_rabbitmq

RabbitMQ queues

latest
Source
npmnpm
Version
2.1.0
Version published
Weekly downloads
21
2000%
Maintainers
15
Weekly downloads
 
Created
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

npm

FAQs

Package last updated on 27 Sep 2021

Did you know?

Socket

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