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
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.
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
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
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::
, 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
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
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 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:
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
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
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(...)
12 matches
Mail list logo