Re: where is the API documents for .net client?

2010-12-16 Thread Cliff Jansen
I regret to report that the C# client you are using is not currently being maintained within Qpid and has been identified as a candidate for removal. To paraphrase some recent emails, your best options for Qpid C# development are as follows: - The Qpid WCF client (http://qpid.apache.org/books/t

.net build error MethodBodyDecoderRegistry

2010-12-16 Thread android
Hi I am trying to build dotnet client but i failed because MethodBodyDecoderRegistry error I found the exact same situation of mine But I don't get it what it means Could you please tell me what to do to get dotnet class library? http://apache-qpid-users.2158936.n2.nabble.com/Building-Ne

where is the API documents for .net client?

2010-12-16 Thread android
I couldn't find client API documents for .NET client 010 and 080 Please Let me know where i can find these documents? -- View this message in context: http://apache-qpid-users.2158936.n2.nabble.com/where-is-the-API-documents-for-net-client-tp5840918p5840918.html Sent from the Apache Qpid use

Re: Error creating connection on 0.8

2010-12-16 Thread Pete Carapetyan
Thanks Robbie after a reboot everything seems to be functioning now. Won't even speculate on what may have caused the problem on my end. > > Can you elaborate on which broker you are using, any config changes > you have made, the exact commands you are using to start the broker > and run the examp

RE: C# client question

2010-12-16 Thread Steve Huston
Did you try the Receiver's get method? -Steve -- Steve Huston, Riverace Corporation Total Lifecycle Support for Your Networked Applications http://www.riverace.com > -Original Message- > From: Adam Kaminiecki [mailto:ada...@dgt.com.pl] > Sent: Thursday, December 16, 2010 4:56 AM > To:

Re: Error creating connection on 0.8

2010-12-16 Thread Robbie Gemmell
Hi Pete, Can you elaborate on which broker you are using, any config changes you have made, the exact commands you are using to start the broker and run the example etc? I used the Hello example during the release process so im fairly sure it should be working ok. Robbie On 16 December 2010 00:1

Re: C# client question

2010-12-16 Thread Adam Kaminiecki
Thanks a lot I'm going to try it!! :) One more question connections.CreateSession(10); time declared in Createsession is for what? If it's inactive then close? or always when time count down to 0 I need to reconnect?? W dniu 2010-12-16 12:36, Chuck Rolke pisze: Hi Adam, In the .NET Binding

Re: C# client question

2010-12-16 Thread Chuck Rolke
Hi Adam, In the .NET Binding there is nothing like that directly. However, its pretty easy to do. Create a connection to the broker. Then create a receiver that gets to the queue you want by specifying the queue's address. Finally Fetch() a message from that queue. From the examples the code looks

C# client question

2010-12-16 Thread Adam Kaminiecki
Hi, Is any method in C# client to ask server for message from queue something like SingleGet? For example im using method "singleGet" with parameters (queueName) and server return one message or null if queue is empty Is something like that in C# client?? Regards, Adam -- This messag

Re: Configuring qpid-* python scripts

2010-12-16 Thread Lahiru Gunathilake
Yes rajika ... awesome digging ... and finding the issue ! Lahiru On Thu, Dec 16, 2010 at 2:33 PM, Gordon Sim wrote: > On 12/16/2010 06:48 AM, Rajika Kumarasiri wrote: > >> I figured out. It's due to old version of Python interpreter bundled with >> open office. I upgraded to Python version 2.6

Re: Configuring qpid-* python scripts

2010-12-16 Thread Gordon Sim
On 12/16/2010 06:48 AM, Rajika Kumarasiri wrote: I figured out. It's due to old version of Python interpreter bundled with open office. I upgraded to Python version 2.6.6 and it works fine. Thanks for the help. Interesting. Thanks for reporting back. ---