Re: queue persistence

2017-07-12 Thread Gordon Sim
On 12/07/17 11:46, SimonC wrote: what about cento6? I have to install it also on cento6 but looks like lineastore package is not available here. Apparently there are no qpid packages in EPEL6. They are available in COPR[1] but will no longer be getting updated. [1]

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

2017-07-12 Thread Morgan Lindqvist
Hi, Thank you very much, it works like a charm. /Morgan -- View this message in context: http://qpid.2158936.n2.nabble.com/qpid-C-Problems-addinng-externally-signed-cert-and-key-to-certutil-NSS-database-tp7664728p7664745.html Sent from the Apache Qpid users mailing list archive at

RE: QPID: Connection failed when connecting to remote QPIDD

2017-07-12 Thread msingman
It was related to the qpidc.conf file in /etc/qpid. I must have uncommented that for some reason and not noticed that it broke what I was trying to do. Just for reference, the uncommented line was "protocol-defaults=amqp1.0,amqp0-10", so I also don't know why it didn't try 0-10 after failing

Re: QPID: Connection failed when connecting to remote QPIDD

2017-07-12 Thread Gordon Sim
On 12/07/17 18:44, msingman wrote: Does the "INIT(0-0)" indicate that the message sender wants to use AMQP 1.0? Assuming that is the case, how can I get the C++ code I have to use 0-10 (for what it's worth, qpid::messaging is being used)? On the documentation for QPID 1.36.0 (which is the

Re: QPID: Connection failed when connecting to remote QPIDD

2017-07-12 Thread msingman
Does the "INIT(0-0)" indicate that the message sender wants to use AMQP 1.0? Assuming that is the case, how can I get the C++ code I have to use 0-10 (for what it's worth, qpid::messaging is being used)? On the documentation for QPID 1.36.0 (which is the version that is used on the host machine,

Re: QPID: Connection failed when connecting to remote QPIDD

2017-07-12 Thread Steve Huston
Everything is the same… except for the version of qpid ;-) It may be that the Ubuntu version doesn’t support AMQP 1.0 and that’s what ActiveMQ is asking for. Qpid is responding with 0-10. -Steve > On Jul 12, 2017, at 12:55 PM, Matt Singman wrote: > > I have a QPID

QPID: Connection failed when connecting to remote QPIDD

2017-07-12 Thread Matt Singman
I have a QPID daemon running inside of a Docker container. I have C++ code that should connect to this daemon, and in the past, it was able to, but it suddenly stopped being able to connect when the C++ code was run on the host machine. Trying to connect to the daemon on the container from the

Re: queue persistence

2017-07-12 Thread SimonC
helo gordon what about cento6? I have to install it also on cento6 but looks like lineastore package is not available here. Can you help me also on this? -- View this message in context: http://qpid.2158936.n2.nabble.com/queue-persistence-tp7664679p7664736.html Sent from the Apache Qpid

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

2017-07-12 Thread Jakub Scholz
I think that if you want the broker to present the whole chain you have to load the chain into the certutil database. You can download the intermediate certificate here: https://letsencrypt.org/certs/lets-encrypt-x3-cross-signed.pem.txt And simply add it to the certutil database: certutil

Re: [Java Broker] Invalid routing key

2017-07-12 Thread Vavricka
Hi, JIRA issue created https://issues.apache.org/jira/browse/QPID-7857 . Vavricka -- View this message in context: http://qpid.2158936.n2.nabble.com/Java-Broker-Invalid-routing-key-tp7664724p7664731.html Sent from the Apache Qpid users