You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by haiduc <sf...@gmail.com> on 2013/01/31 13:50:06 UTC

Qpid Topic creation

Hello,

If you have a sender configured {create:always, delete:sender, ...} and a
receiver {create:always, delete:receiver, ...}, how will the topic be
created? Based on the request that arrives first? Union of both?


Thanks
-- 
View this message in context: http://old.nabble.com/Qpid-Topic-creation-tp34967050p34967050.html
Sent from the Qpid Developers mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org


Re: Qpid Topic creation

Posted by Rajith Attapattu <ra...@gmail.com>.
Assuming you are using the same address for both sender and receiver,
If your address includes the creation of an exchange as part of your
Topic setup then it will be created when ever the producer or consumer
is created.
The subscription queue will be created when the receiver is created (*).

(*There are some further complications, but cannot be explained unless
we can see your address string).

Please paste the address string you are planning to use.

Regards,

Rajith

On Thu, Jan 31, 2013 at 7:50 AM, haiduc <sf...@gmail.com> wrote:
>
> Hello,
>
> If you have a sender configured {create:always, delete:sender, ...} and a
> receiver {create:always, delete:receiver, ...}, how will the topic be
> created? Based on the request that arrives first? Union of both?
>
>
> Thanks
> --
> View this message in context: http://old.nabble.com/Qpid-Topic-creation-tp34967050p34967050.html
> Sent from the Qpid Developers mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
> For additional commands, e-mail: dev-help@qpid.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org