Let's say I have a queue on which multiple consumers are listening to. I put a request on the queue and one of the consumer will process it, and send me the reply.
Now, let's say I'm impatient and if the reply doesn't come after a while, I fire another request.
In this case, can I re-use the same correlation ID? If the reply comes more than once, I'd just ignore the extra reply.
Sounds reasonable enough to me, but just wanted to double check that it won't mess up AMQP in anyway.
P.S. I am using RabbitMQ 2.4 with rabbitmq-java-client 2.2