Hi, I’m trying to set up RCP communication by using racket-stomp messaging, but I can’t seem to find neither documentation nor a sample code that would show how to accomplish this.
For example, I’d like to send a target computer a message containing a quoted function, say ’(+ 1 2 3) and I should receive the remotely evaluated value 6. >From a generic STOMP documentation I’ve understood that I should send a ”reply-to” header item with a temporary queue value, but I’m not sure about the format I should use in racket-stomp. I tried... #:headers `((receipt ,receipt)(persistent "true")(reply-to "/temp-queue/foo")) ... which returned ”Received ERROR” without further information. Also, even though the target computer is able to receive the message, I’m not sure how to make it to respond with a value. I would appreciate any help or pointers. br, jukka -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.