Bad news: Re: [VOTE] Approve Qpid Dispatch 0.4-rc1 as the final 0.4 release

2015-03-27 Thread Alan Conway
-1 Sorry: there's a bug in the doc generation that breaks in-tree builds. I know we don't recommend these but still they shouldn't fall over. Fixed (trivial) on 0.4 branch (and trunk): r1669618 | aconway | 2015-03-27 12:49:

Re: Problems with auto-creation of exchange

2015-03-27 Thread Gordon Sim
On 03/27/2015 03:12 PM, Toralf Lund wrote: I'm also setting up a temporary receiver with auto-create as a way of making sure a "well-known" receiver queue is set up and bound to the exchange. This is something that's tried and retried until it's successful, but it turns out that the first attempt

Re: Problems with auto-creation of exchange

2015-03-27 Thread Toralf Lund
On 27/03/15 15:23, Gordon Sim wrote: On 03/27/2015 01:40 PM, Toralf Lund wrote: On 27/03/15 12:41, Gordon Sim wrote: On 03/27/2015 08:52 AM, Toralf Lund wrote: Hi, I'm having problems with the auto-create functionality in the C++ messaging API. Simply put, I pass the following address string

Re: [VOTE] Approve Qpid Dispatch 0.4-rc1 as the final 0.4 release

2015-03-27 Thread Ken Giusti
+1 Tested build, make test, make install on 'clean' fedora 21 with proton 0.9rc3 installed. Tested against pyngus and oslo.messaging functional tests. -K - Original Message - > From: "Ted Ross" > To: users@qpid.apache.org > Sent: Wednesday, March 25, 2015 12:46:47 PM > Subject: [VOTE]

Re: Problems with auto-creation of exchange

2015-03-27 Thread Gordon Sim
On 03/27/2015 01:40 PM, Toralf Lund wrote: On 27/03/15 12:41, Gordon Sim wrote: On 03/27/2015 08:52 AM, Toralf Lund wrote: Hi, I'm having problems with the auto-create functionality in the C++ messaging API. Simply put, I pass the following address string to Session::createSender(), hoping to

Re: Problems with auto-creation of exchange

2015-03-27 Thread Toralf Lund
On 27/03/15 12:41, Gordon Sim wrote: On 03/27/2015 08:52 AM, Toralf Lund wrote: Hi, I'm having problems with the auto-create functionality in the C++ messaging API. Simply put, I pass the following address string to Session::createSender(), hoping to create and connect to an exchange that does

Re: Problems with auto-creation of exchange

2015-03-27 Thread Gordon Sim
On 03/27/2015 08:52 AM, Toralf Lund wrote: Hi, I'm having problems with the auto-create functionality in the C++ messaging API. Simply put, I pass the following address string to Session::createSender(), hoping to create and connect to an exchange that does not originally exist: pgs.data; { c

Problems with auto-creation of exchange

2015-03-27 Thread Toralf Lund
Hi, I'm having problems with the auto-create functionality in the C++ messaging API. Simply put, I pass the following address string to Session::createSender(), hoping to create and connect to an exchange that does not originally exist: pgs.data; { create: sender, delete: never, node: { typ