Re: [VOTE] Release Qpid Proton 0.13.1

2016-07-05 Thread Jakub Scholz
+1 I checked Proton C++ bindings as well as trunk versions of Qpid C++ broker and Qpid Messaging client built with the RC. On Sat, Jul 2, 2016 at 4:20 AM, Justin Ross wrote: > Hi, folks. Here is an RC for 0.13.1. Please test and place your vote. > > Source distribution: > > https://dist.apa

[cancel] Re: Need windows porting help: proton and libuv have competing ssize_t definitions.

2016-07-05 Thread Alan Conway
My dumb mistake, mixing 64 and 32 bit code. On Tue, 2016-07-05 at 19:55 -0400, Alan Conway wrote: > I'm working on a libuv integration for proton (https://github.com/ala > nc > onway/qpid-proton/tree/c-engine) and on windows I ran into this > problem: > >  D:\Users\aconway\proton\examples\c\libuv

Need windows porting help: proton and libuv have competing ssize_t definitions.

2016-07-05 Thread Alan Conway
I'm working on a libuv integration for proton (https://github.com/alanc onway/qpid-proton/tree/c-engine) and on windows I ran into this problem:  D:\Users\aconway\proton\examples\c\libuv\simple_send.c   simple_send.c c:\program files\libuv\include\uv-win.h(27): error C2371: 'ssize_t' : redefiniti

[NOTICE] cpp and python subdirs of svn trunk have migrated to git repositories

2016-07-05 Thread Robbie Gemmell
The migration to the new git repositories have now been performed: https://git-wip-us.apache.org/repos/asf/qpid-cpp.git https://git-wip-us.apache.org/repos/asf/qpid-python.git Some additional tasks still need completed now that the migration has been done. See the JIRAs for further details: https:

Re: [NOTICE] cease commits to cpp and python subdirs of svn trunk, migrating to git

2016-07-05 Thread Robbie Gemmell
The migration has been performed, after some issues were resolved. More details in a new thread shortly. Robbie On 5 July 2016 at 09:40, Robbie Gemmell wrote: > No update, I was going to jump on HipChat later to see whats happening > though since infra asked for this notice to be sent, and > the

Re: Issue when using CMake to install Qpid broker

2016-07-05 Thread loremIpsum1771
Yes, "" is just being used as a placeholder. I created a new builds/qpid directory on the C drive and then ran the command: cmake -G "Visual Studio 12 2013" C:\Users\I664761\Downloads\qpid-cpp-0.34 after doing which I got the following error log: https://gist.github.com/loremIpsum1771/fc1d912bbe5a7

Re: [VOTE] Release Qpid Proton 0.13.1

2016-07-05 Thread Gordon Sim
On 02/07/16 03:20, Justin Ross wrote: Hi, folks. Here is an RC for 0.13.1. Please test and place your vote. Source distribution: https://dist.apache.org/repos/dist/dev/qpid/proton/0.13.1-rc/ Maven staging repo: https://repository.apache.org/content/repositories/orgapacheqpid-1082 Chang

Re: [VOTE] Release Qpid Proton 0.13.1

2016-07-05 Thread Alan Conway
On Tue, 2016-07-05 at 12:25 +0100, Robbie Gemmell wrote: > On 2 July 2016 at 03:20, Justin Ross wrote: > > > > Hi, folks.  Here is an RC for 0.13.1.  Please test and place your > > vote. > > > > Source distribution: > > > >   https://dist.apache.org/repos/dist/dev/qpid/proton/0.13.1-rc/ > > +

Re: Issue when using CMake to install Qpid broker

2016-07-05 Thread Andrew Stitcher
On Tue, 2016-07-05 at 09:13 -0700, loremIpsum1771 wrote: > I just tried this: > > cmake -G "Visual Studio 12 2013" > -DCMAKE_INSTALL_PREFIX=C:\\Downloads\qpid-cpp- > 0.34\bindings\qmf2\examples\cpp\install_dir This is a peculiar path for the install - why in the middle of the qmf2 binding? If you

Re: Issue when using CMake to install Qpid broker

2016-07-05 Thread loremIpsum1771
I just tried this: cmake -G "Visual Studio 12 2013" -DCMAKE_INSTALL_PREFIX=C:\\Downloads\qpid-cpp-0.34\bindings\qmf2\examples\cpp\install_dir and I got this error: CMake Error at CMakeLists.txt:73 (install): install FILES given no DESTINATION! -- Configuring incomplete, errors occurred! -

Re: Issue when using CMake to install Qpid broker

2016-07-05 Thread Alan Conway
On Tue, 2016-07-05 at 07:57 -0700, loremIpsum1771 wrote: > Thanks for the response. I wasn't sure exactly where to put the > install > directory so I made an empty one within the cpp directory. I then ran > the > following command: cmake -G "Visual Studio 12 2013" > -DCMAKE_INSTALL_PREFIX = > C:\\D

Re: Issue when using CMake to install Qpid broker

2016-07-05 Thread loremIpsum1771
Thanks for the response. I wasn't sure exactly where to put the install directory so I made an empty one within the cpp directory. I then ran the following command: cmake -G "Visual Studio 12 2013" -DCMAKE_INSTALL_PREFIX = C:\\Downloads\qpid-cpp-0.34\bindings\qmf2\examples\cpp\install_dir I then g

Re: [VOTE] Release Qpid Proton 0.13.1

2016-07-05 Thread Robbie Gemmell
On 2 July 2016 at 03:20, Justin Ross wrote: > Hi, folks. Here is an RC for 0.13.1. Please test and place your vote. > > Source distribution: > > https://dist.apache.org/repos/dist/dev/qpid/proton/0.13.1-rc/ > > Maven staging repo: > > https://repository.apache.org/content/repositories/orgapa

Re: Qpid JMS: client inactivity problem

2016-07-05 Thread Robbie Gemmell
I'm going to assume you just meant to say producers instead of consumers everywhere in the previous mail? Not that it perhaps matters here. It isn't invalid from a client or protocol perspective to create a session and then not create a producer or consumer on it, though it wouldn't be particularl

Re: Qpid JMS: client inactivity problem

2016-07-05 Thread Dale Green
Of course, producers are needed, not consumers. On Tue, Jul 5, 2016 at 11:13 AM, Dale Green wrote: > Hi Robbie, > > It seems that I made multiple mistakes in evaluating the problems, but I > finally managed to reproduce it with some very simple code. > > It looks that this timeout after 5 minute

Re: Qpid JMS: client inactivity problem

2016-07-05 Thread Dale Green
Hi Robbie, It seems that I made multiple mistakes in evaluating the problems, but I finally managed to reproduce it with some very simple code. It looks that this timeout after 5 minutes happens always when there is no consumer using the session. That is, we have only Open, Begin and Empty frames

Re: [NOTICE] cease commits to cpp and python subdirs of svn trunk, migrating to git

2016-07-05 Thread Robbie Gemmell
No update, I was going to jump on HipChat later to see whats happening though since infra asked for this notice to be sent, and thensilence. Sorry about the mixup, I didn't think to point out the situation with the testing repos in the original mail. Robbie On 5 July 2016 at 09:18, Keith W