Re: qpid-route version error

2017-01-19 Thread Gregory Simpson
I stopped the router and reran the broker and it seems to be working. Thanks for all the help! On Thu, Jan 19, 2017 at 4:28 PM, Gordon Sim wrote: > On 19/01/17 22:58, Gregory Simpson wrote: > >> Sorry I forgot to include this line for the netstat output in the previous >

Re: qpid-route version error

2017-01-19 Thread Gregory Simpson
option and connecting to something else? On Thu, Jan 19, 2017 at 2:58 PM, Ted Ross wrote: > > On 01/19/2017 04:28 PM, Gregory Simpson wrote: > >> On both the working an non working VM the result of the netstat is the >> following: >> tcp0 0 0.0.0.0:

Re: qpid-route version error

2017-01-19 Thread Gregory Simpson
major, minor = self.connection.read_header() >> if not (magic == "AMQP" and major == cli_major and minor == >> cli_minor): >> raise VersionError("client: %s-%s, server: %s-%s" % >> (cli_major, cli_minor, major, minor)) &

Re: qpid-route version error

2017-01-19 Thread Gregory Simpson
(cli_major, cli_minor, major, minor)) On Thu, Jan 19, 2017 at 2:18 AM, Gordon Sim wrote: > On 18/01/17 23:47, Gregory Simpson wrote: > >> qpid-cpp version 0.34 >> >> If it doesn't is there a way around or will I have to upgrade to 1.36? >> &g

Re: qpid-route version error

2017-01-18 Thread Gregory Simpson
qpid-cpp version 0.34 If it doesn't is there a way around or will I have to upgrade to 1.36? On Wed, Jan 18, 2017 at 4:45 PM, Gordon Sim wrote: > On 18/01/17 23:28, Gregory Simpson wrote: > >> Hello all, >> >> I am trying to use the "qpid-route" comman

qpid-route version error

2017-01-18 Thread Gregory Simpson
Hello all, I am trying to use the "qpid-route" command to create a broker federation. The problem is that every time I use the qpid-route command and provide it with a non local ip address as an argument it fails with the error "Failed: VersionError - client: 0-10, server: 0-0". I have tried the c

QPid Purge Message

2016-12-19 Thread Gregory Simpson
Hello all, I see that messages are purged from the queue when either a receiver on the queue notices that the TTL of a message has expired, or on an interval between attempts to purge any expired messages from queues. My question is, based off the TTL can messages be purged from the queue without

C++ Broker --worker-threads option

2016-11-21 Thread Gregory Simpson
Hi, I am trying to get a better understanding of what the C++ broker --worker-threads option does. The Linux man pages says that this parameter "Sets the broker thread pool size" so I believed that when this is set to a higher number then performance should improve. In testing this theory I receiv