Re: How do I get Qpid's log messages?

2011-10-06 Thread Pavel Moravec
Hi Daryoush, you need to use option log-to-file: log-to-file=/tmp/qpidd.log See "qpidd --help | grep log" or man qpidd for more logging options. Esp. for log-enable that can define (different) verbosity of logs for different areas. Please note that by default logs are sent to syslog, so they ar

How do I get Qpid's log messages?

2011-10-06 Thread Daryoush Mehrtash
I have installed qpid package in REHL using yum: sudo yum install qpid-cpp-server.x86_64 qmf.x86_64 python-qpid.noarch > qpid-qmf.x86_64 qpid-cpp-server-ssl.x86_64 qpid-cpp-client-ssl.x86_64 > python-qpid-qmf.x86_64 qpid-tools.noarch I then add a line to /etc/qpidd.conf to get log out put

RE: Corosync crashes after a few minutes

2011-10-06 Thread Gordon Irving
> -Original Message- > From: Alan Conway [mailto:acon...@redhat.com] > Sent: 06 October 2011 06:01 > To: users@qpid.apache.org > Subject: Re: Corosync crashes after a few minutes > > On 10/06/2011 01:43 AM, Ilya Haykinson wrote: > > I've managed to get qpid's c++ broker (0.12, built from t

Re: Running the C++ client on Solaris

2011-10-06 Thread Clifford Jansen
Hi Jakub, As it turns out, I am currently working on completing a Solaris client built with gcc and CMake. The existing qpid::sys::Poller implementation is stale. Once that's fixed, it is hoped that the remaining OS and Sparc architecture issues are minor. Cliff - Original Message -

RE: Running the C++ client on Solaris

2011-10-06 Thread Steve Huston
Hi Jakub, To the best of my knowledge, the Solaris port was never 100% done and hasn't been tested in a while. Could you please update us on your efforts here as you progress? Also, I have a Solaris box if you end up needing some assistance with this. -Steve > -Original Message- > From:

Re: Authentication newbie help sought - I'm afraid I'm failing at the first hurdle :-(

2011-10-06 Thread Gordon Sim
On 10/05/2011 07:37 PM, fadams wrote: There is now a --sasl-config option to qpidd; does that solve the issue adequately? Sam Hendley added a comment - 21/Jul/11 19:00 I just tried this on ubunutu and it doesn't seem to have any affect. I see the log message in the qpidd logs: info SASL: config

Re: encode/decode methods in C# client api

2011-10-06 Thread Chuck Rolke
For C# you can use the .NET Binding. A Variant::Map is represented in .NET as Dictionary and a Variant::List is represented in .NET as Collection. The encode and decode functions are called for you as the binding creates messages. This is exposed in examples cpp\bindings\qpid\dotnet\examples\csh

Re: Corosync crashes after a few minutes

2011-10-06 Thread Alan Conway
On 10/06/2011 01:43 AM, Ilya Haykinson wrote: I've managed to get qpid's c++ broker (0.12, built from trunk) working in a clustered configuration on two machines, and it's easy to illustrate that the cluster is functional (i.e. failover is working, with redelivery etc). However, invariably, afte

Running the C++ client on Solaris

2011-10-06 Thread Jakub Scholz
Hi, I was wondering whether someone here has tried to build & run the Qpid C++ client library on Solaris - preferably one of the newer versions of Qpid. I was searching for this with Google, but so far I found only some references to running the 0.5 version on Solaris. Does someone tried it with 0

encode/decode methods in C# client api

2011-10-06 Thread Virgilio Alexandre Fornazin
Hi all There are encode/decode methods in C++ qpid messaging api, but I can’t found a C# counterpart. I’m using qpid-0.10 messaging api. I need to send messages from a C# client to another already done C++ application (that uses encode/ decode calls). How I can do this? Below there´s

Re: QoS - broker

2011-10-06 Thread Bruno Matos
On Mon, Jul 12, 2010 at 4:32 AM, Bruno Matos <[hidden email]> wrote: > On Fri, 2010-07-09 at 11:20 -0400, Carl Trieloff wrote: >> On 07/09/2010 08:27 AM, Andrew Kennedy wrote: >> > On 9 July 2010 12:50, Bruno Matos<[hidden email]> wrote: >> > >> >> On Thu, 2010-07-08 at 09:22 -0400, Carl Tri