Extended the java client on study basis to see whether queue messages are
propagated properly using routing.

Two clients exchanging messages based on queues. Default message queue is
used and multiple routing key is used to exchange data between them.

client 1 - two routing keys - (client1Send, client1Receive)
client 2 - two routing keys - (client2Send, client2Receive)

First client1 sends a message to the queue with routing key client2receive
and waits for the response from client2
Client2 receives the message from routing key client2receive and sends
message to client1Receive.

It works once, but when trying to send multiple messages using a loop, the
messages are being sent to wrong client.

The problem could see from the log is that the client is being bind to wrong
routing key.

Why is it binding to wrong routing key and sending messages to different
client.




-- 
View this message in context: 
http://old.nabble.com/issues-with-qpid-routing-tp28990428p28990428.html
Sent from the Qpid Developers mailing list archive at Nabble.com.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to