Commit Graph

967 Commits

Author SHA1 Message Date
Travis Obregon
cfe6112fbf Update NewTask.cs
Use the Persistent property instead since the setter method is deprecated. The Persistent property is also being used on the online tutorial.
2017-06-05 18:15:10 +01:00
Matt Baker
bc6d644dfc switch C# to using autoAck argument 2017-05-29 15:11:21 -07:00
Michael Klishin
14a5e22b99 Merge pull request #133 from skunkwerks/master
elixir: use 0.2.1 official release
2017-05-01 15:57:44 +02:00
Dave Cottlehuber
3f469622a3 elixir: use 0.2.1 now its released 2017-05-01 12:29:05 +00:00
Dave Cottlehuber
42188bcb29 ignores 2017-05-01 12:27:53 +00:00
Michael Klishin
917a6af3e0 Merge pull request #132 from BrandonShutter/patch-2
Update rpc_server.js
2017-04-27 18:48:34 +02:00
Michael Klishin
d955055a31 Merge pull request #131 from BrandonShutter/patch-1
Update rpc_client.js
2017-04-27 18:48:13 +02:00
Brandon Shutter
50b68f7263 Update rpc_server.js
Avoid unexpected type coercion
2017-04-27 11:21:07 -04:00
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
29fd958571
Cosmetics 2017-04-25 23:27:54 +02:00
Michael Klishin
b324cac960
Cosmetics 2017-04-25 23:27:24 +02:00
Michael Klishin
7301b51659 Merge pull request #129 from wxlund/master
fixing a few bugs reported by fe-west team (Benjamin Kamysz)
2017-04-25 23:25:39 +02:00
Wayne Lund
c6d12d1089 Merge branch 'master' into master 2017-04-25 14:15:24 -07:00
Wayne Lund
c697430d2e fixing a few bugs reported by fe-west team (Benjamin Kamysz) 2017-04-25 14:01:10 -07:00
Michael Klishin
6e4f6ebdd4 Merge pull request #128 from wxlund/master
modified src code to match tutorial docs.
2017-04-24 21:27:35 +02:00
Wayne Lund
8a65d436c5 modified src code to match tutorial docs. The name was manual before and I needed it to match the generated application code from spring-initializr 2017-04-24 11:23:40 -07:00
Michael Klishin
36a6798f5a
Merge branch 'wxlund-master' 2017-04-17 23:42:35 +02:00
Michael Klishin
8cb260496f
Explain how to build the tutorials; provide examples that are JAR version-agnostic 2017-04-17 23:41:48 +02:00
Michael Klishin
6d3ba1518a
Merge branch 'master' of https://github.com/wxlund/rabbitmq-tutorials into wxlund-master 2017-04-17 23:26:16 +02:00
Wayne Lund
79f6b14d57 minor fixes to match tutorial diagrams 2017-04-12 18:02:32 -07:00
Wayne Lund
2b12c9cb14 updated the readme to include spring-amqp 2017-04-11 13:45:43 -07:00
Wayne Lund
489f140a8d migrated spring-amqp-samples-rabbitmq-tutorials to main rabbitmq site 2017-04-11 11:15:11 -07:00
Michael Klishin
ad57c45190 Merge pull request #126 from netqyq/master
Update worker.go
2017-04-10 18:02:29 +03:00
Larry Qu
92bcb23944 Update worker.go
fix: Ack should be an the end of loop.
2017-04-10 22:41:44 +08:00
Michael Klishin
d6e20e9d51 Merge pull request #124 from rabbitmq/dotnet-migrate
migrate to new dotnet project format
2017-04-04 13:05:09 +03:00
kjnilsson
0cbf3a70d5 migrate to new dotnet project format 2017-04-04 10:03:59 +01:00
Michael Klishin
116708eb9b Allow for more recent 2.6.x versions
Inspired by https://github.com/rabbitmq/rabbitmq-website/pull/360.
2017-04-03 00:02:53 +03:00
Michael Klishin
78abd6a1cb Merge pull request #123 from skunkwerks/master
elixir: use a working amqp (pre)release
2017-03-23 16:57:56 +03:00
Dave Cottlehuber
e7434e9431 elixir: use a working amqp (pre)release 2017-03-23 14:55:24 +01:00
Michael Klishin
2e4b2e9035 Merge pull request #122 from christophetd/master
Use the BuiltinExchangeType instead of string literals in Java examples
2017-03-21 12:03:15 +03:00
Christophe Tafani-Dereeper
34619a56c0 Use the BuiltinExchangeType instead of string literals in Java examples 2017-03-21 09:45:20 +01:00
Michael Klishin
7d09e3bd23 Merge pull request #121 from astahovn/astahovn-patch-constant
Using self descriptional constant
2017-03-20 23:57:49 +03:00
Nikolay Astakhov
778ef6c1be Using self descriptional constant 2017-03-20 23:53:03 +03:00
Michael Klishin
b3e8349e5c
Add a Node port README 2017-03-15 19:52:35 +03:00
Michael Klishin
3262231aff
Update PHP tutorials README
After I had to go through them I believe some things
are worth clarifying ;)
2017-03-15 19:52:01 +03:00
Michael Klishin
59c53ce0d4
Ignore composer.phar 2017-03-15 19:30:47 +03:00
Michael Klishin
546651dd80 Merge pull request #118 from jshap70/master
fix spelling in go tutorials
2017-02-06 10:53:24 +03:00
Joel Shapiro
2606c692d5
fix spelling in go tutorials 2017-02-05 20:49:14 -05:00
Michael Klishin
d026504f10 Merge pull request #117 from monosoul/updated-tutorial-six-java
Added back forgotten correlation id check
2017-01-24 21:18:05 +03:00
monosoul
498b899f1a Merge remote-tracking branch 'upstream/master' into updated-tutorial-six-java 2017-01-24 23:15:47 +05:00
monosoul
f93c5643aa Added back forgotten correlation id check 2017-01-24 23:13:05 +05:00
Arnaud Cogoluègnes
557e5c014a Merge pull request #115 from monosoul/updated-tutorial-six-java
Updated tutorial six Java code examples due to QueueingConsumer deprecation
2017-01-24 18:14:55 +01:00
Michael Klishin
7116bd0655 Merge pull request #116 from rabbitmq/java-tutorials-build
Update Java build instructions
2017-01-24 20:11:49 +03:00
monosoul
615cc3c5e7 More canon approach to message consuming 2017-01-24 22:03:34 +05:00
Arnaud Cogoluègnes
cb97992427
Update Java build instructions 2017-01-24 17:07:22 +01:00
monosoul
a2defd7bbe Updated code examples due to QueueingConsumer deprecation 2017-01-23 00:02:55 +05:00
Michael Klishin
07e659a618 Merge pull request #114 from piperchester/patch-1
Update README: Fix typos
2017-01-19 08:59:17 +03:00
Piper Chester
de62a13226 Update README: fix typo 2017-01-18 12:21:22 -08:00
Michael Klishin
a11afce9f0 Merge pull request #111 from stajkowski/master
Correct emit_log_topic.py
2016-12-20 00:22:28 +03:00
Brian Stajkowski
d04a0934cf Correct emit_log_topic.py
Sys.argv will always be greater than 1, but in the instance
where the severity is supplied it would be greather than 2.

Closes rabbitmq/rabbitmq-tutorials#110
2016-12-19 13:18:04 -08:00