Brandon Shutter
|
2e6ccdba96
|
Update rpc_client.js
Comparison msg.properties.correlationId == corr may cause unexpected type coercion
|
2017-04-27 11:17:09 -04:00 |
|
Michael Klishin
|
b3e8349e5c
|
Add a Node port README
|
2017-03-15 19:52:35 +03:00 |
|
Michael Klishin
|
46e987336e
|
Explain the difference with Node 6
|
2016-08-12 17:30:26 +03:00 |
|
Michael Klishin
|
67687c0252
|
Revert "Use Buffer.from in place of new Buffer "
This reverts commit f71200b84f .
Many Node users are not on Node 6 yet.
|
2016-08-12 17:29:04 +03:00 |
|
Robinnnnn
|
f71200b84f
|
Use Buffer.from in place of new Buffer
Node has [deprecated](https://nodejs.org/api/buffer.html#buffer_class_buffer) the use of `new Buffer()` as of v6.0.0 and has assigned it a stability score of 0. The Javascript tutorial should utilize [`Buffer.from`](https://nodejs.org/api/buffer.html#buffer_class_method_buffer_from_str_encoding) instead, which was introduced in v5.10.0.
Specifically, the [message sending example](https://www.rabbitmq.com/tutorials/tutorial-one-javascript.html) with this line:
`ch.sendToQueue(q, new Buffer('Hello World!'));`
should be updated to:
`ch.sendToQueue(q, Buffer.from('Hello World!'));`
|
2016-07-20 10:47:00 -04:00 |
|
Francisco Ortiz
|
bdb21793c2
|
Minor change
|
2016-05-07 13:42:27 +02:00 |
|
Francisco Ortiz
|
c544f2354d
|
Change buffer creation approach
|
2016-05-07 13:24:52 +02:00 |
|
Giuseppe Privitera
|
34abded12e
|
indentation
|
2015-08-07 10:57:59 +01:00 |
|
Giuseppe Privitera
|
6f61eb86e8
|
remove unused library
|
2015-08-07 10:52:59 +01:00 |
|
Giuseppe Privitera
|
db76aa7c44
|
line too long
|
2015-08-07 10:26:08 +01:00 |
|
Giuseppe Privitera
|
636c23b868
|
log request before calculating the number
|
2015-08-07 09:41:24 +01:00 |
|
Giuseppe Privitera
|
4078b3244d
|
check correlationId
|
2015-08-07 09:36:53 +01:00 |
|
Giuseppe Privitera
|
1f64bb0b58
|
refactored rpc_client.js
|
2015-08-06 17:42:29 +01:00 |
|
Giuseppe Privitera
|
38411ac07f
|
refactored rpc_server.js
|
2015-08-06 16:51:52 +01:00 |
|
Giuseppe Privitera
|
bd9f582bf3
|
refactored Topics tutorial
|
2015-08-06 14:26:04 +01:00 |
|
Giuseppe Privitera
|
8f644513ab
|
replace map with forEach
|
2015-08-06 13:36:07 +01:00 |
|
Giuseppe Privitera
|
273e91a4c3
|
refactored Routing tutorial
|
2015-08-06 12:18:47 +01:00 |
|
Giuseppe Privitera
|
b98c823492
|
missing semicolon
|
2015-08-06 10:47:33 +01:00 |
|
Giuseppe Privitera
|
99a13e78d3
|
refactored Publish/Subscribe tutorial code
|
2015-08-05 16:35:36 +01:00 |
|
Giuseppe Privitera
|
b81868255c
|
refactored Work Queues tutorial
|
2015-08-05 13:29:53 +01:00 |
|
Giuseppe Privitera
|
2030f472ae
|
refactored receive.js
|
2015-08-05 11:39:50 +01:00 |
|
Giuseppe Privitera
|
1143a0c172
|
declare transient queue
|
2015-08-05 11:38:51 +01:00 |
|
Giuseppe Privitera
|
fa2dfc6a40
|
refactored send.js to make it more simple
|
2015-08-05 10:28:14 +01:00 |
|
Giuseppe Privitera
|
6aacc23eb9
|
RPC tutorial
|
2015-08-04 15:59:39 +01:00 |
|
Giuseppe Privitera
|
087d51a367
|
Topics tutorial
|
2015-08-04 13:58:40 +01:00 |
|
Giuseppe Privitera
|
a6f70b382d
|
Routing tutorial
|
2015-08-04 11:59:58 +01:00 |
|
Giuseppe Privitera
|
6f6be60301
|
change msg var scope
|
2015-08-04 11:05:38 +01:00 |
|
Giuseppe Privitera
|
bf939e33ea
|
refactoring
|
2015-08-03 17:58:44 +01:00 |
|
Giuseppe Privitera
|
16ecfe9a40
|
Publish/Subscribe tutorial receive_logs.js
|
2015-08-03 17:53:29 +01:00 |
|
Giuseppe Privitera
|
5b977da162
|
Publish/Subscribe tutorial receive_logs.js
|
2015-08-03 17:11:24 +01:00 |
|
Giuseppe Privitera
|
6d6a421ee4
|
Publish/Subscribe tutorial emit_log.js
|
2015-08-03 17:10:30 +01:00 |
|
Giuseppe Privitera
|
8961f9243a
|
Work queues tutorial
|
2015-08-03 15:49:24 +01:00 |
|
Giuseppe Privitera
|
b282cdea09
|
refactored receive.js
|
2015-08-03 13:56:56 +01:00 |
|
Giuseppe Privitera
|
05d8e026e6
|
removed unused var
|
2015-08-03 13:54:14 +01:00 |
|
Giuseppe Privitera
|
ea4d9dbbbf
|
refactored sender
|
2015-08-03 13:01:28 +01:00 |
|
Giuseppe Privitera
|
7f8f3d3c51
|
node/amqplib "Hello World!" tutorial
|
2015-07-31 16:58:32 +01:00 |
|
Michael Klishin
|
fe6261798b
|
Wipe out node-amqp tutorials
node-amqp is abandonware with known bugs. Avoid it at all costs.
Please use amqp.node instead.
|
2015-04-29 15:26:29 +03:00 |
|
Claudiu Hojda
|
9a89fe9cde
|
nodejs: Fixed wrong connection.publish routingKey
In worker.js we are creating a queue called 'task_queue' so in send.js we should publish to 'task_queue' not to 'hello'.
|
2014-09-01 17:45:37 +03:00 |
|
Marek Majkowski
|
eefd0bfeb6
|
cosmetic
|
2012-04-17 17:13:43 +01:00 |
|
Marek Majkowski
|
7a45525c1d
|
cosmetic
|
2012-04-17 17:05:26 +01:00 |
|
Marek Majkowski
|
0a546a5a00
|
node: Fixes to second
|
2012-04-17 17:05:17 +01:00 |
|
Marek Majkowski
|
d3b0ab2ebe
|
node: third tutorial
|
2012-04-17 17:04:41 +01:00 |
|
Marek Majkowski
|
d45d939882
|
node: second tutorial
|
2012-04-17 16:30:58 +01:00 |
|
Marek Majkowski
|
4fbf3306cc
|
first node.js tutorial
|
2012-04-17 16:03:34 +01:00 |
|