Re: qpid-tool list says 500 connections (4 clients), is it ok?

2010-08-24 Thread nicolae claudius
it ok? On 08/23/2010 02:55 PM, nicolae claudius wrote: > The problem is that I can't connect to the broker with other clients after a > while. > > The list command of qpid-tool shows the following: > > > qpid: list > Management Object Types: > ObjectType

qpid-tool list says 500 connections (4 clients), is it ok?

2010-08-23 Thread nicolae claudius
The problem is that I can't connect to the broker with other clients after a while. The list command of qpid-tool shows the following: qpid: list Management Object Types: ObjectType Active Deleted == org.

qpid broker require-encryption option and ssl trigger parameter

2010-05-03 Thread nicolae claudius
1. The qpid broker has a parameter: --require-encryption Only accept connections that are encrypted Does this parameter make the AMQP connection encrypted or does it mean that the broker should speak with the saslauth daemon over a secure connection ? It's a pretty uncle

does the windows qpid client library have support for SSL

2010-05-03 Thread nicolae claudius
I want to add SSL support in my qpid client on windows. On linux I use sslconnector.so module with mozilla security services. Does the windows qpid client library have support for SSL? If yes how can I use it? (links, docs, hints) I am interested in qpid 0.5 mostly, but if you have information for

client connection.open to a non-broker on qpid 0.6: access violation

2010-04-29 Thread nicolae claudius
In windows environment, visual studio compiler, make a client like: Connection c; try { // there is no broker running at 10.10.5.51 so an exception should be thrown c.open("10.10.5.51",5672,"my_user","my_password"); } catch (...) { std::cout << "error" << std::

Re: Excesive Timer warning on CentOS, qpid 0.6

2010-03-30 Thread nicolae claudius
, nicolae claudius wrote: > I have installed qpid-0.6 broker from sources on my CentOS 5.4 box and it > bugs me with excessive warnings of timer: > > 2010-03-30 16:26:48 warning Timer woken up 706ms late > > In my previous qpid-0.5 everything was fine. > ***What could

Excesive Timer warning on CentOS, qpid 0.6

2010-03-30 Thread nicolae claudius
I have installed qpid-0.6 broker from sources on my CentOS 5.4 box and it bugs me with excessive warnings of timer: 2010-03-30 16:26:48 warning Timer woken up 706ms late In my previous qpid-0.5 everything was fine. ***What could cause this undesired behavior and how could I fix it?*** My bu

ruby.i file missing fem the given archive in

2010-03-30 Thread nicolae claudius
In the "C++ broker & client " archive given for users do download here: http://qpid.apache.org/download.html (url: http://www.apache.org/dist/qpid/0.6/qpid-cpp-0.6.tar.gz ) the file "qpid/cpp/bindings/qmf/ruby/ruby.i" *IS MISSING*. Mabe someone forgot to put it there when the release was made.

qpid 0.6 amqp 0-10 and exchanges

2010-03-29 Thread nicolae claudius
Qpid 0.6 implements AMQP 0-10 protocol. This protocol is removing the concepts of exchanges and bindings from previous versions, and replacing these with queues and links. Yet in the examples directory of qpid 0.6 there are still the old queue#declare queue#exchange_bind from the old protocol:

Re: Error 1053 when starting any windows service that uses qpid client + COM CoInitializeEx

2009-09-08 Thread nicolae claudius
21:53:04 Subject: Re: Error 1053 when starting any windows service that uses qpid client + COM CoInitializeEx 2009/9/8 nicolae claudius : > I noticed that any windows service that uses qpid client libraries and > simultaneously calls CoInitializeEx(...) to initialize and use COM fa

Re: Error 1053 when starting any windows service that uses qpid client + COM CoInitializeEx

2009-09-08 Thread nicolae claudius
This problem is only on Windows Vista, on XP works ok I have made an windows service that uses qpid client libraries to comunicate with a server. The service uses WMI to gather station usage information and send it to an upstream server. I noticed that any windows service that uses qpid client l

Error 1053 when starting any windows service that uses qpid client + COM CoInitializeEx

2009-09-08 Thread nicolae claudius
I have made an windows service that uses qpid client libraries to comunicate with a server. The service uses WMI to gather station usage information and send it to an upstream server. I noticed that any windows service that uses qpid client libraries and simultaneously calls CoInitializeEx(...)