Re: Deadlock when using amqp-1-0 client to connect to amqp-0-9-1 broker

2013-12-06 Thread Pavel Moravec
Hi Brian, let raise it in upstream JIRA: https://issues.apache.org/jira/browse/QPID Kind regards, Pavel Moravec - Original Message - From: Brian acb.kyl...@hotmail.com To: users@qpid.apache.org Sent: Friday, December 6, 2013 3:40:24 AM Subject: Re: Deadlock when using amqp-1-0

RE: Windows Mobile 6.5

2013-12-06 Thread Steve Huston
Hi Ryan, The users list is the best place for this type of question. You actually may want to consider the AMQP Messenger API in the Proton kit - that would get you AMQP 1.0 via a C API. Again, nobody has tried that on Win Mobile that I know of, but it does run on Windows. -Steve

How to create an exclusive queue?

2013-12-06 Thread Marcelo Vieira
Is there a way to create a new and exclusive queue that accepts only one session at a time? I'm trying to use 'qpid-config' command for this, is there any parameter to do that? I tried using the configuration x-declare: {auto-delete: false, exclusive: true} in the creation of the session, but

Re: How to create an exclusive queue?

2013-12-06 Thread Gordon Sim
On 12/06/2013 03:43 PM, Marcelo Vieira wrote: Is there a way to create a new and exclusive queue that accepts only one session at a time? I'm trying to use 'qpid-config' command for this, is there any parameter to do that? I tried using the configuration x-declare: {auto-delete: false,

Re: How to create an exclusive queue?

2013-12-06 Thread Marcelo Vieira
Hi Gordon, Thanks for reply. I tried to do that anyway, but it seems that did not work. I have a script that runs as a daemon and creates a session to read messagens from a queue. Even with x-declare, other scripts can create sessions to read messages from the same queue, and I need to avoid

Re: How to create an exclusive queue?

2013-12-06 Thread Darryl L. Pierce
On Fri, Dec 06, 2013 at 06:15:52PM +, Gordon Sim wrote: So actually a better suggestion might be, e.g.: 'my-queue; {create:always, link:{x-subscribe:{exclusive:True}}}' QQ - does create:always recreate the queue each time, even if it already exists? -- Darryl L. Pierce, Sr. Software