Re: C# error when loading org.apache.qpid.messaging.dll

2012-10-19 Thread Chuck Rolke
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

Re: C# error when loading org.apache.qpid.messaging.dll

2012-10-19 Thread Cliff Jansen
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

Re: C# error when loading org.apache.qpid.messaging.dll

2012-10-19 Thread Rajesh Khan
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?

Re: Qpid Configuration Management

2012-10-19 Thread Steve Huston
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

Re: Call qpid jmx from ear deployed in JBoss7.1.2Final

2012-10-19 Thread Weston M. Price
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

Call qpid jmx from ear deployed in JBoss7.1.2Final

2012-10-19 Thread Joey Daughtery
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

Re: qpid async replication and failover

2012-10-19 Thread Alan Conway
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

Qpid Configuration Management

2012-10-19 Thread Holger Winkelmann
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

Qpid 0.18 - SSL & C++ Client API for Windows

2012-10-19 Thread Hamid.Shahid
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