@elastic.io/amqp-rpc
Advanced tools
Comparing version 2.0.2 to 2.0.3
{ | ||
"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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
84877
174