Re: How can I know queue existence?

2009-09-29 Thread Gordon Sim
(or broadcast) a message when they are ready to receive messages. - Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[hidden email] __________________ V

Re: How can I know queue existence?

2009-09-29 Thread ricardlf
messages. > > - > Apache Qpid - AMQP Messaging Implementation > Project: http://qpid.apache.org > Use/Interact: mailto:[hidden email] > > > > > _____

Re: How can I know queue existence?

2009-09-29 Thread Gordon Sim
On 09/29/2009 09:34 AM, ricardlf wrote: Hi! I'm working on an application where each consumer has its own queue, the producers wait until the queue of its consumer is created and then they start to send message to its consumer (the producer knows the consumer's queue name from the begining). How

How can I know queue existence?

2009-09-29 Thread ricardlf
created to make the producer start to send messages? I need to do this in Java and C++ because I'm wraiting producers in both languages. Thank you. Ricard -- View this message in context: http://n2.nabble.com/How-can-I-know-queue-existence-tp3734626p3734626.html Sent from the Apache Qpid use