Re: java broker startup properties file

2016-04-07 Thread rammohan ganapavarapu
Rob, Please also share --system-properties-file sample file. Thanks, Ram On Thu, Apr 7, 2016 at 3:51 PM, rammohan ganapavarapu < rammohanga...@gmail.com> wrote: > Rob, > > thanks for the explanation, do you have a sample --system-properties-file? > that i can take a look? > > Also i just tried

Re: java broker startup properties file

2016-04-07 Thread rammohan ganapavarapu
Rob, Thank you, one more question on -icp and -sp, so what if i have updated icp with some property change and restarted broker with icp (every time i restart broker i am using initial config "/opt/qpid-java-broker/bin/qpid-server -icp /opt/qpid-java-broker/etc/config.json" not sure if its is

Re: java broker startup properties file

2016-04-07 Thread rammohan ganapavarapu
Rob, thanks for the explanation, do you have a sample --system-properties-file? that i can take a look? Also i just tried 6.0.1 but my client/app is throwing this error, i am not a developer, i am ops guy and i dont want to change the existing code but wanted to make java qpid work. This is the

Re: [VOTE] Release Qpid JMS client 0.9.0

2016-04-07 Thread Timothy Bish
+1 * Checked the signatures and sums * Built the src and ran all tests * Ran the example against an ActiveMQ 5 broker * Ran the AMQP test suite in ActiveMQ 5 using the staged artifact * Checked the LICENSE and NOTICE files * Reviewed the Documentation file On 04/07/2016 01:04 PM, Robbie

Re: java broker startup properties file

2016-04-07 Thread Rob Godfrey
On 7 April 2016 at 23:16, rammohan ganapavarapu wrote: > Rob, > > Does v6.0.1 support Anonymous or no authentication? last time when i try to > use .32 it was not working with Anonymous. > Yes, Anonymous is supported. Which AMQP protocol are you using (0-9-1, 0-10, or

Re: java broker startup properties file

2016-04-07 Thread rammohan ganapavarapu
Rob, Does v6.0.1 support Anonymous or no authentication? last time when i try to use .32 it was not working with Anonymous. Sorry i was not clear in my previous email, i was taking about properties file not broker storage format, the use case is if i wanted to override some of these properties

Re: java broker startup properties file

2016-04-07 Thread Rob Godfrey
Firstly, 0.28 is quite old now - I would recommend updating to v6.0.1 if you can. Secondly I'm not sure I understand your question - are you asking about overriding particular properties, or the storage format for the broker configuration - these are two different things. In terms of properties

java broker startup properties file

2016-04-07 Thread rammohan ganapavarapu
Hi, Is there any way to start qpid-java-0.28 broker using .properties file or .xml or .yaml file instead of .json file? or what are the other ways to pass override properties instead of JSON config file? Thanks, Ram

Re: Anyone have an example of using message setProperty()?

2016-04-07 Thread Timothy Bish
On 04/07/2016 04:55 PM, Flores, Paul A. wrote: At client site. Need a clear example of the usage of setProperty() Can you provide a bit more context on what code you are referring to and what you want to accomplish? Thanks for your help it is appreciated! Paul

c++ (and other bindings) auto close behavior for handlers?

2016-04-07 Thread Alan Conway
Currently proton-C and the various bindings do *not* auto-close contained objects when the container closes. I.e. closing a connection does not close its sessions, closing a session does not close its links etc. Also closing a transport does not automatically close its connection. I believe there

[VOTE] Release Qpid JMS client 0.9.0

2016-04-07 Thread Robbie Gemmell
Hi folks, I have put together a spin for a 0.9.0 Qpid JMS client release, please test it and vote accordingly. The source and binary archives can be grabbed from here: https://dist.apache.org/repos/dist/dev/qpid/jms/0.9.0-rc1/ Those files and the other maven artifacts are also staged for now

RE: Incompatible code with NSS when buidling Qpid C++ Broker

2016-04-07 Thread Steve Huston
It would be great if you can raise a JIRA and attach your patch against the current trunk/head/master. Thanks, -Steve > -Original Message- > From: Adel Boutros [mailto:adelbout...@live.com] > Sent: Thursday, April 07, 2016 4:01 AM > To: users@qpid.apache.org > Subject: RE: Incompatible

Re: Reactor Heartbeat [was: RE: Rapid generation of IOExceptions on Proton-J client recv() when HornetQ stopped/becomes unavailable]

2016-04-07 Thread Robbie Gemmell
Hi Matthew, I think your initial issue here is likely that HornetQ is neither requesting clients send it heartbeats, or supporting sending heartbeats to them if it so requested. It is however separately enforcing a timeout in its IO layer. I say that based on the heartbeat handling only quite

RE: Incompatible code with NSS when buidling Qpid C++ Broker

2016-04-07 Thread Adel Boutros
Hello Steve, I am willing to help close this issue as I am currently compiling on SunOS. What do you need me to do? As I mentioned before, applying the proposed patch works (It fixes the compilation issue raised but of course there are other issues I am facing now).But, I couldn't find any jira