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

@elastic.io/amqp-rpc

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@elastic.io/amqp-rpc - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

2

package.json
{
"name": "@elastic.io/amqp-rpc",
"description": "RPC over RabbitMQ for Node.js",
"version": "2.0.2",
"version": "2.0.3",
"homepage": "http://elastic.io",

@@ -6,0 +6,0 @@ "author": "elastic.io GmbH <info@elastic.io>",

@@ -14,3 +14,3 @@ # amqp-rpc

#### temporary queue
#### Temporary queue
1. The server starts without any predefined queueName, asserts temporary queue.

@@ -20,3 +20,3 @@ 2. Generated `queueName` retrieved from the `server` instance and passed somehow to the `client` (one or many). It's supposed, that this transfer isn't covered by `amqp-rpc` lib and it should be implemented somehow by the developer of code, which uses `amqp-rpc`.

#### permanent queue
#### Permanent queue
1. A queue is created somehow by an external service.

@@ -27,5 +27,4 @@ 2. `server` gets the name of the queue before initialization and starts listening.

#####Example with temporary queue:
#### Example with temporary queue:
Server:
```javascript

@@ -59,3 +58,3 @@ const amqplib = require('amqplib');

######Example with permanent queue:
#### Example with permanent queue:

@@ -62,0 +61,0 @@ ```javascript

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