a.hofmann
|
54bf8a1ca4
|
Correction of Java examples to preserve utf-8 string encoding
|
2015-05-18 22:44:31 +02:00 |
|
Howard Lander
|
40124fb98f
|
Example files for the RabbitMQ header exchange
|
2014-06-03 14:03:43 -04:00 |
|
Ann Witbrock
|
ad64c52603
|
AMQP.BasicProperties uses Builder in java client 2.5.0
|
2011-07-04 17:29:15 +01:00 |
|
Ann Witbrock
|
e675ebe5ad
|
Use Java 2.4.1 client library or earlier.
|
2011-07-04 13:30:04 +01:00 |
|
Emile Joubert
|
d701265773
|
Update erlang tutorials for latest API
|
2011-06-27 13:14:11 +01:00 |
|
Ann Witbrock
|
ca9f11adfd
|
Server is required
|
2011-06-09 13:42:40 +01:00 |
|
Ann Witbrock
|
228b850a7c
|
Exceptions and closing in finally
|
2011-04-28 18:04:46 +01:00 |
|
Ann Witbrock
|
53f47dad55
|
Server Fib function: remove guard for negative input ( to match python tutorials)
Client: remove extra example calls
|
2011-04-26 12:08:00 +01:00 |
|
Ann Witbrock
|
cb591b06b2
|
QA fixes: removed inner class
|
2011-04-13 18:21:37 +01:00 |
|
Ann Witbrock
|
782ffdaaab
|
exceptions
|
2011-04-12 15:41:15 +01:00 |
|
Ann Witbrock
|
0f59c109b2
|
Tidied Exceptions
|
2011-04-05 17:53:15 +01:00 |
|
Ann Witbrock
|
e3997e7112
|
tidied exceptions
|
2011-04-05 17:39:53 +01:00 |
|
Ann Witbrock
|
7dd340c9b9
|
Tidied Exceptions
|
2011-04-05 16:53:56 +01:00 |
|
Ann Witbrock
|
a16276e849
|
use env var for classpath jars
|
2011-04-01 17:22:36 +01:00 |
|
Ann Witbrock
|
70dd5b1acb
|
initial commit server for rpc java tutorial
|
2011-03-31 17:21:23 +01:00 |
|
Ann Witbrock
|
f66c4dd54d
|
initial commit client for rpc java tutorial
|
2011-03-31 17:20:25 +01:00 |
|
Ann Witbrock
|
a9f76e247f
|
parameter layout
|
2011-03-30 16:04:03 +01:00 |
|
Ann Witbrock
|
aae2c59985
|
parameter layout
|
2011-03-30 13:49:10 +01:00 |
|
Ann Witbrock
|
e43e9333ff
|
layout
|
2011-03-30 13:26:49 +01:00 |
|
Ann Witbrock
|
03e78d702b
|
Added EmitLogTopic.java
|
2011-03-18 17:00:40 +00:00 |
|
Ann Witbrock
|
58b72ed7b6
|
added ReceiveLogsTopic.java
|
2011-03-18 17:00:01 +00:00 |
|
Ann Witbrock
|
ddca2ce8cf
|
Fixed layout of commands
|
2011-03-17 23:52:59 +00:00 |
|
Ann Witbrock
|
d9fde2f383
|
new ReceiveLogsDirect.java
|
2011-03-17 23:36:26 +00:00 |
|
Ann Witbrock
|
bb3d9e66ef
|
New EmitLogDirect.java
|
2011-03-17 23:35:14 +00:00 |
|
Ann Witbrock
|
9b6ecf5b74
|
README for java, also minor typo in python README
|
2011-03-14 20:37:14 +00:00 |
|
Ann Witbrock
|
0ae559c6e9
|
renamed to ReceiveLogs.java
|
2011-03-14 20:11:58 +00:00 |
|
Ann Witbrock
|
1d368afa83
|
EmitLog added
|
2011-03-07 19:11:34 +00:00 |
|
Ann Witbrock
|
8727243035
|
ReceiveLog added
|
2011-03-07 19:10:38 +00:00 |
|
Ann
|
19af0ce24b
|
crlf
|
2011-02-17 17:16:17 +00:00 |
|
Ann
|
ffad5a9cd7
|
Code tidied wrt Steve's QA bug23639
|
2011-02-17 17:13:29 +00:00 |
|
Ann
|
4b100cef97
|
indents
|
2011-02-15 16:57:18 +00:00 |
|
Ann
|
6b1e114575
|
QA fixes: use StringBuilder, doWork, constant queue name
|
2011-02-15 16:49:18 +00:00 |
|
Ann
|
914f22cd21
|
tidy up the code for tut 2
Signed-off-by: Ann <awitbrock@vmware.com>
|
2011-01-24 17:15:13 +00:00 |
|
Ann
|
8f4b1edb82
|
connection, channel, explicit parameters
|
2011-01-13 19:37:41 +00:00 |
|
Ann
|
619067197f
|
connection, channel, explicit parameters
|
2011-01-13 19:36:54 +00:00 |
|
Ann
|
b579201da0
|
Tutorial two for java.
|
2011-01-11 14:55:06 +00:00 |
|
Marek Majkowski
|
82f62b2304
|
Minor changes to make it inline with the tutorial text.
|
2010-12-13 14:40:57 +00:00 |
|
Marek Majkowski
|
d715136a20
|
more whitespace
|
2010-12-13 14:35:39 +00:00 |
|
Marek Majkowski
|
0cd19cb060
|
Don't handle exceptions in java example
|
2010-12-13 14:35:02 +00:00 |
|
Marek Majkowski
|
b6778b326a
|
Output of java examples should be consistent with other languages.
|
2010-12-13 14:00:54 +00:00 |
|
Marek Majkowski
|
e7a103c838
|
Always use 'localhost', avoid setting username and password.
|
2010-12-13 13:34:15 +00:00 |
|
Your Name
|
34052d0eeb
|
The queue should be named 'hello' instead of 'test'
|
2010-11-30 17:35:14 +00:00 |
|
Michael Bridgen
|
6b2d147982
|
Uppercase classes, change queue name to match diagrams, cope with failure.
|
2010-11-22 17:14:42 +00:00 |
|
Marek Majkowski
|
53a5b9cc46
|
Tutorials are now released on the RabbitMQ website http://www.rabbitmq.com/getstarted.html ; Only code snippets should live here.
|
2010-11-22 13:58:08 +00:00 |
|
Marek Majkowski
|
3b0733ea34
|
With pygments disabled highlight produced badly aligned code blocks.
|
2010-10-06 11:18:26 +01:00 |
|
Marek Majkowski
|
8f803d2154
|
Integrate tools.
|
2010-10-05 15:52:42 +01:00 |
|
Michael Bridgen
|
554395dc30
|
Turn the tutorial into mdx markup and replace the md with the result of running the mdx through liquify
|
2010-10-01 13:54:41 +01:00 |
|
Michael Bridgen
|
a5a491cfbc
|
Add in some more explanation, tidy up some parts
|
2010-09-23 13:43:51 +01:00 |
|
Michael Bridgen
|
4ef420ba59
|
Tutorial text to go with Java examples
|
2010-09-22 14:23:57 +01:00 |
|
Michael Bridgen
|
dc5b76b9b5
|
Simple Java sender and receiver
|
2010-09-21 17:25:01 +01:00 |
|