----- Original Message ----- > On 01/05/2012 07:44 PM, William Henry wrote: > > > > > > ----- Original Message ----- > >> You cannot have a single producer create both the exchange and the > >> queue via the evaluation of an address (that would seem rather an > >> esoteric requirement to me however). > > > > I've done it an it works. I've kinda had to to achieve what I > > needed > > to do - trying to replace RabbitMQ in an implementation. The use > > case doesn't assume that the exchange is already there when > > creating > > a "consumer" with a specific queue. So the address with node and > > link > > does the trick - though pretty ugly looking. > > I suspect you have the exchange and queue both created on creating a > *consumer* (the former as a node, the latter as part of the link), > rather than a *producer* (for which a link queue will not be > created). >
ack. I think you suspect right. William > --------------------------------------------------------------------- > Apache Qpid - AMQP Messaging Implementation > Project: http://qpid.apache.org > Use/Interact: mailto:[email protected] > > --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
