I've never been able to run a mix of 32-bit and 64-bit apps and interop DLLs in
this environment. In particular the 64-bit org.apache.qpid.messaging.dll loads
the 64-bit native qpidmessaging.dll which in turn loads the 64-bit msvc run
time. Maybe I missed something but mixing the architectures n
If the C# is 64 bit (or cpu-any and launched as 64 bit) it will pull
in the 64bit CLR which cannot be mixed with the 32 bit version. You
can force your C# to be 32 bit from some setting in Visual Studio.
You can also set a property on the dll after the fact with some tool
from the SDK.
Cliff
On
Yes Steve I resolved the issue , thank you for asking. It seems that I was
needed to place some boost dll files next to the built dll. I am just
curious if 64bit dll also works with x86 C sharp program .
On Thu, Oct 18, 2012 at 5:36 PM, Steve Huston wrote:
> Did you get this resolved yet Rajesh?
Hi Holger,
On 10/19/12 7:49 AM, "Holger Winkelmann"
mailto:h...@travelping.com>> wrote:
Hi All,
We are just looking to use qpid and QMF as our message broker
to distribute management informations for a couple of distributed
applications. While reading qpid FAQs and docs. I'm wondering about
the
Hi Joey,
Probably the best place for this post would be in the AS7 forums as it
does appear AS7 is not interpreting the url correctly and since it works as
expected outside of the container it looks like it might be a defect on the AS7
side. Probably the best place to start would be in t
All
The following code when ran in a main method runs as expected. However,
when I put the code inside an ear and call it via a webservice endpoint, I
get the exception below. Appears that jboss is interpreting the url as if
the code is attempting to connect to the jboss service. I was thinking
On Fri, 2012-10-19 at 11:09 +0530, Terance Dias wrote:
> I tried the active-passive cluster but it turns out that for this cluster
> to work all the nodes are required to be in the same network (since it
> depends on cman service which only works (efficiently) for nodes in the
> same subnet). This
Hi All,
We are just looking to use qpid and QMF as our message broker
to distribute management informations for a couple of distributed
applications. While reading qpid FAQs and docs. I'm wondering about
the QPID configurations management system as a whole. based on what I'm
reading QPID must have
Hi,
I would like to know, do we have support for reading file based certificates
in Qpid C++ Client API for windows as we do using Qpid & JMS?
Moreover, is there some documentation available explaining how to configure
Qpid C++ client with SSL in windows?
Best Regards,
Hamid
--
View this mes