Re: Openwire C client protocol error

2008-07-10 Thread Nathan Mittler
FYI, You don't have to use the asynchronous consumers. You can always poll for new messages with a call to receive(). That way the threading shouldn't be an issue for you. Nate On Jul 10, 2008, at 3:10 AM, Joselu wrote: Thanks, Nate Yes, we're using a C++ compiler. Openwire C client was

RE: Openwire C client protocol error

2008-07-10 Thread Joselu
Thanks, Nate Yes, we're using a C++ compiler. Openwire C client was one of the alternatives. The other one is CPP but we were a bit afraid about the integration of CPP API code (threading and so) with our event loop. So, we have tried the other one as first choice. Now, we'll have a look to CPP.

RE: Openwire C client protocol error

2008-07-09 Thread Mittler, Nathan
Just curious ... are you building with a C++ compiler? If so, you might want to think about just using ActiveMQ-CPP: http://activemq.apache.org/cms/ I'm not sure if the Openwire C client is being maintained. Regards, Nate > -Original Message- > From: Joselu [mailto:[EMAIL PROTECTED] >