Michael Klishin
0076462d7d
Merge pull request #275 from karl-johan-grahn/python-tutorial-1-keyboardinterrupt
...
Python Tutorial 1 - Handle KeyboardInterupt
2020-08-27 15:25:20 +03:00
Michael Klishin
5097932669
Merge pull request #276 from karl-johan-grahn/decode
...
Use decode() to convert the string to utf-8
2020-08-27 15:20:02 +03:00
Karl-Johan Grahn
5c42854978
Decode body
2020-08-27 11:50:59 +02:00
Karl-Johan Grahn
72852d463e
Handle KeyboardInterupt
2020-08-27 10:11:17 +02:00
Luke Bakken
180705662b
Merge pull request #272 from OliverFreitag/new-file-format
...
.NET client with Visual Studio: switched all projects to new project file format and dotnet core 3.1
2020-07-09 10:04:14 -07:00
Oliver Freitag
b0ab0e8793
switched all projects to new project file format and dotnet core 3.1
...
* simpler
* no need of config files
* runs under mac as well
2020-07-08 15:48:13 +02:00
Michael Klishin
8558268b23
.NET with Visual Studio: bump client to 6.1.0
2020-06-08 04:50:51 +03:00
Michael Klishin
c5d8b3d518
.NET: more consistency, bump client to 6.1.0
2020-06-08 04:47:22 +03:00
Michael Klishin
65d00f572f
Update Tut2Sender.java
...
To match https://github.com/rabbitmq/rabbitmq-website/pull/977
2020-05-30 14:51:02 +03:00
Michael Klishin
6951962100
Objective-C: bump RabbitMQ client to 0.11.0
2020-05-22 06:09:06 +03:00
Michael Klishin
7e8c1db866
Update Objective-C client tutorials to 0.11.0-rc2
2020-05-13 03:12:50 +03:00
Luke Bakken
df1bdabf8b
Merge pull request #264 from rabbitmq/lrb-rabbitmq-dotnet-6.0.0
...
Update RabbitMQ.Client reference
2020-04-16 16:36:19 -07:00
Luke Bakken
d9d70e7da5
Update RabbitMQ.Client to version 6.0.0
2020-04-16 16:35:29 -07:00
Luke Bakken
6bb52ec7a6
Sync-up code between dotnet and dotnet-visual-studio
2020-04-01 10:48:12 -07:00
Luke Bakken
f29e508b46
Update RabbitMQ.Client to version 6.0.0-rc3
2020-04-01 09:52:14 -07:00
Luke Bakken
625c18d93c
Update RabbitMQ.Client reference
...
* Update all `*.csproj` files to VS 2019 format
2020-04-01 09:00:17 -07:00
Luke Bakken
d3b99b335c
Merge pull request #265 from rabbitmq/rabbitmq-tutorials-261
...
#261 re-visited
2020-04-01 08:52:26 -07:00
Luke Bakken
573fdde1bc
Merge remote-tracking branch 'gh-261/master' into rabbitmq-tutorials-261
2020-04-01 08:51:34 -07:00
Michael Klishin
96f0ba7a4b
.NET: avoid using long deprecated QueueingBasicConsumer
2020-03-28 21:41:59 +03:00
Michael Klishin
5f302f9acf
.NET: avoid using an obsolete method
2020-03-28 21:36:47 +03:00
Michael Klishin
fc690f5d1e
Bump dependencies
2020-03-25 01:05:26 +03:00
Michael Klishin
416d85610d
.NET: simplify build projects to target .NET Core 2.0
...
Both to keep up with the times and in preparation for
the upcoming .NET client 6.0 release.
2020-03-23 20:19:00 +03:00
Michael Klishin
a923a25009
Undo #259
...
It turned out to be a mistake to accept it.
References #262 .
2020-03-08 19:16:53 +03:00
Michael Klishin
53668fc84a
Add a cast missing from #259 . Closes #261
2020-03-06 18:14:47 +03:00
Bogdan Stancescu
a1308e2670
Reverted commit 089cd3c092
because it breaks the build for me
2020-03-06 15:52:04 +02:00
Bogdan Stancescu
a9f902eefa
Added rebuild BAT for .NET
2020-03-06 15:51:16 +02:00
Michael Klishin
e17325e9e6
Merge pull request #259 from amosonn/patch-1
...
Use callback arg in Worker.cs
2020-03-05 22:48:42 +03:00
amosonn
089cd3c092
Use callback arg in Worker.cs
...
When sending the ack, we should use the channel provided to us by the callback mechanism, not capture it from the outer scope. This lets use e.g. to extract the callback to a separate method.
2020-03-03 18:18:58 +01:00
Michael Klishin
47d7ad0db7
Merge pull request #257 from JLLeitschuh/fix/JLL/use_https_to_resolve_dependencies
...
Use HTTPS to resolve dependencies in Maven Build
2020-02-11 18:48:37 +03:00
Jonathan Leitschuh
7bfa1f4d05
Use HTTPS instead of HTTP to resolve dependencies
...
This fixes a security vulnerability in this project where the `pom.xml`
files were configuring Maven to resolve dependencies over HTTP instead of
HTTPS.
Signed-off-by: Jonathan Leitschuh <Jonathan.Leitschuh@gmail.com>
2020-02-11 09:59:47 -05:00
Luke Bakken
2a465d4afd
Merge pull request #256 from Miven666/master
...
Fix issues #253
2020-02-06 07:41:30 -08:00
Miven
1134d87781
Fix issues #253
2020-02-06 18:02:47 +08:00
Michael Klishin
9eb4edbef1
.NET tutorial 6: remove an unused variable
...
Suggested in #250 by @KZyfer.
2019-12-09 14:55:17 +03:00
Michael Klishin
73201fb29d
Merge branch 'bladefistx2-patch-1'
2019-11-14 19:16:44 +03:00
Michael Klishin
299ef29f56
import java.nio.charset.StandardCharsets
2019-11-14 19:16:27 +03:00
Yoel
91160f20f4
correct method of sending constant for language
...
best practice tip
2019-11-14 18:02:51 +02:00
Michael Klishin
97803e3b40
Merge pull request #244 from ferozjilla/patch-1
...
Fix grammar in README
2019-11-04 13:34:58 +03:00
Feroz Jilla
d230fceb43
Fix grammar in README
...
Assuming the author intended to write "And please check out the..."
2019-11-03 12:18:45 +00:00
Michael Klishin
42b0adb1cf
Merge pull request #241 from GoFightNguyen/master
...
dotnet-visual-studio: Tutorial 7 Publisher Confirms
2019-09-19 09:20:36 +03:00
Luke Bakken
beb65a2518
Complete the Java readme
...
Similar to 88d8fd7
for dotnet
2019-09-18 17:16:02 -07:00
Luke Bakken
88d8fd7552
Merge pull request #242 from GoFightNguyen/patch-1
...
Update README with Tutorial 7
2019-09-18 17:03:32 -07:00
Jason Nguyen
ec132af1d5
Update README.md
...
remove extra 'tutorials' from URL
2019-09-18 16:22:07 -06:00
Jason Nguyen
3b2faf66dd
Update README with Tutorial 7
2019-09-18 16:19:03 -06:00
Jason Nguyen
01fc282d7c
Updating readme with Tutorial 7
2019-09-18 16:11:38 -06:00
Jason Nguyen
52fbbe8cb3
Tutorial 7 PublisherConfirms
2019-09-18 16:11:38 -06:00
Michael Klishin
4609af962f
Merge pull request #240 from GoFightNguyen/master
...
dotnet tutorial of PublisherConfirms
2019-09-14 12:42:37 +03:00
Jason Nguyen
f15c3e8989
remove unnecessary args
2019-09-13 16:14:15 -06:00
Jason Nguyen
bed2740e65
rename file to PublisherConfirms
2019-09-13 16:10:31 -06:00
Jason Nguyen
0e846580b6
dotnet example of PublisherConfirms
2019-09-13 16:09:43 -06:00
Michael Klishin
376e0c0ee5
Merge pull request #239 from GoFightNguyen/patch-1
...
Remove extra publish in `handlePublishConfirmsAsynchronously`
2019-09-13 20:33:25 +03:00