QPID Client on Win10 aborts when connection object is created

2018-07-03 Thread Michael Arnold
Hi, Still no luck with this one. A couple more data points: - I tried single stepping through the QPID code but never got to a trim() routine. I also ran the code in debug mode with a breakpoints set on any routine called 'trim', with the code never breaking. This led me to conclude that the

Re: QPID Client on Win10 aborts when connection object is created

2018-06-16 Thread Michael Arnold
on windows to also chec for any memory allocation / write mistakes - could not get drmemory to work. Any thoughts / suggestions? Kind regards, Michael On Mon, Jun 11, 2018 at 8:33 PM, Michael Arnold wrote: > HI, > > If I compile QPID (using Proton) on Windows 10 in RELEASE mode, the >

QPID Client on Win10 aborts when connection object is created

2018-06-11 Thread Michael Arnold
HI, If I compile QPID (using Proton) on Windows 10 in RELEASE mode, the application trying to use the QPID client gets aborted by windows when it tries to create a QPID connection. The abort is called on the last line of the following piece of code i.e. on the QPID connection creation:

Re: QPID-CPP Compile Errors Using Visual Studio 2017

2018-06-08 Thread Michael Arnold
; "pthreads" when I got pulled off to another "fire". > > > If you have made progress can you let me know? > > > Thanks. > > > Paul > > > > From: Michael Arnold > Sent: Thursday, May 31, 2018 6:39 AM > T

QPID-CPP Compile Errors Using Visual Studio 2017

2018-05-31 Thread Michael Arnold
Hi, Am trying to compile qpid-cpp on Windows 10 64-bit, using proton. Am cloning from git using: git clone https://github.com/apache/qpid-cpp The qpid-cpp compile quits at step 53, with: Build: 50 succeeded, 3 failed, 0 up-to-date, 0 skipped Am using boost 1.65 and Visual Studio 15 2017 Win64

Re: Build QPID C++ Using Visual Studio 2013 on Windows 10

2018-04-06 Thread Michael Arnold
Lock = QPID_MUTEX_INITIALIZER; #endif Kind regards Michael On Fri, Apr 6, 2018 at 3:40 AM, Chuck Rolke <cro...@redhat.com> wrote: > Hi Michael, > > Replies in line. > > -Chuck > > - Original Message - > > From: "Michael Arnold" <myk...@gmail.co

Re: Build QPID C++ Using Visual Studio 2013 on Windows 10

2018-04-05 Thread Michael Arnold
ot found, amqp 1.0 support not enabled > -- Looking for LOG_AUTHPRIV > -- Looking for LOG_AUTHPRIV - not found > -- Looking for LOG_FTP > -- Looking for LOG_FTP - not found > -- Legacystore is excluded from build. > -- Linearstore is excluded from build. > -- Could NOT find SWIG (miss

Re: How to create a QPID topic exchange that holds messages even then then there is no active receiver

2017-12-11 Thread Michael Arnold
Yes, that works for me! Thank-you so much for your help! On Mon, Dec 11, 2017 at 9:43 PM, Gordon Sim <g...@redhat.com> wrote: > On 09/12/17 02:20, Michael Arnold wrote: > >> Thanks for the help - but am still stuck: >> >> 1. Added in a link name as foll

Re: How to create a QPID topic exchange that holds messages even then then there is no active receiver

2017-12-08 Thread Michael Arnold
ld you please elaborate further? On Fri, Dec 8, 2017 at 11:31 PM, Gordon Sim <g...@redhat.com> wrote: > On 08/12/17 14:44, Michael Arnold wrote: > >> Disconnecting the QPID session that creates a durable topic exchange (and >> thus closing the only open receiver) seems to

How to create a QPID topic exchange that holds messages even then then there is no active receiver

2017-12-08 Thread Michael Arnold
Disconnecting the QPID session that creates a durable topic exchange (and thus closing the only open receiver) seems to delete the topic exchange and its contents - any messages not yet retrieved from the exchange are lost and any subsequent messages sent while no receiver is open, are likewise