Search:

Type: Posts; User: andrew.oswald; Keyword(s):

Search: Search took 0.03 seconds.

  1. Replies
    10
    Views
    1,568

    Resolved in GA 1.0.0 codebase:...

    Resolved in GA 1.0.0 codebase: https://jira.springsource.org/browse/AMQP-184.

    Thanks for the prompt resolution!
  2. Replies
    10
    Views
    1,568

    Please do so; remove the superfluous...

    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...
  3. Replies
    10
    Views
    1,568

    Agreed. In the scope of rpc, placing producer...

    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...
  4. Replies
    10
    Views
    1,568

    I've figured out the problem. Essentially, it's...

    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...
  5. Replies
    10
    Views
    1,568

    Yes, it's publishing to the default exchange. I...

    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...
  6. Replies
    10
    Views
    1,568

    Yes. It's not explicitly set, so it looks...

    Yes.


    It's not explicitly set, so it looks like it'd be false.


    No.

    thanks for following up!
  7. Replies
    10
    Views
    1,568

    Problem w/ polyglot rpc.

    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...
Results 1 to 7 of 7