Re: Configuring a queue depth limit

2016-08-24 Thread rammohan ganapavarapu
Rob, In 0.28 broker i was using ( i know you encourage me to use latest version but i dont have that flexibility for what ever the reason), i was doing some load testing, i have configured to use 512MB for heap and i stopped all consumers to see if my broker can flow messages to disk at some point

PROTON-1224 : Proton-J Change

2016-08-24 Thread Day, Jem
Hi Guys, I realize it’s taken me a (very) long time to clean up this change-request but if somebody could take a look that would be great. At present we’re running a custom version of proton-j and I’d prefer not to be doing that. https://issues.apache.org/jira/browse/PROTON-1224 https://github.

Re: Configuring a queue depth limit

2016-08-24 Thread rammohan ganapavarapu
Thank you Rob for good information. On Wed, Aug 24, 2016 at 10:45 AM, Rob Godfrey wrote: > Hi Ram, > > So, firstly 0.28 is pretty old now - it was released at the beginning of > June 2014... how the broker handles messages in memory has changed > considerably since then. Historically the broker

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

2016-08-24 Thread Kim van der Riet
This topic, which concerns the C++ API, is being forwarded as it deserves broader coverage in the community. Please weigh in if you have an opinion! Forwarded Message Subject: Re: Proton C++ binding: cases where value may not be present not handled correctly where methods re

Re: Configuring a queue depth limit

2016-08-24 Thread Rob Godfrey
Hi Ram, So, firstly 0.28 is pretty old now - it was released at the beginning of June 2014... how the broker handles messages in memory has changed considerably since then. Historically the broker simply used soft references to manage message memory consumption - that is when the JVM GC decided t

Re: Qpid PPA for Ubuntu 16.04 LTS (xenial)

2016-08-24 Thread Irina Boverman
I am in a process of doing this. Irina. - Original Message - From: "Marcel Loose" To: users@qpid.apache.org Sent: Wednesday, August 24, 2016 12:54:10 PM Subject: Qpid PPA for Ubuntu 16.04 LTS (xenial) Dear Qpid developers, Do you have any plans to prepare qpid packages for Ubuntu 16.04 L

Re: Qpid PPA for Ubuntu 16.04 LTS (xenial)

2016-08-24 Thread Matt Broadstone
On Wed, Aug 24, 2016 at 12:54 PM, Marcel Loose wrote: > Dear Qpid developers, > > Do you have any plans to prepare qpid packages for Ubuntu 16.04 LTS > (xenial) in the near future? > > Cheers, > Marcel Loose. > > Note: This message was previously sent to the Qpid PPA admin. For > details, I was a

Qpid PPA for Ubuntu 16.04 LTS (xenial)

2016-08-24 Thread Marcel Loose
Dear Qpid developers, Do you have any plans to prepare qpid packages for Ubuntu 16.04 LTS (xenial) in the near future? Cheers, Marcel Loose. Note: This message was previously sent to the Qpid PPA admin. For details, I was asked to send a mail to this list. signature.asc Description: OpenPGP

Re: Configuring a queue depth limit

2016-08-24 Thread rammohan ganapavarapu
Any idea? i also wanted to have those settings at global level of virtualhost as i create queues dynamically using client and i dont know the queue name a head of time. Thanks, Ram On Tue, Aug 23, 2016 at 9:30 PM, rammohan ganapavarapu < rammohanga...@gmail.com> wrote: > Hi, > > I am using jav

Re: Qpid dispatch router issue

2016-08-24 Thread Robbie Gemmell
Its best if you start a new thread for new discussions, that way unrelated issues get their own thread and it is easier for people to follow / join in / find later etc. :P Robbie On 24 August 2016 at 12:49, lucas wrote: > hi,Ted Ross. > I have some questions about dispatch.I use it lasterday a

Re: Qpid dispatch router issue

2016-08-24 Thread Gordon Sim
On 24/08/16 12:52, Gordon Sim wrote: On 24/08/16 12:49, lucas wrote: hi,Ted Ross. I have some questions about dispatch.I use it lasterday and I find that it's report error when I use ./qpidd and ./qdrouterd at the same time.Report As follow: warning Couldn't listen to: 0.0.0.0:5672: Can'

Re: Qpid dispatch router issue

2016-08-24 Thread Gordon Sim
On 24/08/16 12:49, lucas wrote: hi,Ted Ross. I have some questions about dispatch.I use it lasterday and I find that it's report error when I use ./qpidd and ./qdrouterd at the same time.Report As follow: warning Couldn't listen to: 0.0.0.0:5672: Can't bind to port 0.0.0.0:5672: Address a

Re: Qpid dispatch router issue

2016-08-24 Thread lucas
hi,Ted Ross. I have some questions about dispatch.I use it lasterday and I find that it's report error when I use ./qpidd and ./qdrouterd at the same time.Report As follow: warning Couldn't listen to: 0.0.0.0:5672: Can't bind to port 0.0.0.0:5672: Address already in use Here is my routerd.c

Re: [VOTE] Release Qpid Python 1.35.0

2016-08-24 Thread Robbie Gemmell
+1 I checked the RC out as follows: - Verified the sig and checksum files. - Checked LICENCE+NOTICE files present. - Ran the hello example against the 6.0.4 Java broker. Robbie On 17 August 2016 at 15:09, Justin Ross wrote: > The artifacts proposed for release: > > https://dist.apache.org/

Re: [VOTE] Release Qpid Proton 0.14.0

2016-08-24 Thread Robbie Gemmell
+1 I checked the RC out as follows: - Verified the sig and checksum files. - Checked LICENCE+NOTICE files present. - Ran the CMake build+tests. - Ran the Maven build+tests. - Used the staging repo to run the Qpid JMS client master build+tests. - Used the staging repo to run the ActiveMQ mast

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

2016-08-24 Thread Gordon Sim
On 24/08/16 01:54, John McLaughlin wrote: QPID/AMPQ noob here, but I could use some help. I git-cloned the latest repos for qpid-cpp and qpid-proton. For each, I successfully built and "sudo installed" with CMake/Make using default configs. As a test, I wanted to run qpidd and an example clien

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

2016-08-24 Thread Adel Boutros
Hello John, A while ago, when I was testing with Qpid C++ broker, I encountered similar errors where I couldn't communicate using AMQP 1.0. I solved it by launching qpidd with the following option "--load-module=amqp.so". Amqp.so is a library which is also built when you cmake/make Qpid C++ B