Bluelock / camel-spring-amqp

Spring AMQP Component for Apache Camel
61 stars 54 forks source link

Enable server-generated, temporary queue names. #11

Open deathInTheAfternoon opened 12 years ago

deathInTheAfternoon commented 12 years ago

I'm no expert in these matters, but I couldn't see how temporary queues with server generated names (as per http://www.rabbitmq.com/tutorials/tutorial-three-python.html) can be created using camel-spring-amqp - in which the queue name is compulsory. Is this a limitation of sring-amqp or the library?

deckerego commented 11 years ago

I believe that is a limitation (or lack of convention) by spring-amqp itself; this appears to be part of their reply mechanism.