[rabbitmq-discuss] Implementing an RPC backend

Matthias Radestock matthias at lshift.net
Sun Jul 8 16:52:30 BST 2007


Ben,

"Ben Hood" <0x6e6562 at gmail.com> writes:

> Therefore the solution was to use an empty string for the exchange
> property when called the publish method:
>
> @Override public void handleDelivery(AMQP.Basic.Deliver method,
> AMQP.BasicProperties properties, byte[] body) throws IOException {
>
>             channel.basicPublish(ticket,"", properties.replyTo, true,
> true,properties,"bar".getBytes());
>
> }
>
> I imagine this behaviour is described in the spec to some extent as
> well.

The format of the reply-to field is not specified in AMQP 0-8 or
0-9. This will be addressed in AMQP 0-10. See
  https://wiki.108.redhat.com/jira/browse/AMQP-58


Regards,

Matthias.




More information about the rabbitmq-discuss mailing list