Address x-binding failures.

2016-12-07 Thread Gary Taylor
I'm trying to use the messaging api to mimic the qpid-config commands below. I believe something is wrong with my address but can't see what it is. $ qpid-config add exchange topic myexchange $ qpid-config add queue myqueue $ qpid-config bind myexchange myqueue '#' $ qpid-config exchanges

Re: Ruby gem 'qpid_messaging'

2016-11-28 Thread Gary Taylor
On Mon, Nov 28, 2016 at 03:11:02PM -0500, Irina Boverman wrote: > I built and installed it on fedora 23. > I also installed swig, ruby-devel, make, cmake, gcc-c++. Thanks alot Irina. I was able to get this working on Fedora 23 as well. I needed to install a few more packages. For future referen

Ruby gem 'qpid_messaging'

2016-11-28 Thread Gary Taylor
I'm trying to install the Ruby gem 'qpid_messaging' version 1.35.0 from rubygems.org and it's failing (different messages depending on how I try to get it working) during the g++ compile. Has anyone used/installed this gem recently? https://rubygems.org/gems/qpid_messaging/versions/1.35.0 Where

Re: Ruby: error: qpid/messaging/Logger.h: No such file or directory

2016-11-22 Thread Gary Taylor
My first post is blank when viewed in browser. Retrying. = I am trying to get the server.rb sample from https://qpid.apache.org/releases/qpid-0.32/messaging-api/ruby/examples/index.html to work. When I try to install the qpid_messaging gem I get an error about being unable to fi

Ruby: error: qpid/messaging/Logger.h: No such file or directory

2016-11-21 Thread Gary Taylor
I am trying to get the server.rb sample from https://qpid.apache.org/releases/qpid-0.32/messaging-api/ruby/examples/index.html to work. When I try to install the qpid_messaging gem I get an error about being unable to find Logger.h. It looks like it is there to me? It's probably user error but

Valid values for x-declare, x-subscribe, x-binding?

2016-11-18 Thread Gary Taylor
In the docs, located at https://qpid.apache.org/releases/qpid-0.32/programming/book/section-addresses.html there are tables(for example: 2.3 - Link Properties) that have defintions for the items in $subject. One example: x-declare - A nested map whose values correspond to the valid fields of an

Re: Unable to get federation routing between two exchanges.

2015-09-23 Thread Gary Taylor
Resolved the issue and answering my own question for future reference. Saw this in /var/log/messages [Broker] warning Client closed connection with 320: ACL denied anonymous@QPID creating a federation link (qpid/broker/ConnectionHandler.cpp:204) Modified /etc/qpid/qpidd.acl by commenting the "d

Unable to get federation routing between two exchanges.

2015-09-23 Thread Gary Taylor
I am trying to set up a federation between two brokers and am unable to get a route working between the two. I've included a script below that I've been using and it may be easier to understand than my verbal explanation. Exchange A on localhost port 5673 is the destination. Exchange B on local