Hello List, I have heaps of trouble routing my messages and to be honest I don't have a clue what I'm supposed to do.
So here is my situation: I have a server A and a client B. The client sends commands to the server using a message, the server replies with a message using the replyTo-information. I'm using the request reply construction from the examples in the documentation. That is the client creates a temporary queue with a unique name with the sole purpose of recieving replies. This scenario works when I use a single message broker. The next step is to split this situation between hosts (Host A for the server and Host B for the client). Each host is running a messagebroker. Using a static queue route I can get the commands from the client to the server. However the replies, intended for the temporary queue obviously fail. I assumed I could make a dynamic route on an exchange from A to B and then bind the local queues to this exchange. However, it doesn't seem to work. I'm searching for an example for this situation or a pointer to documentation that can help me solve my problem. Kind regards, Rogier --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
