RE: Apache Qpid Tutorial

2011-11-23 Thread Ilyushonak Barys
Hi, I suppose it may helps http://qpid.apache.org/books/0.12/Programming-In-Apache-Qpid/html/index.html This topic describes JMS http://qpid.apache.org/books/0.12/Programming-In-Apache-Qpid/html/ch03.html Regards, Boris -Original Message- From: Muqtafi Akhmad [mailto:muqtafiakh...@gma

Apache Qpid Tutorial

2011-11-23 Thread Muqtafi Akhmad
Is there any step-by-step tutorial how to coding in Java using Apache Qpid? I've download the examples from svn but I still don't get how to use it regards, -- = Muqtafi Akhmad ITB Informatics Engineering '08 =

Re: How to configure SSL in Qpidd C++ Windows Client

2011-11-23 Thread Jakub Scholz
Hi Hamid, I guess that is how open source projects usually work. Not everything is implemented equally, some parts are missing. But everyone can jump in and add the support (especially since it seems that it is only question of resources / effort and not missing functionality on Windows). When I n

RE: How to configure SSL in Qpidd C++ Windows Client

2011-11-23 Thread Steve Huston
I did the SSL support for C++ on the Windows client/broker and I realize the documentation to support its use is less than ideal. Unfortunately, funding for that effort ran out. Re the 64-bit installer... I created and posted the 32-bit installer on www.riverace.com and have received very littl

RE: How to configure SSL in Qpidd C++ Windows Client

2011-11-23 Thread Steve Huston
I added the SSL support for Windows and, if I recall correctly, leaving that feature out was more a question of requirements and available time. Code contributions are welcome. Alternately, funding to add the additional features will also get the job done. -Steve > -Original Message- > F

Re: How to avoid waiting for a very long timeout on messaging::Connection::open()?

2011-11-23 Thread Gordon Sim
On 11/23/2011 12:30 PM, Toralf Lund wrote: Pavel Moravec wrote: Hi Toralf, see Programming in Apache Qpid (http://qpid.apache.org/documentation.html, direct link: http://qpid.apache.org/books/0.12/Programming-In-Apache-Qpid/pdf/Programming-In-Apache-Qpid.pdf) and Section 2.10. Connection Options

Re: Corosync crashes after a few minutes

2011-11-23 Thread Alan Conway
On 11/12/2011 02:31 AM, Ilya Haykinson wrote: Managed to solve the problem by getting multicast enabled on the router. What tripped me up was that the brokers would connect (making it seem like multicast was working), only to lose connection. I would have imagined that with multicast disabled on

Re: How to avoid waiting for a very long timeout on messaging::Connection::open()?

2011-11-23 Thread Toralf Lund
Pavel Moravec wrote: Hi Toralf, see Programming in Apache Qpid (http://qpid.apache.org/documentation.html, direct link: http://qpid.apache.org/books/0.12/Programming-In-Apache-Qpid/pdf/Programming-In-Apache-Qpid.pdf) and Section 2.10. Connection Options. Thanks, I wasn't aware of that docu

Re: How to configure SSL in Qpidd C++ Windows Client

2011-11-23 Thread Hamid.Shahid
Hi Jakub, I might sound in a complaint mode but I also have the same questions . Because so far, I have searched a lot but I didn’t come across complete step by step process of setting up SSL in C++ Windows. I have noticed there is not much support available for windows in particular for C++. The

Re: How to configure SSL in Qpidd C++ Windows Client

2011-11-23 Thread Jakub Scholz
Hi, Does someone know what is the reason for not supporting SSL client authentication on Windows? Is is just question of limited resources (i.e. nobody needed it, nobody had time to implement it) or is there some problem with the Microsoft Schannel (which I think is used for SSL on Windows) not su

Re: How to avoid waiting for a very long timeout on messaging::Connection::open()?

2011-11-23 Thread Pavel Moravec
Hi Toralf, see Programming in Apache Qpid (http://qpid.apache.org/documentation.html, direct link: http://qpid.apache.org/books/0.12/Programming-In-Apache-Qpid/pdf/Programming-In-Apache-Qpid.pdf) and Section 2.10. Connection Options. Kind regards, Pavel - Original Message - > From: "

Re: How to avoid waiting for a very long timeout on messaging::Connection::open()?

2011-11-23 Thread Toralf Lund
Gordon Sim wrote: On 11/23/2011 09:05 AM, Toralf Lund wrote: Hello, Sometimes the host I'm connecting to via qpid::messaging::Connection turns out to be down. When this is the case, the open() call may exhibit two different kinds of behaviour, depending on the network configuration or someth

Re: How to avoid waiting for a very long timeout on messaging::Connection::open()?

2011-11-23 Thread Gordon Sim
On 11/23/2011 09:05 AM, Toralf Lund wrote: Hello, Sometimes the host I'm connecting to via qpid::messaging::Connection turns out to be down. When this is the case, the open() call may exhibit two different kinds of behaviour, depending on the network configuration or something: 1. An exception

How to avoid waiting for a very long timeout on messaging::Connection::open()?

2011-11-23 Thread Toralf Lund
Hello, Sometimes the host I'm connecting to via qpid::messaging::Connection turns out to be down. When this is the case, the open() call may exhibit two different kinds of behaviour, depending on the network configuration or something: 1. An exception is raised almost immediately, and a me