Re: using proton messenger *asynchronously*

2013-11-20 Thread Ken Giusti
Hi Frase - Original Message - > From: "Fraser Adams" > To: users@qpid.apache.org > Sent: Wednesday, November 20, 2013 3:28:48 PM > Subject: Re: using proton messenger *asynchronously* > > Thanks for this (and your other mail) Ken that's *really* useful - glad > I wasn't totally on the wr

Request for inclusion in 0.26 - QPID-5363 (windows AMQP 1.0 client crash)

2013-11-20 Thread Chuck Rolke
The issue https://issues.apache.org/jira/browse/QPID-5363 was discussed on https://reviews.apache.org/r/15677/ Gordon appears to approve the patch but actually he is the patch's author. I think the patch addresses the issue correctly. Without this patch using AMQP 1.0 on windows is problematic

Re: using proton messenger *asynchronously*

2013-11-20 Thread Fraser Adams
Thanks for this (and your other mail) Ken that's *really* useful - glad I wasn't totally on the wrong track. I did (eventually) figure out the "pn_messenger_recv(messenger, 1);" stuff myself - which is when my crazy JavaScript stuff started working :-D I really wish that there were more docs -

Request for inclusion in 0.26

2013-11-20 Thread Alan Conway
r1543922 NO-JIRA: HA remove use of make_shared, not available in RHEL5 boost. r1543893 QPID-5366: qpid segfaults in qpid::ha::BrokerReplicator::disconnected Both low risk, the former prevents building on RHEL5. - To unsubscribe

Re: Proof of Concept JavaScript Proton implementation.

2013-11-20 Thread Fraser Adams
On 19/11/13 20:30, Andrew Stitcher wrote: # Build the JavaScript language binding. # This is somewhat different to the other language bindings in that it does not use swig. It uses a C/C++ to # JavaScript cross-compiler called emscripten (https://github.com/kripken/emscripten). Emscripten takes C

Re: Proof of Concept JavaScript Proton implementation.

2013-11-20 Thread Fraser Adams
On 19/11/13 20:18, Ted Ross wrote: Frase, This looks really interesting. Can you provide any details about the WebSockets encapsulation (i.e. how WS messages and frames are used)? Thanks, -Ted Hi Ted, thanks for the response. I'm not really sure what you are getting at with your question,

Re: Please Read [was: Is anyone using the QMF C++ Agent and Console development libraries (libqmf2)?]

2013-11-20 Thread Gordon Sim
On 11/20/2013 01:33 PM, Kerry Bonin wrote: Thanks! I'm absolutely fine w/ using the messaging APIs, and thanks for the example, its clear enough. Is there any data available from the console APIs (I used them a long time ago - 0.8? - weren't very stable) that I can't get using the message APIs?

Re: Please Read [was: Is anyone using the QMF C++ Agent and Console development libraries (libqmf2)?]

2013-11-20 Thread Kerry Bonin
Thanks! I'm absolutely fine w/ using the messaging APIs, and thanks for the example, its clear enough. Is there any data available from the console APIs (I used them a long time ago - 0.8? - weren't very stable) that I can't get using the message APIs? And where can I look for the best documenta

Re: Please Read [was: Is anyone using the QMF C++ Agent and Console development libraries (libqmf2)?]

2013-11-20 Thread Gordon Sim
On 11/19/2013 11:09 PM, Kerry Bonin wrote: Hello! I was just about to look them over, as I need access to queue loads on the brokers. If you are considering deprecating them, what would be the recommended way to access QMF data from the broker in a C++ client app? My personal recommendation i