
Product
Introducing Historical Analytics – Now in Beta
We’re excited to announce a powerful new capability in Socket: historical data and enhanced analytics.
amqplib-rpc-client
Advanced tools
Rpc client based on amqplib.
This module is installed via npm:
$ npm install amqplib-rpc-client
var amqplibRpcClient = require('amqplib-rpc-client'),
expect = require('expect.js');
amqplibRpcClient(amqpUrl, exchange, 'add', { number1: 1, number2: 4 }).on('data', function(response) {
expect(response.answer).to.be(5);
});
Uses the replyTo
field to transmit the expected routingKey a response should be publish on by the server.
Expects message to be valid JSON.
Will emit()
events based on the type
field of the message content. The entire JSON object is given as arg 2. e.g:
emit('data', { type: 'data', result: 'moo' });
npm test
To run the tests RabbitMQ is required. Either install it with your package manager, or use docker to run a RabbitMQ instance.
docker run -d --name amqp.test -p 5672:5672 rabbitmq
FAQs
Rpc client based on amqplib.
The npm package amqplib-rpc-client receives a total of 0 weekly downloads. As such, amqplib-rpc-client popularity was classified as not popular.
We found that amqplib-rpc-client demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.
Product
We’re excited to announce a powerful new capability in Socket: historical data and enhanced analytics.
Product
Module Reachability filters out unreachable CVEs so you can focus on vulnerabilities that actually matter to your application.
Company News
Socket is bringing best-in-class reachability analysis into the platform — cutting false positives, accelerating triage, and cementing our place as the leader in software supply chain security.