We will need a little more information to look into this.
RHEL-6 version
qpid package versions
db4 version
which can be obtained through the use of the rpm command:
rpm -qa | grep "qpid"
rpm -qa | grep "db4"
etc.
On Mon, 2012-03-05 at 12:39 -0800, stoyan wrote:
> "Operation not supported"
>
>
"Operation not supported"
when i got these, it turned out to be some mismatch in versions of berkeley
libraries.
strange thing is, i never managed to use qpid msg store (up to 0.10) with
berkeley 4.7 - had to install separately berkeley 4.3 and use it instead
this is on centOs, there weren't an t
Hi Todd,
I find that if I keep these files in a stand-alone
directory with my .NET clients then things work:
boost_date_time-vc90-mt-gd-1_47.dll
boost_filesystem-vc90-mt-gd-1_47.dll
boost_program_options-vc90-mt-gd-1_47.dll
boost_regex-vc90-mt-gd-1_47.dll
boost_system-vc90-mt-gd-1_47.dll
bo
I have qpid-0.14 c++ broker running on my laptop compiled for Visual Studio
2008. I also have the dot net binding compiled. I can create a C# client, in
VS 2010, that can communicate with the server with everything running on the
server. I am now trying to create a client on a different machi
Hi Davide,
I think for your scenario, the sender should use following address:
amq.topic/; { node: { type: topic} }
and the receiver may use following address:
ticker; {create:always, node:{type:queue,
x-declare:{arguments:{'qpid.last_value_queue_key':'qpid.subject'} },
x-bindings:[{ exchange:
Is there a windows version of the qpid c++ management tools or a way to use the
existing tool package under windows? I have Python installed but there doesn't
seem to be any instructions on how to get the tools installed or use them
correctly under windows.
Todd
Hi Gordon,
Thanks for your reply.
I did not explicitly created the queue using qpid-config, but I am using
this configuration string on the sender side (is it the same?):
ticker;{create:always,
node:{type:queue,x-declare:{arguments:{'qpid.last_value_queue_key':'qpid
.subject'
then I am putti