Re: Does qpid federation work with Azure Service Bus

2014-03-06 Thread smartdog
This may be related: When I turn on authN /etc/qpidd.conf auth=yes realm=QPID I got sudo src/qpidd --daemon --config /etc/qpidd.conf --load-module amqp.so --log-to-stdout yes --log-to-syslog yes --log-enable info+ --data-dir /var/qpiddata [Broker] critical Unexpected error: Requested authenticati

Re: Does qpid federation work with Azure Service Bus

2014-03-06 Thread smartdog
Thanks for the reply, it is helpful. Ran into an issue with qpid-config add outgoing my-out-link. This is fine: qpid-config -b 127.0.0.1:5672 add domain my-servicebus --argument url=mynamespace.servicebus.windows.net --argument username=myusername --argument password=mypassword= --argument sasl_me

Re: Queue's various size limits in the C++ broker.

2014-03-06 Thread Bill Freeman
Gordon, Thanks again. This has been a great help. Bill

MQLight alpha uses Apache Qpid Proton

2014-03-06 Thread Gordon Sim
Thought this might be of interest to folks on this list: https://www.ibmdw.net/messaging/2014/02/14/mq-light-wire-protocol/ "In order to reach the maximum number of frameworks and deliver a first rate messaging experience we knew that the wire format would be important. [...] After much deba

Re: Queue's various size limits in the C++ broker.

2014-03-06 Thread Gordon Sim
On 03/06/2014 02:58 PM, Bill Freeman wrote: On Thu, Mar 6, 2014 at 5:17 AM, Gordon Sim wrote: Can you point me at the misleading docs and I'll see if I can make it clearer? The spot I was thinking of is in the output of qpid-config -h: --max-queue-size= Maximum

Re: Queue's various size limits in the C++ broker.

2014-03-06 Thread Bill Freeman
Gordon, First, thank you so much for your response. Some stuff elided: On Thu, Mar 6, 2014 at 5:17 AM, Gordon Sim wrote: > On 03/05/2014 09:55 PM, Bill Freeman wrote: > ... > even for durable queues where the message body may only exist in the file, >> and contrary to some documentation of

Re: Questions about queues, priorities and multi-plexing....

2014-03-06 Thread Gordon Sim
On 03/05/2014 05:01 PM, Tor Rune Skoglund wrote: Situation description: Let's say we have a central server with a queue for every connected node. Every node also has its own exchange and queues. Each of the server's queues is 'routed' to the node's exchange, which delivers "automagically" to loc

Re: Qpid 0.26 AMQP 1.0 and .net System.Transactions support

2014-03-06 Thread imran
Thanks for the info Gordon, helped a lot. It all looks very promising so looking forward to transaction support. -- View this message in context: http://qpid.2158936.n2.nabble.com/Qpid-0-26-AMQP-1-0-and-net-System-Transactions-support-tp7605229p7605232.html Sent from the Apache Qpid users maili

Re: Qpid 0.26 AMQP 1.0 and .net System.Transactions support

2014-03-06 Thread Gordon Sim
On 03/06/2014 10:01 AM, imran wrote: Hi Guys, I am just wondering if the latest Qpid release supports System.Transactions, I can see that the old WCF client did have some support for this but I think that was pre AMQP 1.0. I have had a go at compiling qpid for windows from source but I ran in to

Re: Queue's various size limits in the C++ broker.

2014-03-06 Thread Gordon Sim
On 03/05/2014 09:55 PM, Bill Freeman wrote: I've a few concerns about my understanding of the real meaning of the various limits on queue content. First, let me apologize that my questions need to be interpreted in the context of the 0.18 release (upgrades here happen slowly, if at all). Please

Qpid 0.26 AMQP 1.0 and .net System.Transactions support

2014-03-06 Thread imran
Hi Guys, I am just wondering if the latest Qpid release supports System.Transactions, I can see that the old WCF client did have some support for this but I think that was pre AMQP 1.0. I have had a go at compiling qpid for windows from source but I ran in to a few dependency issues so I haven't b