Qpid proton C++ supports failover url?

2016-09-16 Thread adelboutros
Hello, Does the Proton C++ API support the failover url just like JMS does? If no, what workarounds could I use? Regards, Adel Get Outlook for Android

RE: [JAVA-Android]Memory Leak Investigation

2016-07-29 Thread adelboutros
PS: don't use nabble when you send a mail because half of it is missing when we receive it. As for the Azure part, unfortunately I cannot help you because I never used it. Hopefully someone else will be able to. On Fri, Jul 29, 2016 at 7:45 PM +0300, wrote:

RE: [JAVA-Android]Memory Leak Investigation

2016-07-29 Thread adelboutros
If A holds a reference to B and B holds a reference to A. Then you will get this cyclic tree when you open A. Try opening the "referent" instead of the "runner" in the second image. From: kevin.le Sent: Friday, July 29, 18:53 Subject: RE: [JAVA-Android]Memory Leak Investigation To:

[Proton-c] Closing connection of proton::handler from outside the callbacks

2016-06-01 Thread adelboutros
Hello, In proton 0.12.0 C++ bindings, if I have a custom handler which implements proton::handler, how can I close the connection it holds from outside the callbacks? (Callbacks like on_message, on_link_open, etc.) Thread 1:    CustomHandler handler;    // Start Thread 2    

Re: Qpid C++ 0.34 unit tests are failing with visual studio 2013

2016-05-23 Thread adelboutros
Hello guys, We were able to advance on this issue by changing the machine and using one with less security restraints. Now we have the following issues: 1) A missing powershell script(run_queue_redirect.ps1) forces a test (queue_redirect) not to start  2) Python scripts can be

Re: [Qpid Dispatcher] Runtime behavior on SunOS

2016-04-20 Thread adelboutros
Thanks Andrew! We were also amazed at the fact it was a POLLOUT but it's not the first time Solaris has an inexplicable behavior ... I will try to fix the code to ignore Pollout flag and let you know if it works. Would it interest you if i provide a patch also in case it works? Sent from