Re: Introducing Qpid Dispatch Router

2013-09-17 Thread NimbusParc
yes, libqpid-proton.so.2.0.0 Ted Ross wrote > pn_connector_name was introduced in Proton 0.5. What version of the .so > file do you have installed? Is it libqpid-proton.so.2? > > -Ted > > On 09/17/2013 05:58 AM, NimbusParc wrote: >> Yes, i installed the latest proton libraries (0.5) and also

Re: Dynamic routing between disconnected exchanges

2013-09-17 Thread bacon
Well, I can't explain it.. yet. I'll keep digging. Thanks again for all if your help. -Andrew On Sep 17, 2013, at 1:12 PM, Ted Ross [via Qpid] wrote: > > On 09/17/2013 01:07 PM, bacon wrote: > > Success! > > > > The difference between your test and my test is that you were including >

Re: Dynamic routing between disconnected exchanges

2013-09-17 Thread bacon
Success! The difference between your test and my test is that you were including --federation-tag in your qpidd command line args and I was not. I see from --help that the federation-tag option is used to "Override the federation tag".. why does this option make such a huge difference? Thank

Re: Dynamic routing between disconnected exchanges

2013-09-17 Thread Ted Ross
On 09/17/2013 01:07 PM, bacon wrote: Success! The difference between your test and my test is that you were including --federation-tag in your qpidd command line args and I was not. I see from --help that the federation-tag option is used to "Override the federation tag".. why does this opti

Re: Dynamic routing between disconnected exchanges

2013-09-17 Thread Ted Ross
On 09/17/2013 12:12 PM, bacon wrote: See response inline: On Sep 16, 2013, at 3:31 AM, NimbusParc [via Qpid] wrote: Just now i tried this one. Everything works fine for me. As Ted Ross wrote... 1) Create exchanges 2) Create dynamic routes 3) Create queues and bindings I did this, in this

Re: Dynamic routing between disconnected exchanges

2013-09-17 Thread bacon
See response inline: On Sep 16, 2013, at 3:31 AM, NimbusParc [via Qpid] wrote: > Just now i tried this one. Everything works fine for me. > As Ted Ross wrote... > > 1) Create exchanges > 2) Create dynamic routes > 3) Create queues and bindings I did this, in this order. > > > After t

Re: Introducing Qpid Dispatch Router

2013-09-17 Thread Ted Ross
pn_connector_name was introduced in Proton 0.5. What version of the .so file do you have installed? Is it libqpid-proton.so.2? -Ted On 09/17/2013 05:58 AM, NimbusParc wrote: Yes, i installed the latest proton libraries (0.5) and also cmake build configuration to point proton .so files. As sh

Re: System stalling

2013-09-17 Thread Gordon Sim
On 09/12/2013 03:39 PM, Jimmy Jones wrote: Hi, I've finally managed to isolate the issue and can reproduce it with the attached scripts. Running rx-test.pl followed by tx-test.pl results in a system where the receiver can keep up with the producer (gets a message every <1s) (tx-test 118% CPU,

Re: Introducing Qpid Dispatch Router

2013-09-17 Thread NimbusParc
Yes, i installed the latest proton libraries (0.5) and also cmake build configuration to point proton .so files. As shown below, In my CMakeCache.txt.. //Path to a library. proton_lib:FILEPATH=/usr/lib64/libqpid-proton.so After adding the path of .so files, which are in proton-c/ directory to *

Re: Introducing Qpid Dispatch Router

2013-09-17 Thread Gordon Sim
On 09/17/2013 07:59 AM, NimbusParc wrote: Error while doing make .. dispatch/src/server.c: In function ‘thread_process_listeners’: dispatch/src/server.c:103: error: implicit declaration of function ‘pn_connector_name’ make[2]: *** [CMakeFiles/qpid-dispatch.dir/src/server.c.o] Error 1 make[1]: **

Re: Introducing Qpid Dispatch Router

2013-09-17 Thread NimbusParc
Error while doing make .. dispatch/src/server.c: In function ‘thread_process_listeners’: dispatch/src/server.c:103: error: implicit declaration of function ‘pn_connector_name’ make[2]: *** [CMakeFiles/qpid-dispatch.dir/src/server.c.o] Error 1 make[1]: *** [CMakeFiles/qpid-dispatch.dir/all] Error 2