Re: Transport endpoint not connected error???

2012-05-22 Thread CLIVE
Frase, It sounds like your endpoint is terminating the connection before accept has had a chance to 'accept' the TCP connection and return a valid socket descriptor. Have you tried using tcpdump to determine the TCP handshakes that are going on (tcpdump dst port 5672) Clive On 22/05/2012

Transport endpoint not connected error???

2012-05-22 Thread Fraser Adams
Hi All, on one of our brokers my colleagues have started seeing errors of the form: error could not accept socket: Transport endpoint is not connected (qpid/sys/posix/Socket.cpp 58) Does anybody have a good idea what is likely to be causing this?? The broker appears to be functioning and ther

Re: Problem with building the C# Wcf Channel

2012-05-22 Thread Cliff Jansen
Hi Robert, I regularly build the WCF channel using VS2008, but haven't from trunk since 0.16. CMake doesn't understand C# and C++/CLI, so the projects/solutions aren't particularly flexible. Be sure to choose the correct Debug/Release + Win32/x64 options to match your CMake choices. - What ver

Problem with building the C# Wcf Channel

2012-05-22 Thread Robert Evans
Hello, I want to build the Wcf Channel files using VS 2008 and the QpidWcf solution, but I am getting a linker error when linking the InputLink.obj of the Interop project. it is error LNK2001: Unresolved external symbol. Here is the complete error description: Fehler 8 error LNK2001: Unresolved e

Re: Qpid Transport failure exception

2012-05-22 Thread Gordon Sim
On 05/09/2012 11:42 AM, sunny wrote: Hi, I am trying to use the get method in SubscriptionManager class. My requirement is to wait on q queue for a particular period of time for a message, if the message is not received do some operation. For this i'm using SubscriptionManager subscriptions(sess