Commit Graph

15 Commits

Author SHA1 Message Date
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
Luke Bakken
433bf2a32d
Make RPCClient a little more interesting 2018-08-09 14:41:18 -07: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
Gevorg Harutyunyan
707019963a
corrId is accessed from within inner class
corrId is accessed from within inner class; needs to be declared final
2018-03-10 16:28:58 +04:00
monosoul
f93c5643aa Added back forgotten correlation id check 2017-01-24 23:13:05 +05:00
monosoul
615cc3c5e7 More canon approach to message consuming 2017-01-24 22:03:34 +05:00
monosoul
a2defd7bbe Updated code examples due to QueueingConsumer deprecation 2017-01-23 00:02:55 +05:00
a.hofmann
54bf8a1ca4 Correction of Java examples to preserve utf-8 string encoding 2015-05-18 22:44:31 +02: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
f66c4dd54d initial commit client for rpc java tutorial 2011-03-31 17:20:25 +01:00