Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

amqp-read

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amqp-read

Read from a queue into a file in a none destructive way

  • 1.0.0
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

amqp-read is a cli tool for reading from AMQP/RabbitMQ broker queue into a file.

Installation

$ npm install amqp-read -g

Usage overview

Usage: node ./bin/amqp-read [options]

Options:
  --uri           uri                                                                          [required]
  --queue, -q     queue's name to work with                                                    [required]
  --export, -e    the file to output messages to                                               [required]
  --count, -c     limit the number of message to read

Read the first 5000 messages of a queue

into a file

  amqp-read --host amqp://guest:guest@localhost/test -q queuetest --count 5000 --export dump.json

FAQs

Package last updated on 29 Aug 2019

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc