Re: Building client - missing cmake files

2016-04-27 Thread Tomáš Šoltys
, 2016-04-25 at 10:36 +0200, Tomáš Šoltys wrote: > > Thanks Andrew, > > > > Based on https://qpid.apache.org/packages.html I have found package > > libqpidmessaging2-dev in Ubuntu repositories. This package contains > > following files: > > > > /usr/inc

Re: Building client - missing cmake files

2016-04-25 Thread Tomáš Šoltys
does work. Are you sure you've installed the > developer package probably qpid-dev or libqpid-dev? If you have > installed the developer package then this is an issue in the Ubuntu > package, which needs to provide this file for cmake to find the > package. > > Andrew > > &

Building client - missing cmake files

2016-04-22 Thread Tomáš Šoltys
Hi, I'm developing a client based on Qpid C++ library. My CMakeLists.txt contain following line: find_package (Qpid REQUIRED) It works fine of Fedora 23 but on Ubuntu cmake fails with following error: - CMake Error at

XML exchange not receiving any message

2013-03-01 Thread Tomáš Šoltys
Hi, I am trying to setup an XMLexchange and send some message to it. Here is what I did but for some reason I do not see any messages on the exchange. Can someone please tell me what am I doing wrong? $ qpid-config -a admin/admin@cbgd03:2 add exchange xml xml-exchange $ qpid-config -a

Re: Set log level

2011-11-30 Thread Tomáš Šoltys
Thanks a lot. It works just as I wanted it to. Tomas On Wed, Nov 30, 2011 at 11:02 AM, Gordon Sim g...@redhat.com wrote: On 11/30/2011 07:54 AM, Tomáš Šoltys wrote: Thanks Gordon, I prefer second option. But what I am really missing is the broker method for changing the log level

Alternate Exchange of Alternate Exchange

2011-11-16 Thread Tomáš Šoltys
Hi all, I have a three exchanges. Let's say E1, E2, E3 where E2 is alternate exchange of E1 and E3 is alternate exchange of E2. If a message can not be routed to E1, then it should go to E2. This works. But if it can not be routed to E2 it should go to E3, but it does not. Is this intended

Wild cards in the ACL rules

2011-11-11 Thread Tomáš Šoltys
=broadcast routingkey=broadcast.* Is there a reason why it is implemented this way? If I will provide a patch which will accept '*' in the middle will it be accepted? Thanks and regards, Tomáš Šoltys - Apache Qpid - AMQP Messaging