File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ The following ports are available:
35
35
* [ Erlang] ( ./erlang )
36
36
* [ Go] ( ./go )
37
37
* [ Haskell] ( ./haskell )
38
- * [ JavaScript (with Node and amqp-node )] ( ./javascript-nodejs ) (using callbacks)
39
- * [ JavaScript (with Node and amqp-node )] ( https://github.com/squaremo/ amqp. node/tree/master/examples ) (using promises/futures)
38
+ * [ JavaScript (with Node and amqplib )] ( ./javascript-nodejs ) (using callbacks)
39
+ * [ JavaScript (with Node and amqplib )] ( https://github.com/amqp- node/amqplib ) (using promises/futures)
40
40
* [ Java with Maven] ( ./java-mvn )
41
41
* [ Java (with IntelliJ IDEA)] ( ./java-idea )
42
42
* [ Java] ( ./java ) (with manual dependency management)
Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ To successfully use the examples you will need a running RabbitMQ server.
9
9
10
10
### Node.js
11
11
12
- You need [ Node.js] ( https://nodejs.org/en/download/ ) and [ amqp.node ] ( https://github.com/squaremo/ amqp. node )
12
+ You need [ Node.js] ( https://nodejs.org/en/download/ ) and [ amqplib ] ( https://github.com/amqp- node/amqplib )
13
13
to run these tutorials.
14
14
15
15
16
16
### Client Library
17
17
18
- To install ` amqp.node ` using npm:
18
+ To install ` amqplib ` using npm:
19
19
20
20
``` shell
21
21
npm install amqplib -g
@@ -64,4 +64,4 @@ node src/emit_log_topic.js red.rabbit Hello
64
64
``` shell
65
65
node src/rpc_server.js
66
66
node src/rpc_client.js 30
67
- ```
67
+ ```
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " rabbitmq-node-tutorial" ,
3
3
"version" : " 1.0.0" ,
4
- "description" : " RabbitMQ amqp.node tutorial " ,
4
+ "description" : " RabbitMQ amqplib tutorial " ,
5
5
"dependencies" : {
6
6
"amqplib" : " latest" ,
7
7
"js-beautify" : " ^1.9.1" ,
You can’t perform that action at this time.
0 commit comments