
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
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 1 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
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.