Install ssl module in qpidc-0.5

2010-02-02 Thread Joan Bellver Faus
Hello, I have two questions the respect of the installation of ssl support for Qpid. When installed the nss and nspr Libreries, this create a two directory in /src/include, this are nss and nspr, but when i make install de qpid, it try find the directory nspr4 and nss3, my solutions is

Re: Connecting to another queue manager

2010-02-02 Thread Carl Trieloff
yes, the translation of most of the things you can do in MQ are quite simple to do. A liitle bit of though needs to be done when translating model queues. Carl. On 02/02/2010 10:59 AM, Frey, Evan wrote: We are currently using Websphere MQ for our enterprise and are curious about using qpid

Re: Connecting to another queue manager

2010-02-02 Thread Ian.Kinkade
Hello Evan, I saw your email on the QPid and wanted to let you know that we (Information Design, Inc. www.idi-middleware.com) have a bridge that takes messages form one vendor (as an example: WMQ) and writes them to QPid. The bridge can also transfer in the other direction and has a feature

Connecting to another queue manager

2010-02-02 Thread Frey, Evan
We are currently using Websphere MQ for our enterprise and are curious about using qpid instead. Most of our upstream vendors use Websphere as their messaging middleware. I wanted to know if there was a transition guide of some sort that normalizes the nomenclature of Websphere into qpid (amqp) t

Re: timeouts

2010-02-02 Thread DA SILVA Antonio
Hi all, I have same prb with server c++ and client-010 dotnet. After few seconds the connection is closed by the broker if no messages are exchanged with him. -C++ qpid broker 0.5 from release distrib, -dotnet client-010 from trunk distrib. Antonio. Le 05/01/2010 20:30, Rajith Attapattu a écr

Re: --ssl-cert-password-file problem

2010-02-02 Thread Gordon Sim
On 02/02/2010 12:32 PM, ricardlf wrote: 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 ~/ser

--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 localhost.localdom