[rabbitmq-discuss] Fwd: RabbitMQ 3.0.4 send to temporary queue fails

Michael Justin michael.justin at gmx.net
Thu May 23 17:21:56 BST 2013


Hello,

I am following the tutorial
http://www.rabbitmq.com/tutorials/tutorial-six-java.html with one
difference: for the server side part, I use a Delphi STOMP application.

The client is based on the tutorial code and sends a message to the
"rpc_queue", and specifies a reply queue.

The server receives the following frame with the payload "30":

MESSAGE
subscription:{888A96BF-0B48-4801-A58A-E17463A8DCE5}
destination:/queue/rpc_queue
message-id:T_{888A96BF-0B48-4801-A58A-E17463A8DCE5}@@session-dq-3JC__vwqOqfKZDLdsLQ@@1
reply-to:/reply-queue/amq.gen-gXiB6yijyRPPClTuIAugKA
correlation-id:7700ff89-57a6-4674-ae6e-3b1d8fd01edc
content-type:text/plain
content-length:2


30




So the AMQP side has set reply-to to
/reply-queue/amq.gen-gXiB6yijyRPPClTuIAugKA

Now when the Delphi side tries to send the response to the reply-to
address, the broker responds with an error:

SEND
destination:/temp-queue/amq.gen-gXiB6yijyRPPClTuIAugKA
correlation-id:7700ff89-57a6-4674-ae6e-3b1d8fd01edc
content-type:text/plain


832040

received:
ERROR
message:Processing error
content-type:text/plain
version:1.0,1.1,1.2
content-length:16


Processing error



Processing error Processing error




Is this a problem in my code or is it a server side error?



-- 
Michael Justin
habarisoft - Enterprise Messaging Software for Delphi
http://www.habarisoft.com/


More information about the rabbitmq-discuss mailing list