Re: Qpid High Availability

2017-07-11 Thread girish lc
Hi Alex, I'm following the same link, now I've created one MASTER node and one REPLICA to form the group, but I am not getting the idea how to use or test? On Tue, Jul 11, 2017 at 6:25 PM, Oleksandr Rudyy wrote: > Girish, > > Please following instructions in Qpid

[qpid C++] Problems addinng externally signed cert and key to certutil (NSS) database

2017-07-11 Thread Morgan Lindqvist
Hi All, Up till now I have used a own CA and signed the server and client certificates for my QPID C++ installation, this is working as it should from both the client and the server side. A new requirement have now been added which is that the root CA for the server certificate must be a trusted

Re: [Java Broker] Invalid routing key

2017-07-11 Thread Keith W
Hello Vavricka, This looks like a recent regression on master introduced (unintentionally I suspect) by QPID-7635. Please create a new JIRA with the details. Thanks Keith. On 11 July 2017 at 15:15, Vavricka wrote: > Hi, > > I have a issue with sending message with

Understanding Qpid packages

2017-07-11 Thread Chuck Rolke
I'm looking for *the best* Qpid client to execute my tests. Searching my minimal Fedora 25 dnf fedora and update repos for qpid packages I find 100 of them. That's quite a large API surface and makes it hard to new adopters to start in the right place. Some kind of scorecard on each of these

[Java Broker] Invalid routing key

2017-07-11 Thread Vavricka
Hi, I have a issue with sending message with routing key to Java broker. Java Broker always denies access. Java Broker version is latest trunk. Client version is 0.11.1. related ACL: ACL ALLOW-LOG FIXGW ACCESS VIRTUALHOST ACL ALLOW-LOG FIXGW PUBLISH EXCHANGE name="request.FIXGW"

Re: Qpid High Availability

2017-07-11 Thread Oleksandr Rudyy
Girish, Please following instructions in Qpid documentation [1]. Kind Regards, Alex [1] http://qpid.apache.org/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-High-Availability-CreatingGroup.html On 11 July 2017 at 11:10, girish lc wrote: > Hi , > > After changing

Re: qpid daemon fails to start

2017-07-11 Thread Gordon Sim
On 11/07/17 12:31, SimonC wrote: I have installed qpid on centos7 and I have problems running it as daemon on startup. I have enabled it as chkconfig qpidd on but when the boot procedure runs I get the Permission denied on a lock file, the lock file has this permission -rwxrwxr--. 1 root

qpid daemon fails to start

2017-07-11 Thread SimonC
I have installed qpid on centos7 and I have problems running it as daemon on startup. I have enabled it as chkconfig qpidd on but when the boot procedure runs I get the Permission denied on a lock file, the lock file has this permission -rwxrwxr--. 1 root root 0 Jul 10 00:27 lock The error

Re: Qpid High Availability

2017-07-11 Thread Adel Boutros
Once in the past, we tested BDB but at the end, we didn't use it because of it's licensing. I remember when we had issues configuring it, we would start all over from a clean work directory because the broker would be in an error state and it was the only way we knew to fix it. Have you tried

Re: Qpid High Availability

2017-07-11 Thread girish lc
Hi , After changing the port to 5674 (new port) I'm able to create Master node :) Working on the REPLICA node, still if any of you have the snapshot for the same please share, I am not sure how to check the High Availability working, please guide me. On Tue, Jul 11, 2017 at 3:33 PM, girish lc

Re: Qpid High Availability

2017-07-11 Thread girish lc
Hi Adel, After including the bdb je 5.0.104, I'm still getting the below error, if any of you have already configured could you please send me the screen shot. [image: Inline image 1] On Tue, Jul 11, 2017 at 3:03 PM, Adel Boutros wrote: > Hello, > > > You can find it on

Re: Qpid High Availability

2017-07-11 Thread Adel Boutros
Hello, You can find it on Oracle's website: http://www.oracle.com/technetwork/database/database-technologies/berkeleydb/downloads/index-098622.html Regards, Adel From: girish lc Sent: Tuesday, July 11, 2017 11:04:31 AM To:

Re: Qpid High Availability

2017-07-11 Thread girish lc
Hi Alex, Could you please share me the location from where I can download bdb je 5.0.104, as I'm not able to find. Many thanks, On Tue, Jul 11, 2017 at 1:40 PM, Oleksandr Rudyy wrote: > Hi Girish, > > I tested HA with bdb je 5.0.73 and got the same error. It appears that je

Re: queue persistence

2017-07-11 Thread SimonC
great ... it works ... tnx -- View this message in context: http://qpid.2158936.n2.nabble.com/queue-persistence-tp7664679p7664706.html Sent from the Apache Qpid users mailing list archive at Nabble.com. - To unsubscribe,

Re: Qpid High Availability

2017-07-11 Thread Oleksandr Rudyy
Hi Girish, I tested HA with bdb je 5.0.73 and got the same error. It appears that je configuration setting "je.cleaner.adjustUtilization" was introduced in versions after 5.0.73. Unfortunately, the setting is hard-coded in the Qpid code. In order to resolve the issue you need to upgrade bdb je to