--load-module equivalent for client?

2010-02-26 Thread a fabbri
Hi, I'm able to run the C++ broker w/ the RDMA transport by using the --load-module option, e.g.: qpidd --load-module rdma.so --transport rdma ... Next I try to use latencytest with -P rdma, but it complains (as the protocol is not registered). How should I make latencytest load the transport

Re: --load-module equivalent for client?

2010-02-26 Thread a fabbri
If I may answer my own question--after some serious web searching: To use RDMA with a qpid client such as latency test, set the environment variable QPID_LOAD_MODULE=/path/to/rdmaconnector.so I'll resist the temptation to email again to thank myself. ;-) Aaron On Thu, Feb 25, 2010 at 3:46

Re: --load-module equivalent for client?

2010-02-26 Thread Alan Conway
On 02/25/2010 07:47 PM, a fabbri wrote: If I may answer my own question--after some serious web searching: To use RDMA with a qpid client such as latency test, set the environment variable QPID_LOAD_MODULE=/path/to/rdmaconnector.so I'll resist the temptation to email again to thank myself.