Michel Lammertink
a04cfcc233
Simplified RPC examples
2022-09-20 19:28:25 +02:00
Arnaud Cogoluègnes
61ca6df6d5
Update Java tutorials to Java 8
2018-12-04 10:55:14 +01:00
Arnaud Cogoluègnes
e42c76dc74
Use dedicated reply queue for RPC client
...
If different requests uses the same reply queue, the consumers can steal
responses from each other.
The reply consumer is cancelled after the response has arrived so the
reply queue can be auto-deleted.
References #174
2018-08-07 18:04:31 +02:00
sb
b705c87c3f
Making channel final
2017-09-13 13:53:04 -07:00
sb
70f8296267
Replacing sleep() by wait(). Relevant difference between wait() releases
...
the lock while sleep() doesn't release any lock while waiting.
2017-09-13 13:46:42 -07:00
monosoul
a2defd7bbe
Updated code examples due to QueueingConsumer deprecation
2017-01-23 00:02:55 +05:00
Ann Witbrock
ad64c52603
AMQP.BasicProperties uses Builder in java client 2.5.0
2011-07-04 17:29:15 +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
e3997e7112
tidied exceptions
2011-04-05 17:39:53 +01:00
Ann Witbrock
70dd5b1acb
initial commit server for rpc java tutorial
2011-03-31 17:21:23 +01:00