some garbage left in java broker with c# client

2011-01-04 Thread register
hi all I have the following lines of code , in c#, to send and receive messages from java broker The other side is Java client, and there is no problem in request, response When I use jconsole to monitor qpid, the heap size is increasing and does not fall So eventually Qpid Broker will becom

RE: Qpid Cluster

2011-01-04 Thread Steve Huston
Hi, The cluster feature is a plug-in - if the plugin isn't loaded, the options won't be available. Depending on you how installed Qpid, the plugin may in the same directory as qpidd or it may be nearby. You're looking for cluster.so I believe. Use the --load-module option (that one is in the help

RE: Apache Qpid Error

2011-01-04 Thread Steve Huston
Hi Sanath, It appears that a directory was left out of the tar file. Could you please open a JIRA for this issue to ensure it is resolved for the next version? I will attach the files you need to the jira when I see it. Sorry for the errors. -Steve -- Steve Huston, Riverace Corporation Total

Re: Apache Qpid Error

2011-01-04 Thread Chuck Rolke
Hi Sanath, The qpid-cpp-0.8.tar.gz file is missing the directory bindings\qpid\dotnet and so the CMake fails. Please try downloading the Full source release qpid-0.8.tar.gz and try again from there. Alternatively you could copy the bindings\qpid\dotnet directory from the full source to your

Qpid Cluster

2011-01-04 Thread jeffin_m
I installed qpidc-0.8 and the problem i am facing is that qpidd installation does not support --custer-name option and also other cluster options. when i run, # qpidd -p5672 --cluster-name=MY_CLUSTER --log-output=cluster0.log -d --no-data-dir --auth=no 2011-01-04 18:14:59 critical Unexpected er

Apache Qpid Error

2011-01-04 Thread Sanath_Prudhvi
Hi All, I am Sanath Kumar new to AMQP (Apache Qpid implementation). I am using Windows XP SP2 operating system with Visual Studio 2008. Last week I have downloaded "C++ Broker & Client qpid-cpp-0.8.tar.gz" file. As per the recommendations I have downloaded Python (1.86 version) and Ru