Setting flow to disk in Java broker

2016-08-25 Thread Ramayan Tiwari
Hi All, I am trying to set flow to disk parameter to 70%, the only way I am able to do it by calculating 70% of direct memory in terms of bytes and then setting it as context variable in the broker config file. "context" : { "broker.flowToDiskThreshold" : "105000" } I tried to specify this a

Re: QPID C++ Broker and QPID Proton C++ Example interoperability problem

2016-08-25 Thread John McLaughlin
I am not sure of the proper etiquette here, but I wanted to say thanks to Gordon. Building the C++ qpidd with "-Damqp_force=true" did, in fact, solve my problem. Thank you. John -- View this message in context: http://qpid.2158936.n2.nabble.com/QPID-C-Broker-and-QPID-Proton-C-Example-interop

Re: RFI: Update maximum accepted version of proton for qpid-cpp [Was: [RESULT] [VOTE] Release Qpid Proton 0.14.0]

2016-08-25 Thread Justin Ross
Thanks, Andrew. Approved. On Thu, Aug 25, 2016 at 11:44 AM, Andrew Stitcher wrote: > As a follow on from this. I tested qpid-cpp with this version of proton > and found no problems I could attribute to proton* > > So I've updated the maximum version of proton that doesn't warn about > lack of t

RFI: Update maximum accepted version of proton for qpid-cpp [Was: [RESULT] [VOTE] Release Qpid Proton 0.14.0]

2016-08-25 Thread Andrew Stitcher
As a follow on from this. I tested qpid-cpp with this version of proton and found no problems I could attribute to proton* So I've updated the maximum version of proton that doesn't warn about lack of testing on qpid-cpp master and I'd like to put this on the 1.35 release branch. The change [1] i

**Please Dropbox** ~ Document~08/25/2016.pdf**

2016-08-25 Thread Nicholas Barone
[image: Image removed by sender. HelloFax] The easiest way to sign and send faxes online Executed Settlement From: Nicholas Barone (*​nbar...@princeton.com *) -- Please see attached. - Reply View document

RE: Using QPID behind HTTP proxy

2016-08-25 Thread Steve Huston
Hi Tobias, > -Original Message- > From: rat...@web.de [mailto:rat...@web.de] > Sent: Thursday, August 25, 2016 8:30 AM > To: users@qpid.apache.org > Subject: Using QPID behind HTTP proxy > > Hello, > in my c++ application several computations are performed on a remote > server. > I have i

[RESULT] [VOTE] Release Qpid Proton 0.14.0

2016-08-25 Thread Justin Ross
The release is approved with six binding votes in favor and none against. On Wed, Aug 17, 2016 at 7:06 AM, Justin Ross wrote: > The artifacts proposed for release: > > https://dist.apache.org/repos/dist/dev/qpid/proton/0.14.0-rc/ > > Please indicate your vote below. If you favor releasing the

Re: [VOTE] Release Qpid Proton 0.14.0

2016-08-25 Thread Justin Ross
+1 I tested on Fedora 23 and Windows 10. Linux test output: http://home.apache.org/~jross/misc/qpid-proton-0.14.0-rc-test-output.txt On Wed, Aug 17, 2016 at 7:06 AM, Justin Ross wrote: > The artifacts proposed for release: > > https://dist.apache.org/repos/dist/dev/qpid/proton/0.14.0-rc/ > >

[RESULT] [VOTE] Release Qpid Python 1.35.0

2016-08-25 Thread Justin Ross
The release is approved with four binding votes in favor and none against. On Wed, Aug 17, 2016 at 7:09 AM, Justin Ross wrote: > The artifacts proposed for release: > > https://dist.apache.org/repos/dist/dev/qpid/python/1.35.0-rc/ > > Please indicate your vote below. If you favor releasing th

Re: [VOTE] Release Qpid Python 1.35.0

2016-08-25 Thread Justin Ross
+1 I tested Qpid Python RC with Qpid C++ master on Fedora 23 and Windows 10. Linux test output: http://home.apache.org/~jross/misc/qpid-python-1.35.0-rc-test-output.txt On Wed, Aug 17, 2016 at 7:09 AM, Justin Ross wrote: > The artifacts proposed for release: > > https://dist.apache.org/repos

Using QPID behind HTTP proxy

2016-08-25 Thread rat...@web.de
Hello, in my c++ application several computations are performed on a remote server. I have implemented this using QPID and everything works fine if a direct internet connection is available. However, some of my clients use a HTTP proxy to access the internet. Is there any possibility to tell QPID (

Re: heterogeneous federation (Qpid -> ActiveMQ)

2016-08-25 Thread Gordon Sim
On 25/08/16 13:07, Vince Cole wrote: Hi I'm new to Qpid and to this list, please be gentle :-) Is it possible to create a federation, in which a Qpid instance is the source broker and an ActiveMQ instance is the destination (on a remote host)? Out of the box, this doesn't appear possible becau

heterogeneous federation (Qpid -> ActiveMQ)

2016-08-25 Thread Vince Cole
Hi I'm new to Qpid and to this list, please be gentle :-) Is it possible to create a federation, in which a Qpid instance is the source broker and an ActiveMQ instance is the destination (on a remote host)? Out of the box, this doesn't appear possible because ActiveMQ requires a connection be ma

Re: Proton C++ binding: cases where value may not be present not handled correctly where methods return std::string

2016-08-25 Thread Alan Conway
Wanted to get this API conversation on the public list. The AMQP protocol treats all properties as "optional" so on the wire properties can be "missing". Other APIs can represent this distinction, e.g. python returns None for missing and "" for empty string. The C++ API repreents properties like

Re: Configuring a queue depth limit

2016-08-25 Thread Lorenz Quack
Hi Ram, I am not too familiar with how 0.28 handles things but I am sure it will always keep some sort of representation of the message in memory even if a message was flown to disk so it will always incur somememory overhead. A quick back-of-the-envelope calculation: 500,000 kB memory / 1,500,0