Re: Can I expose Java properties set in the Qpid broker server via JMX or the REST API?

2018-12-19 Thread Brian O';Shea
JMX, but will this attribute always be accessible over JMX? Thanks, Brian O'Shea Salesforce -- Sent from: http://qpid.2158936.n2.nabble.com/Apache-Qpid-users-f2158936.html - To unsubscribe, e-mail: users-unsubscr...@qpid.

Can I expose Java properties set in the Qpid broker server via JMX or the REST API?

2018-12-19 Thread Brian O';Shea
anks. Let me know if you need clarification. Brian O'Shea Salesforce -- Sent from: http://qpid.2158936.n2.nabble.com/Apache-Qpid-users-f2158936.html - To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org For additio

High memory utilization with Java version of Qpid 7.0.6

2018-10-15 Thread Brian O';Shea
Hello Qpid Community, I am seeing some strange memory utilization patterns when running the Java implementation of Qpid, version 7.0.6 on Linux (Ubuntu 16.04). I ran some tests for the application that I am working on that uses Qpid, which enqueues about 50 messages. I see this very high memory

Re: Qpid 7.0.6 not listening on HTTPS port at startup

2018-10-10 Thread Brian O';Shea
Thanks Keith and Alex, That was the problem. I have added the keystores section to the config, and now it starts up, listening on the HTTPS port. I also removed the old JMX properties to avoid confusion, although I don't think those were causing problems (they were probably just ignored)). I am

Qpid 7.0.6 not listening on HTTPS port at startup

2018-10-09 Thread Brian O';Shea
Hello Qpid Community, I am trying to configure the Java Qpid broker (version 7.0.6) on Linux (Ubuntu 16.04) using OpenJDK 1.8.0 u162. When I start the broker, it is not listening on the HTTPS port that I specified in the JSON configuration file. It is listening on the HTTP and AMPQ ports that I

Converting Qpid Broker configuration from older versions to new

2018-09-28 Thread Brian O';Shea
7.0.6. I mention this because we don't have adequate testing around the configuration for 6.0.5, so the most well-known, stable configuration that we have is for 0.32. Do you provide tools for converting the JSON configuration from older versions to newer versions? Thanks, Brian O

Re: Building Qpid broker 7.0.6 Java version with OpenJDK 1.8.0_162_x64 fails in BDB Link Store Plug-in tests

2018-09-25 Thread Brian O';Shea
Thank you for your responses, Rob and Alex. We are using the Zulu OpenJDK from Azul: https://www.azul.com/products/zulu-enterprise/ This is the JVM that I am using: $ ./java -showversionopenjdk version "1.8.0_172"OpenJDK Runtime Environment (Zulu 8.30.0.2-linux64) (build 1.8.0_172-b01)OpenJDK 64-Bi

Building Qpid broker 7.0.6 Java version with OpenJDK 1.8.0_162_x64 fails in BDB Link Store Plug-in tests

2018-09-24 Thread Brian O';Shea
x27;t find anything. We are transitioning to OpenJDK and so I would like to be able to use it to build and run the Qpid broker. Can you provide any advice on how to build this successfully? Thank you and regards, Brian O'Shea When I build with the Oracle JDK of the same version it builds su