Handle session exceptions

2010-05-03 Thread ricardlf
Hi! I'm trying to capture and handle exceptions thrown by a session. I'm using amqp java api that is undocumented, therefore I don't know if there is a method that captures/handles session exceptions. I've found a session method called exception(Throwable T) but I don't know what it does, is that

--ssl-cert-password-file problem

2010-02-02 Thread ricardlf
Hi! I'm trying to execute a broker instance that requires SSL client side authenticaiton. Following explanations on qpid website I tried to execute this comand: ./qpidd ./qpidd --load-module /libs/ssl.so --ssl-cert-password-file ~/pfile --ssl-cert-db ~/server_db/ --ssl-cert-name

How can I know queue existence?

2009-09-29 Thread ricardlf
Hi! I'm working on an application where each consumer has its own queue, the producers wait until the queue of its consumer is created and then they start to send message to its consumer (the producer knows the consumer's queue name from the begining). How can I know when the queue is created to

Re: How can I know queue existence?

2009-09-29 Thread ricardlf
will fail, so, is there a method or function to know the existence of a queue? Thank you very much! El mar, 29-09-2009 a las 02:11 -0700, Gordon Sim (via Nabble) escribió: On 09/29/2009 09:34 AM, ricardlf wrote: Hi! I'm working on an application where each consumer has its own queue

How can I disable the trace printing of Qpid?

2009-09-07 Thread ricardlf
Hi everyone, When I execute a program using qpid I'm getting message like these: Thread-2 2009-09-07 10:06:53,318 DEBUG [apache.qpid.transport.Connection] FLUSH: [conn:18f6235] Thread-2 2009-09-07 10:06:53,319 DEBUG [apache.qpid.transport.Connection] SEND: [conn:18f6235] ch=0 id=1008

Re: How can I disable the trace printing of Qpid?

2009-09-07 Thread ricardlf
I'm using Java with C++ broker. Bye! Ján Sáreník wrote: Hello! On Mon, Sep 07, 2009 at 03:18:26AM -0500, ricardlf wrote: When I execute a program using qpid I'm getting message like these: Thread-2 2009-09-07 10:06:53,318 DEBUG [apache.qpid.transport.Connection] FLUSH: [conn:18f6235

Problem building Qpid C++ broker

2009-06-18 Thread ricardlf
Hi, I'm trying to install Qpid C++ broker but when I try to make all I'm getting the following errors: In function 'void* memset(void*, int, size_t)', inlined from 'qpid::cluster::Cpg::Cpg(qpid::cluster::Cpg::Handler)' at qpid/cluster/Cpg.cpp:75: /usr/include/bits/string3.h:82: error: call

RE: Problem building Qpid C++ broker

2009-06-18 Thread ricardlf
Qpid version is 0.5 and I want to install it in Ubuntu 9.04 Steve Huston wrote: Which Qpid version, and which OS is this on? -Original Message- From: ricardlf [mailto:rilo...@dsic.upv.es] Sent: Thursday, June 18, 2009 10:42 AM To: users@qpid.apache.org Subject: Problem