Resolved in GA 1.0.0 codebase: https://jira.springsource.org/browse/AMQP-184.
Thanks for the prompt resolution!
Type: Posts; User: andrew.oswald; Keyword(s):
Resolved in GA 1.0.0 codebase: https://jira.springsource.org/browse/AMQP-184.
Thanks for the prompt resolution!
Please do so; remove the superfluous "direct:///". The unquestionably established minimal convention for RPC server response is to simply publish to the default exchange using the provided...
Agreed. In the scope of rpc, placing producer reply-to convention cognizance on consumers is a bad idea and introduces coupling. Why anything other than a simple routing key and the use of the...
I've figured out the problem. Essentially, it's a "convention" issue between Spring's RabbitTemplate and RabbitMQ's amqp_rpc_server Erlang module. I suppose mileage may vary depending on broker...
Yes, it's publishing to the default exchange. I should have provided additional information about the server code. It's RabbitMQ's amqp_rpc_server Erlang module.
Agreed. What's equally...
Yes.
It's not explicitly set, so it looks like it'd be false.
No.
thanks for following up!
Greetings,
I'm attempting to invoke an rpc using RabbitTemplate.convertSendAndReceive as the client and amqp_rpc_server as the server. The convertSendAndReceive is using the two parameter...