Re: different versions of .NET clients

2010-11-29 Thread Chuck Rolke
Adam, The .NET Binding is hidden away in the /cpp directory. Here's a way to build it: 1. Fetch the qpid-0.8.tar.gz (57M) to your system. Say, to D:\qpid 2. Unzip, untar (7zip works great) to D:\qpid. You now have D:\qpid\qpid-0.8\cpp\... 3. Run powershell script D:\qpid\qpid-0.8\cpp\bin

RE: different versions of .NET clients

2010-11-29 Thread Steve Huston
Sorry, should have been more specific... > Thanks for the reply. I just looked at your RC directory and > downloaded: > > http://people.apache.org/~robbie/qpid/0.8/RC3/qpid-dotnet-0-10-0.8.zip > > Is the file you intended for me to examine? I only see binary > artifacts here. No - that's the

Re: different versions of .NET clients

2010-11-29 Thread Cliff Jansen
Hi Adam, Adding to Steve's comments, the WCF implementation in qpid/0.6/qpid-dotnet-0-10-0.6.zip is a simple wrapper suitable for Windows to Windows client use only and lacks the underpinning architecture to do distraibuted transactions at all or local trasactions outside the channel model program

Re: different versions of .NET clients

2010-11-29 Thread Adam Crain
Hi Steve, Thanks for the reply. I just looked at your RC directory and downloaded: http://people.apache.org/~robbie/qpid/0.8/RC3/qpid-dotnet-0-10-0.8.zip Is the file you intended for me to examine? I only see binary artifacts here. -Adam On Mon, Nov 29, 2010 at 12:05 PM, Steve Huston wrote:

RE: different versions of .NET clients

2010-11-29 Thread Steve Huston
Hi Adam, > There appear to be two different .NET clients available: > > 1) http://apache.cyberuse.com//qpid/0.6/qpid-wcf-0.6.zip > > 2) http://apache.cyberuse.com//qpid/0.6/qpid-dotnet-0-10-0.6.zip > > 1) appears to be a .NET/WCF wrapper around the C++ client (is > this correct?). I have gotte

different versions of .NET clients

2010-11-29 Thread Adam Crain
Hi, There appear to be two different .NET clients available: 1) http://apache.cyberuse.com//qpid/0.6/qpid-wcf-0.6.zip 2) http://apache.cyberuse.com//qpid/0.6/qpid-dotnet-0-10-0.6.zip 1) appears to be a .NET/WCF wrapper around the C++ client (is this correct?). I have gotten this to compile and

Re: help with .NET client

2010-11-29 Thread Adam Crain
Hi Cliff, Thanks for the tips. I have install VS 2010 express. Manually overriding, the .NET Framework to 3.5, I can get the WCF examples to compile and run. However when pointed against qpidd 0.6 on my linux box, I get the following output: The consumer is now listening on the queue "usa". Press

Re: How to handle large messages in Qpid Java client

2010-11-29 Thread Lahiru Gunathilake
FYI, during receiving a message, I can see following malformed characters in my JMSTextMessage object, 4^d^c��...@^a^@^...@^@^...@^@^@ This cause the exception i have sent at the very first email, after increasing the frame-size sometimes it works sometimes it doesn't. Lahiru On Mon, Nov 29, 20