Re: Creating queues with PROTON messenger

2013-06-25 Thread atarutin
Ted, thank you kindly for complete reply.



--
View this message in context: 
http://qpid.2158936.n2.nabble.com/Creating-queues-with-PROTON-messenger-tp7593967p7594520.html
Sent from the Apache Qpid Proton mailing list archive at Nabble.com.


Re: Creating queues with PROTON messenger

2013-06-25 Thread Ted Ross
I believe that ActiveMQ will create a queue as a side effect of 
subscribing or producing from/to an address.


The AMQP working group is developing a management specification that 
will define a standard way for AMQP clients to create queues/topics on 
brokers.  Until this is complete, there are only broker-specific 
mechanisms available.


-Ted


On 06/25/2013 10:05 AM, atarutin wrote:

Yes, I am using ActiveMQ. But it doesn't means. Do you mean that I can create
queues only with server specific instruments and there is no ways to create
queues via proton lib?




--
View this message in context: 
http://qpid.2158936.n2.nabble.com/Creating-queues-with-PROTON-messenger-tp7593967p7594508.html
Sent from the Apache Qpid Proton mailing list archive at Nabble.com.




Re: Creating queues with PROTON messenger

2013-06-25 Thread atarutin
Yes, I am using ActiveMQ. But it doesn't means. Do you mean that I can create
queues only with server specific instruments and there is no ways to create
queues via proton lib?




--
View this message in context: 
http://qpid.2158936.n2.nabble.com/Creating-queues-with-PROTON-messenger-tp7593967p7594508.html
Sent from the Apache Qpid Proton mailing list archive at Nabble.com.


Re: Creating queues with PROTON messenger

2013-06-25 Thread Ted Ross
Proton is an endpoint library.  In order to have queues or topics, you 
will need to have a message broker.  Are you using a particular broker?


-Ted


On 06/25/2013 05:51 AM, atarutin wrote:

Hi, Folks. I still need an example. If messenger cann't create queues or
topics, I think it might be possible via low-level proton methods. But I
don't familiar enough with AMQP specification. Could anybody help me please?



--
View this message in context: 
http://qpid.2158936.n2.nabble.com/Creating-queues-with-PROTON-messenger-tp7593967p7594491.html
Sent from the Apache Qpid Proton mailing list archive at Nabble.com.




Re: Creating queues with PROTON messenger

2013-06-25 Thread atarutin
Hi, Folks. I still need an example. If messenger cann't create queues or
topics, I think it might be possible via low-level proton methods. But I
don't familiar enough with AMQP specification. Could anybody help me please?



--
View this message in context: 
http://qpid.2158936.n2.nabble.com/Creating-queues-with-PROTON-messenger-tp7593967p7594491.html
Sent from the Apache Qpid Proton mailing list archive at Nabble.com.


Creating queues with PROTON messenger

2013-06-10 Thread atarutin
I've read a lot about AMQP protocol and it seems that specification of
protocol supports dynamic creation of queues.
Could anybody help me please with an example of queue create through PROTON
API? I didn't find any creational method around the messenger but I still
think it is possible without messenger methods.



--
View this message in context: 
http://qpid.2158936.n2.nabble.com/Creating-queues-with-PROTON-messenger-tp7593967.html
Sent from the Apache Qpid Proton mailing list archive at Nabble.com.