[AMQP 1.0] Basic question on loadsharing due to high volume

2016-01-08 Thread Morgan Lindqvist
Hi All, I have a little problem understanding how load sharing is supported with AMQP. Up till now that has not been an issue for me but now I will start hitting the capacity on the HW where the server is running. I have a number of producer and a number of consumers. The AMQP server in the

Re: More frequently releases of qpid binaries

2016-02-22 Thread Morgan Lindqvist
open two JIRA's for these - one for the docs, the > other for the cpp broker? > > http://qpid.apache.org/issues.html#report-a-bug > > thanks, > > -K > > ----- Original Message - >> From: "Morgan Lindqvist" > morgan.lindqvist@ > >> To: >

Tests fails when building C++ broker on Ubuntu

2016-02-18 Thread Morgan Lindqvist
Hi All, I am building the C++ broker on Ubuntu 14.04 and when I run the "make test" command after the build 15 of the tests fail. Is this to be expected or did I do some mistakes when configuring the build. I have used the following commands to configure and build the system.

Re: C++ Broker

2016-02-19 Thread Morgan Lindqvist
Hi, Thanks for the assistance with finding the file describing the tests in more detail. One of the issues was that the ~/.qpidd directory was owned by another user than was running the tests. When this was fixed the failed tests was reduced to 5. When looking at the tests log I however saw that

Re: C++ Broker

2016-02-19 Thread Morgan Lindqvist
Hi again, I did add the swig part and that is now used by cmake /Morgan -- View this message in context: http://qpid.2158936.n2.nabble.com/Re-C-Broker-tp7638725p7638749.html Sent from the Apache Qpid users mailing list archive at Nabble.com.

Re: C++ Broker tests are failing

2016-02-20 Thread Morgan Lindqvist
!!! Traceback (most recent call last): File "/home/webrtc/NordicWay-1.0/qpid-cpp-0.34/build/src/tests/python/commands/qpid-python-test", line 563, in m = __import__(name, None, None, ["dummy"]) ImportError: No module named broker_1_0 FAIL swigged python tests:

More frequently releases of qpid binaries

2016-02-20 Thread Morgan Lindqvist
Hi All, I installed qpidd on my Ubuntu 14.04 computer using "sudo apt-get install qpidd" I however discovered that the version I got was version 0.16, we are now at version 0.34. Looking at http://packages.ubuntu.com/search?keywords=qpid=names=all=all it can be seen that version 0.16 is the

Re: More frequently releases of qpid binaries

2016-02-20 Thread Morgan Lindqvist
of time for a lot of people. Best Regards, Morgan Matt Broadstone wrote > On Sat, Feb 20, 2016 at 4:09 PM, Morgan Lindqvist < > morgan.lindqvist@ >> wrote: > >> Hi All, >> >> I installed qpidd on my Ubuntu 14.04 computer using "sudo apt-g

Re: More frequently releases of qpid binaries

2016-02-21 Thread Morgan Lindqvist
if you need help. Best Regards, Morgan Morgan Lindqvist wrote > Hi, > > Thanks for this information. QPIDD is now installed and I will now start > trying to configure it, thanks! > > Could this information be added to the page describing how to install > QPID? > (htt

[C++ broker] How to create filters and queues from the client

2016-03-10 Thread Morgan Lindqvist
Hi All, I was previously using AMQP 0.9.1 (RabbitMQ) and the client library amqplib for Node JS. With these components it was easy to give the client the possibility to create the queue and the bindingKey and connect it to an topic-exchange. I now would like a client to create a queue and a

Re: [C++ broker] How to create filters and queues

2016-03-13 Thread Morgan Lindqvist
the coolness of the demo? Thanks for all the help! SBS (Shit behind the sticks, as we say in Sweden) is most of the time the reason for why stuff does not work. Another, and a bit nicer, quote is "Even the sun have spots" :-) I think I take that one. Best Regards, Morgan Morgan Lindqvist

[C++ broker] No logs not found when installing binary from ppa:qpid/testing

2016-03-09 Thread Morgan Lindqvist
Hi, I have on my Ubuntu 14.04 installed the qpidd binary from ppa:qpid/testing sudo add-apt-repository ppa:qpid/testing sudo apt-get update sudo apt-get upgrade sudo apt-get install quid --- When starting the quid daemon it does not log anything to /var/log/syslog as the daemon

Re: [C++ broker] How to create filters and queues

2016-03-12 Thread Morgan Lindqvist
00" > > qpid-config bind subjects mysubscription mysubject > > > > HTH. > > oliv/ > > On Thu, Mar 10, 2016 at 5:03 PM, Morgan Lindqvist < > morgan.lindqvist@ >> wrote: > >> Hi All, >> >> I was previously using AMQP 0.9

Re: [C++ broker] No logs not found when installing binary from ppa:qpid/testing

2016-03-09 Thread Morgan Lindqvist
Hi, I found the issue, one was forced to set the option "log-to-syslog=yes" to get the logs in the syslog file /Morgan -- View this message in context: http://qpid.2158936.n2.nabble.com/C-broker-No-logs-not-found-when-installing-binary-from-ppa-qpid-testing-tp7639838p7639842.html Sent from

Re: [qpid c++] ACL for writing to an exchange

2017-03-02 Thread Morgan Lindqvist
Hi, I will try getting the logs, but until then. I am using AMQP 1.0, a requirement for the implementation. Can I not use an "exchange" and connect it to a queue and write to the exchange and read from the queue in this case? I have big difficulties in identifying which part of quid that is for

[QPID C++][Java JMS client] Data gets corrupted when sent to the server over SSL

2016-09-16 Thread Morgan Lindqvist
Hi all, I have an issue that data gets corrupted if the size is 66068 but not if it is 65068 or smaller when using the JavaJMS client. The server is QPIC C++ and SSL encryption is used. If I instead use a Node JS based client I have no issues with the size of the messages. I have sent a 1MB

Re: [qpid c++][NodeJS amqp10] Unexpected message format, got uint at index 1 of headers

2017-03-02 Thread Morgan Lindqvist
le.com>>: On Thu, Mar 2, 2017 at 11:35 AM, Morgan Lindqvist <[hidden email]> wrote: > Hi All, > > I am using the Node JS library amqp10 (ver 3.2.5) together with quid c++ > (ver 1.35). > > I just started defining the TTL parameter in the header and now quid

[qpid c++] ACL for writing to an exchange

2017-03-01 Thread Morgan Lindqvist
Hi All, I have an issue that I can not get working Setup: I have one exchange and three queues connected to it with a filter between the exchange and each queue. The issue I have is to get the users write access to the exchange. acl allow producer access exchange name=nwEx acl allow producer

[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: [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

[qpid c++][launchpad-ppa] linearstore.so not available in binary?

2017-08-23 Thread Morgan Lindqvist
Hi, I am using the binary of quid-c++ 1.36 available here, https://launchpad.net/~qpid/+archive/ubuntu/released?field.series_filter=xenial The issue I have is that I do not find the linearstore.so and hence I do not get persistence to work. Should I use something else than linearstore.so or is

Re: [qpid c++][launchpad-ppa] linearstore.so not available in binary?

2017-08-23 Thread Morgan Lindqvist
That I missed, thanks /Morgan Jakub Scholz-2 wrote > Perhaps a stupid question ... but have you tried installing the > liblinearstore (liblinearstore_1.36.0-1qpid+xenial1_amd64.deb) package? > According to the changelog it has been renamed from qpidd-linear-store. > > Jakub -- View this