RE: Performance: C++ client - Windows VS LInux

2010-09-16 Thread Steve Huston
Hi Bruno, > Thanks for the reply. You're welcome. > On Mon, 2010-09-13 at 07:06 -0400, Steve Huston wrote: > > Hi Bruno, > > > > > I'm facing some performance issues with a Windows client. I > > > made some tests and the difference is between 62

RE: Performance: C++ client - Windows VS LInux

2010-09-13 Thread Steve Huston
ownloads.htm, but it's 0.6 - probably not significantly different from what you tested. If you get profiling info that may help to improve this, please let me know. I'm also available to help get that information. Best regards, -Steve -- Steve Huston, Riverace Corporation Total Lifecyc

RE: C++ broker authentication

2010-09-08 Thread Steve Huston
-- Steve Huston, Riverace Corporation Total Lifecycle Support for Your Networked Applications http://www.riverace.com > -Original Message- > From: Bruno Matos [mailto:bruno.ma...@paradigmaxis.pt] > Sent: Wednesday, September 08, 2010 9:25 AM > To: users@qpid.apache.org &

RE: C++ broker authentication

2010-09-08 Thread Steve Huston
ition, it would be great. -Steve -- Steve Huston, Riverace Corporation Total Lifecycle Support for Your Networked Applications http://www.riverace.com - Apache Qpid - AMQP Messaging Implementation Project: http://qpid

RE: QPID message throughput - Red Hat numbers

2010-07-28 Thread Steve Huston
2003 (8-core) > Pubs: 5671 msg/sec > Subs: 8672 msg/sec > Total: 17262 msg/sec > Throughput: 1.64 MiB/s > > Debian Linux (1-core?) > Pubs: 5892 msg/sec > Subs: 11343 msg/sec > Total: 22687 msg/sec > Throughput: 2.16 MiB/s Oh my - that is bad. I'

RE: C++ client crashes if it is unable to connect to the broker

2010-07-20 Thread Steve Huston
Hi Chris, This is a known problem, fixed since 0.6. Please see: https://issues.apache.org/jira/browse/QPID-2558 If you can possibly use the current development sources, the problem is fixed there. Best regards, -Steve -- Steve Huston, Riverace Corporation Total Lifecycle Support for Your

RE: Disaster recovery features

2010-07-16 Thread Steve Huston
ng - configurations, queues, bindings, messages, etc. are stored on disk and can be recovered if the broker goes down and restarts. This is available on Linux from at least 0.5, on Windows from 0.6. -Steve -- Steve Huston, Riverace Corporation Total Lifecycle Support for Your Networke

RE: MySQL for persistence(both for C++ and Java)

2010-07-15 Thread Steve Huston
ent one for MySQL. -Steve -- Steve Huston, Riverace Corporation Total Lifecycle Support for Your Networked Applications http://www.riverace.com - Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org U

RE: qpid::client::Message problem

2010-07-08 Thread Steve Huston
Great! I'm glad it's working better now. Thanks for the update. -Steve -- Steve Huston, Riverace Corporation Total Lifecycle Support for Your Networked Applications http://www.riverace.com > -Original Message- > From: abca [mailto:m.sengphommach...@abc-arbitrage.com]

RE: qpid 0.7 release date

2010-07-07 Thread Steve Huston
The next release will be 0.8. I don't know the planned date (I'm not sure it's been set) but I expect it will be in 2-4 months. -Steve -- Steve Huston, Riverace Corporation Total Lifecycle Support for Your Networked

RE: qpid::client::Message problem

2010-07-07 Thread Steve Huston
#x27;s wrong... Maybe some one can help me? Why do you think something is wrong? Where did the memory stats come from? Before digging too much further into this, I recommend you run your code under a leak checker such as Purify or BoundsChecker. It may simply be that the run-time library allocated

RE: Question on use of qpid::messaging::Receiver objects

2010-07-02 Thread Steve Huston
That did the trick, Ted - thanks! -Steve -- Steve Huston, Riverace Corporation Total Lifecycle Support for Your Networked Applications http://www.riverace.com > -Original Message- > From: Ted Ross [mailto:tr...@redhat.com] > Sent: Tuesday, June 29, 2010 4:37 PM &g

Question on use of qpid::messaging::Receiver objects

2010-06-29 Thread Steve Huston
); // do something } #endif Is this a bug in my code, or in Qpid? If mine, what's the difference from fetching a message on a specific receiver and getting the next receiver then its message? Thanks, -Steve -- Steve Huston, Riverace Corporation Total Lifecycle Support

RE: C++ broker and client on Solaris platform

2010-06-09 Thread Steve Huston
it, that would be great. If you can do this, please add items to JIRA for what you are working on, and attach patches to your JIRA entries. If you need help getting this port done, please contact me directly. Best regards, -Steve -- Steve Huston, Riverace Corporation Total Lifecycle Support for

RE: CMake Error at src/CMakeLists.txt:96 (include): include could not find load file: D:/qpid-0.6/build/src/rubygen.cmake

2010-06-09 Thread Steve Huston
tar.gz That's for Java. Yor message implies you are trying to build the C++ sources - if you want to build the C++ side, please get http://www.apache.org/dist/qpid/0.6/qpid-cpp-0.6.tar.gz (or, download binaries from www.riverace.com/qpid/download.html) -Steve -- Steve Huston, Riverace Corpo

RE: CMake Error at src/CMakeLists.txt:96 (include): include could not find load file: D:/qpid-0.6/build/src/rubygen.cmake

2010-06-07 Thread Steve Huston
d-0.6/build/src/rubygen.cmake Not sure what's wrong... Which soure package did you download? Also, please note that you can get a prebuilt binary installer for Qpid 0.6 from http://www.riverace.com/qpid/downloads.htm Best regards, -Steve -- Steve Huston, Riverace Corporation

RE: Is C++ broker memory leak?

2010-05-26 Thread Steve Huston
Hi Yuta, Thank you for the report - could you please record this problem in JIRA (http://issues.apache.org/jira/browse/qpid) to ensure it is investigated and tracked correctly? Thank you, -Steve -- Steve Huston, Riverace Corporation Total Lifecycle Support for Your Networked Applications http

RE: Dynamic Library Build on Windows (DLL) for 0.6

2010-05-06 Thread Steve Huston
x27; to 'LPCWSTR'" > > Could you please tell me qpid supports Unicode is there a > patch available for it? No, Unicode support has not been attempted or tested. Additional effort is required for this. Maybe you would have time to help with this area? > Thanks i

RE: Dynamic Library Build on Windows (DLL) for 0.6

2010-05-04 Thread Steve Huston
ra probably won't work by itself. > can some body guide me through. Yes - there are instructions in qpid/cpp/INSTALL-WINDOWS that will guide you through building with Visual Studio 2008. Best regards, -Steve -- Steve Huston, Riverace Corporation Total Lifecycle Suppo

RE: does the windows qpid client library have support for SSL

2010-05-03 Thread Steve Huston
s no sslconnector plugin. 4. The Windows SSL support uses Windows certificate management, not NSS or OpenSSL. If you run into any problems, please ask back here on this list. -Steve -- Steve Huston, Riverace Corporation Total Lifecycle Support for Your Networked App

RE: client connection.open to a non-broker on qpid 0.6: access violation

2010-04-29 Thread Steve Huston
Could you please open a jira for this problem? http://issues.apache.org/jira/browse/qpid Thanks, -Steve -- Steve Huston, Riverace Corporation Total Lifecycle Support for Your Networked Applications http://www.riverace.com > -Original Message- > From: nicolae cl

Changes to Windows SQL-based persistence

2010-04-16 Thread Steve Huston
itted to the development trunk. If you update from svn and rebuild the SQL store, you should delete your SQL catalog before starting the broker again. If any questions, please feel free to ask. Thanks, -Steve -- Steve Huston, Riverace Corporation Total Lifecycle Support for Your Networked Applica

RE: Another newbie to Qpid

2010-04-14 Thread Steve Huston
- great! > If anyone can provide any pointers or advice I'd appreciate > it very much. My recommendation would be: - Bring across the code you see that could be migrated. - Develop or extend WCF tests to exercise the additions. - Attach your patches to your jira and ask for revi

RE: Newbie to Qpid!

2010-04-14 Thread Steve Huston
Hello Mr. OpenGeek, > I am a newbie learning and getting upto speed on Qpid, AMQP > etc. I am interested in contributing to qpid project. As a > starting point i have been browsing through qpid > documentation etc. I was able to build and run both java and > cpp parts of qpid with few minor gl

RE: SSL and C++ client - anyone have a complete example ?

2010-04-08 Thread Steve Huston
Great, Elena - I'm glad to hear you got it working. If you can attach your C# changes to a jira (http://issues.apache.org/jira/browse/qpid) as a patch, and please make sure to check the box granting rights to Apache, that would be great. Thanks, -Steve -- Steve Huston, Riverace Corpor

RE: SSL and C++ client - anyone have a complete example ?

2010-04-07 Thread Steve Huston
Windows? Which C# client are you using, from which qpid version? I know the new WCF C# client doesn't have SSL support in it yet (it's coming, I believe). > Thank you. You're welcome. -Steve -- Steve Huston, Riverace Corporation Tota

RE: Excesive Timer warning on CentOS, qpid 0.6

2010-03-30 Thread Steve Huston
ndesired behavior and how could I fix it?*** > > My build is: > > boost 1.3.8 > ./configure --with-ssl --with-sasl Carl gave great answers, as usual. I can add that this message was added between 0.5 and 0.6, so that's why you didn't see it when running 0.5. -Stev

RE: SSL and C++ client - anyone have a complete example ?

2010-03-12 Thread Steve Huston
5671. You'll probably get a certificate error from IE. Follow the prompts to import it. Now try your client. -Steve -- Steve Huston, Riverace Corporation Total Lifecycle Support for Your Networked Applications http://www.riverace.com > -Original Message- > From: Calvin

Windows installer tool change proposal

2010-03-12 Thread Steve Huston
e to mostly automate the WiX process, but it's possible there will be some manual items needed, which I'll document as they come up. I'm happy to bid NSIS good-bye, but if anyone out there has noticed NSIS support in the development process and become attached to it, please yell

RE: Operation not permitted (qpid/sys/epoll/EpollPoller.cpp:254)

2010-01-27 Thread Steve Huston
Hi Jason, > On Mon, Jan 25, 2010 at 6:54 PM, Steve Huston > wrote: > > alwaysReadableFd is for a pipe - is there a chance you've closed it? > > I think there is. It looks like the static scope of > alwaysReadable and alwaysReadableFd cause them to get > initi

RE: Operation not permitted (qpid/sys/epoll/EpollPoller.cpp:254)

2010-01-25 Thread Steve Huston
x27;ve closed it? > Is this a known issue in the qpid c++ client with respect to > integrating it into daemon code (or just a known issue > period)? Any hints on where to look for conflicts between > epoll_ctl and my daemon code ? It's not a known problem, so please ope

RE: Qpid C++ Dev in Eclipse

2010-01-11 Thread Steve Huston
matter of adjusting macros, please open a jira and include any details there. Thanks, -Steve -- Steve Huston, Riverace Corporation Total Lifecycle Support for Your Networked Applications http://www.riverace.com - Apa

RE: Scale question

2009-12-31 Thread Steve Huston
s this expectation hold up if I use queue forward > clustering (all exchanges are fan-out) across a hundred > brokers, each with 10,000 to 20,000 users? Yow... I've never tried something like that, but given enough switching and horsepower, it's worth a try. Keep us posted...

RE: Writing a QMF console in C++

2009-12-30 Thread Steve Huston
te the first QMF C++ Console Tutorial. It need not be fancy or polished - anything you can get down that's accurate would be great. If you're able to do this, simply write it up and attach it to a jira report (http://issues.apache.org/jira/browse/qpid) Good luck, -Steve -- Steve Huston

RE: error buiding StorePlugin

2009-12-26 Thread Steve Huston
Hi Simon, Your store code is newer than your broker code. If you can build the broker from the repository trunk you should be in better shape. -Steve -- Steve Huston, Riverace Corporation Total Lifecycle Support for Your Networked Applications http://www.riverace.com > -Original Mess

RE: Qpid dont save durable queues

2009-12-17 Thread Steve Huston
gt; > qpid-config add exchange topic foo.topic --durable > > qpid-config add queue foo01 --durable --order lvq > > qpid-config --durable bind foo.topic foo01 foo.information.* > > > Some tip about this behavior ? Did you build and load the store module? -Steve -- Ste

RE: memory leak in qpid::client::Connection?

2009-11-23 Thread Steve Huston
Thanks, Daniel! It looks like the thread created isn't being joined, but someone will look into it further. -Steve -- Steve Huston, Riverace Corporation Total Lifecycle Support for Your Networked Applications http://www.riverace.com > -Original Message- > From: Da

RE: memory leak in qpid::client::Connection?

2009-11-20 Thread Steve Huston
the leak is? Also, when you get this information, could you please create a jira report for it? (http://issues.apache.org/jira/browse/qpid) Please attach your test progam and valgrind report. Thanks, -Steve -- Steve Huston, River

RE: Monitoring QPID

2009-11-19 Thread Steve Huston
Hi Rodrigo, > Hi, somebody have experiencie on how integrate qpid with Snmpd for > collection monitoring data ? No, Qpid doesn't have SNMP support at this time. You could add it directly, or create another application that monitors Qpid via QMF and feeds that info via SNMP. -Stev

RE: compiling c++ broker trunk on windows: Cannot find source file "documents"

2009-11-14 Thread Steve Huston
> > > Unfortunately it seems that > > > https://issues.apache.org/jira/browse/QPID-2199is still in effect; > > my > > > link connection is stuck forever in the "connecting" state. > > > > Right, this is not fixed. > > > > > This is a show-stopper for my application :( > > > > That's too bad. Any ch

RE: compiling c++ broker trunk on windows: Cannot find source file "documents"

2009-11-14 Thread Steve Huston
forever in the "connecting" state. Right, this is not fixed. > This is a show-stopper for my application :( That's too bad. Any chance you can lend a hand in fixing the problem? -Steve -- Steve Huston, Riverace Corporation Total Lifecycle Support for Your Networked Applications http

RE: compiling c++ broker trunk on windows: Cannot find source file "documents"

2009-11-14 Thread Steve Huston
I hate to sound like a level 1 cable tech support rep, but could you delete the build directory and retry? If it's still saying it doesn't need to generate files, something is wrong. Thanks, -Steve -- Steve Huston, Riverace Corporation Total Lifecycle Support for Your Networked Applica

RE: compiling c++ broker trunk on windows: Cannot find source file "documents"

2009-11-14 Thread Steve Huston
Another idea... If you can't find ruby, it can't generate all the files. It may be complaining that it can't include the generated list of source file names. Before doing the cmake downgrade, see if you can resolve the ruby location. Thanks, -Steve -- Steve Huston, Riverace Co

RE: compiling c++ broker trunk on windows: Cannot find source file "documents"

2009-11-14 Thread Steve Huston
Hi Jeff, Thanks for the info... I've been using Cmake 2.6 and am not seeing the errors you see. Is there a chance you could try Cmake 2.6.4 to try and narrow down what's going on? -Steve -- Steve Huston, Riverace Corporation Total Lifecycle Support for Your Networked Applica

RE: compiling c++ broker trunk on windows: Cannot find source file "documents"

2009-11-14 Thread Steve Huston
Can you post the complete error please? Also, what version of CMake are you using? Thanks, -Steve -- Steve Huston, Riverace Corporation Total Lifecycle Support for Your Networked Applications http://www.riverace.com - Apache Qpid -

RE: Implementation Recommendation

2009-11-04 Thread Steve Huston
t look at each client creating a queue and binding the exchange(s) to the queue using the topics/routing keys desired. Then only the desired messages go to the queue. -Steve -- Steve Huston, Riverace Corporation Total Lifecycle Support for Your Networked Applications http://www.riverace.com ---

RE: Windows - "vector iterator not dereferencable"

2009-11-03 Thread Steve Huston
Could you please report this in a jira? http://issues.apache.org/jira/browse/qpid Thanks, -Steve -- Steve Huston, Riverace Corporation Total Lifecycle Support for Your Networked Applications http://www.riverace.com > -Original Message- > From: lroloson [mailto:lrolo...@tr

RE: Windows build from trunk fails in CMake

2009-11-03 Thread Steve Huston
Do you have the 'specs' directory checked out parallel to the cpp directory (trunk/qpid/specs, trunk/qpid/cpp)? -Steve -- Steve Huston, Riverace Corporation Total Lifecycle Support for Your Networked Applications http://www.riverace.com > -Original Message- >

RE: C++ broker setup help

2009-11-03 Thread Steve Huston
in 0.6 but that's very uncertain. If you want to try the persistence that will be in 0.6, you will need to check out the current source from Qpid's svn repository, install cmake, python, and ruby, as well as Visual Studio 2008. For persistence you will need Microsoft SQL Express or SQL

RE: Windows build from trunk fails in CMake

2009-11-03 Thread Steve Huston
utput here. Thanks, -Steve -- Steve Huston, Riverace Corporation Total Lifecycle Support for Your Networked Applications http://www.riverace.com > -Original Message- > From: lroloson [mailto:lrolo...@trmi.com] > Sent: Tuesday, November 03, 2009 4:20 PM > To: users@qpid.apache.org

RE: Windows client receives messages - but queue not decrementing

2009-10-27 Thread Steve Huston
e the differences are. Extra credit for coming up with a patch :-) -- Steve Huston, Riverace Corporation Total Lifecycle Support for Your Networked Applications http://www.riverace.com > -Original Message- > From: lroloson [mailto:lrolo...@trmi.com] > Sent: Tuesday, October 27, 2009 11:23

RE: Windows build from trunk fails in CMake

2009-10-21 Thread Steve Huston
ciated ! Please let me know the above and I'll try to help get you going. -Steve -- Steve Huston, Riverace Corporation Total Lifecycle Support for Your Networked Applications http://www.riverace.com - Apache Qpid - AMQP Messagin

RE: Windows build from trunk fails in CMake

2009-10-20 Thread Steve Huston
Try deleting your C:/qpid/qpid/cpp/build directory, then retry the cmake. -Steve -- Steve Huston, Riverace Corporation Total Lifecycle Support for Your Networked Applications http://www.riverace.com > -Original Message- > From: lroloson [mailto:lrolo...@trmi.com] > Sent

RE: .NET build on XP - jython?

2009-10-13 Thread Steve Huston
ps://svn.apache.org/repos/asf/qpid/trunk/qpid/cpp since the WCF channel code uses the C++ client underneath. Please let us know how this goes if you decide to try it. Thanks, -Steve -- Steve Huston, Riverace Corporation Total Lifecycle Support for Your Networked Applications http://www.rivera

RE: Any books published on Apache Qpid ?

2009-10-12 Thread Steve Huston
Hi Yogesh, > Need to know if any books been published on Qpid or any > technical resources available for Qpid apart from the apache > qpid site ? Red Hat has a set of documents for the product they offer based on Qpid: http://www.redhat.com/docs/en-US/Red_Hat_Enterprise_MRG/ -Steve

RE: exchangeDeclare funtion hangs

2009-09-23 Thread Steve Huston
Hi Nitesh, What version of Qpid do you see this problem in? Could you post a small test program that reproduces this? Thanks, -Steve -- Steve Huston, Riverace Corporation > -Original Message- > From: Nithesh Shetty [mailto:knitheshshe...@yahoo.com] > Sent: Wednesday, Sep

RE: how to install qpid-route and other python utils

2009-09-17 Thread Steve Huston
ged agents. -Steve -- Steve Huston, Riverace Corporation > -Original Message- > From: falconair [mailto:shahb...@gmail.com] > Sent: Thursday, September 17, 2009 4:27 PM > To: users@qpid.apache.org > Subject: how to install qpid-route and other python utils > >

RE: remote byte-order

2009-09-16 Thread Steve Huston
Hi Bill, > I'm replacing other messaging with qpid. I have code for marshalling > and demarshalling data that uses byte-order to know how to handle > integers. I can add a custom property to the message that > provides byte > order, but it would be preferrable to have the byte-order of > th

RE: AMQP Qpid Client API & socket management

2009-09-09 Thread Steve Huston
> I would like to know if the AMQP/QPid client API maintains > open the TCP > socket connection all the time or close it or open it each > time ( to send or receive msg) ? The socket remains open between messages under normal operation. -Steve -

RE: AMQP|QPid client API for WinCE

2009-09-09 Thread Steve Huston
Hi Mike, > Thanks Steve for the answer and for your C++ port to windows You're welcome. > What do you think about the code port on WiinCE ? > do you think is better to do it in C++ ( based on the QPid > C++ Windows API client) This is the client I'm most familiar with and I believe it would be

RE: AMQP|QPid client API for WinCE

2009-09-08 Thread Steve Huston
n Win CE. -Steve -- Steve Huston, Riverace Corporation - Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:users-subscr...@qpid.apache.org

RE: Running the C++ Broker as a daemon process

2009-09-01 Thread Steve Huston
Hi Marc, > I installed QPid 0.5 on Windows XP PRO SP3 machine > (qpidc-0.5.msi | QPid C++ Broker 0.5) for test purpose. > > It works fine but how can I run it as a daemon ( Windows service). You can't. That feature has not been added. It would be great if you would like to help to develop it.

RE: Trigger monitor functionality in Qpid

2009-08-29 Thread Steve Huston
Hi Yogesh, > I am new to Qpid but not new to the messaging world, I wanted > to know if > there is any functionality available in Qpid like trigger > monitor which > invokes a process as soon as a message arrives in a queue as this > functionality is available in IBM's MQ Series. No, Qpid does

RE: C-ansi client example

2009-07-30 Thread Steve Huston
Hi Marcos, There aren't any C bindings with Qpid today - you could write C wrappers around the C++ API though. Or possibly around one of the other languages, but you'll need to wrap something to get a C API. -Steve -Original Message- From: Marcos Fogaca [mailto:mfog...@integral.com.br]

RE: Async get

2009-07-21 Thread Steve Huston
FYI, the getProcessName() problem has been fixed; see QPID-1998. -Steve > -Original Message- > From: Alan Conway [mailto:acon...@redhat.com] > Sent: Monday, July 20, 2009 2:03 PM > To: users@qpid.apache.org; Steve Huston > Subject: Re: Async get > > > Nithe

RE: Target date for C++ Broker on Solaris?

2009-07-14 Thread Steve Huston
Hi Thomas, > As I can read on the main page, a Solaris Version of the C++ Broker is > planned. Is there any known target date or a timeline? Not that I'm aware of. The effort made a lot of progress but I've not heard much from the principal person involved in a while. > I want to use Qpid in a p

RE: Building Qpid 0.5

2009-06-23 Thread Steve Huston
Hi Marcus, Try casting the return of write() to void. The compiler doesn't like that it's being ignored. Please reply and let us know how that works. Thanks, -Steve > -Original Message- > From: Marcus Schröder [mailto:marcus.schroe...@gmail.com] > Sent: Tuesday, June 23, 2009 10:40 AM

RE: Problem building Qpid C++ broker

2009-06-19 Thread Steve Huston
Hi Ricard, > Thank you for your help Steve. > I edited Cpg.cpp and it worked, Ok, great - the fix is now in the svn repository as well. > but another problem appeared: > > qpid/broker/Daemon.cpp: In member function 'void > qpid::broker::Daemon::fork()': > qpid/broker/Daemon.cpp:90: error: ignor

RE: Problem building Qpid C++ broker

2009-06-18 Thread Steve Huston
and let us know how that goes. Thanks, -Steve > > Steve Huston wrote: > > > > Which Qpid version, and which OS is this on? > > > >> -Original Message- > >> From: ricardlf [mailto:rilo...@dsic.upv.es] > >> Sent: Thursday, June 18, 2009

RE: Problem building Qpid C++ broker

2009-06-18 Thread Steve Huston
Which Qpid version, and which OS is this on? > -Original Message- > From: ricardlf [mailto:rilo...@dsic.upv.es] > Sent: Thursday, June 18, 2009 10:42 AM > To: users@qpid.apache.org > Subject: Problem building Qpid C++ broker > > > > Hi, I'm trying to install Qpid C++ broker but when I

RE: ATL Project

2009-05-21 Thread Steve Huston
Then rebuild qpid and your application and retest. > 2) is there another way to build my project to obtain my goal? If you can link qpidcommon and qpidclient directly rather than having them dynamically loaded, that would also work around this issue. -Steve > -Messaggio originale-

RE: Binary Data Transfer

2009-05-21 Thread Steve Huston
Hi Wes, > Is the Qpid C++ Client API capable of transferring binary > data? Yes. > It seems like the only data type in > qpid/client/Message.h is the std::string (data field of > TransferContent.h). Also yes. > I am interested in transferring segments of binary data, and > not ascii stri

RE: ATL Project

2009-05-20 Thread Steve Huston
Hi Mariano, > Thanks for your prompt answer, > I've downloaded your recommended version (0.5 RC4) kit but nothing is > changed ... Hmmm... > If I compile in Win32 Console Project it works all fine ... > But, the same > code, in ATL Project give me everytime the same error, in > debug mode it

RE: ATL Project

2009-05-20 Thread Steve Huston
> I need help about using QPID in ATL Project with Visual > Studio 2008 enviroment under MS Windows XP/2003. Why Qpid version are you using? > I become run time error by "open" instruction > > Connection conn; > try { > conn.open(host, port, user, password);// "bad > allocation" error

RE: Required compilation parameters for using qpid?

2009-05-18 Thread Steve Huston
Hi Marcus, > On Mon, May 18, 2009 at 3:38 PM, Jonathan Robie > wrote: > > > Sounds like starting with a simpler Makefile would help. > Try starting with > > this: > > > > CXX=g++ > > CXXFLAGS=-I/usr/include/qpid-boost > > LDFLAGS=-lqpidclient > > > > all: direct_producer listener declare_queues

RE: Required compilation parameters for using qpid?

2009-05-15 Thread Steve Huston
Hi Marcus, > what libraries/etc. do I need to pass to g++ to compile source using > the qpid-libs? I've already pointed the CPLUS_[INCLUDE|LIBRARY]_PATHs > to my qpid install dir, but still get a bunch of errors (see: > http://pastie.org/478925), using g++ 4.2.4 and qpid-M4. In the above > case, I

RE: Unable to build examples and tests on Windows

2009-04-08 Thread Steve Huston
> Can you please tell me when Qpid M5 will release ? I'm not sure, as I'm not directing the process... I believe it should be within a few weeks barring any unforeseen problems. -Steve - Apache Qpid - AMQP Messaging Implementat

RE: Unable to build examples and tests on Windows

2009-04-06 Thread Steve Huston
ny questions or issues on this list and I'll be glad to help further. Best regards, -Steve -- Steve Huston, Riverace Corporation Check out my networked programming blog at http://stevehuston.wordpress.com/ > -Original Message- > From: ftil555 [mailto:nitinsay...@gmail.com] &g

RE: Unable to build examples and tests on Windows

2009-03-31 Thread Steve Huston
its, class std::allocator. > already defined in qpidclients.lib". I am trying to build the > release version. Something is still looking at an old project. I recommend you wait until the M5 RC is prepared later this week or early next. -Steve -- Steve Huston, Riverace Corporation Check

RE: Unable to build examples and tests on Windows

2009-03-26 Thread Steve Huston
> Hi ,i also tried to build examples on windows using visual > studio 2008 command prompt , > I tried building example step by step including path for > header file which was needed to build the example. > i included path for header files, in boost and qpid, but i > struck with the following er

RE: QPID C++ SASL, SSL and cluster features on windows

2009-03-25 Thread Steve Huston
provements. If you're available to help add your desired features, it would be great to have more help. -Steve -- Steve Huston, Riverace Corporation Check out my networked programming blog at http://stevehuston.wordpress.com/ -

RE: autoconf issue? (was Re: send/receive to/from remote machine)

2009-03-25 Thread Steve Huston
> ft420 wrote: > > Hi Gordon, > > > > I hope you checked the flow of what happens when > ./configure is done... > > If possible please let me know solution for the same... > > It has me stumped at present I'm afraid. It looks to me like its an > issue with autoconf but I couldn't swear to it.

RE: Unamble to build examples and tests on Windows

2009-03-23 Thread Steve Huston
ware that checking out the source from svn will require you to take an extra step or two during the build beyond what you needed to do for the released M4 kit. Please read the README carefully. I am not 100% sure of the M5 release schedule, but I suspect it will be done within a few weeks. -Steve

RE: about sasl

2009-03-17 Thread Steve Huston
> this my c++ client, it's on windows > > Connection connection; > ConnectionSettings Setting; > Setting.host = 192.168.1.233; > Setting.port = 5672; > Setting.username = "uniqueeye"; > Setting.password = "uniqueeye"; > Setting.virtualhost =

RE: Unable to install qpid on Linux

2009-03-16 Thread Steve Huston
> ft420 wrote: > > Hi > > I was able to install it. I installed qpid on RHEL5 but now > the sample out > > files in examples, tests folder are giving a trouble. It > gives connection > > refused error in Socket.cpp at line no 159. I have made an > entry of the > > machine local ip in /etc/hosts

RE: AMQP San Diego Face 2 Face (1st April)

2009-03-13 Thread Steve Huston
FYI, I've created a LinkedIn event for this: http://events.linkedin.com/AMQP-Face-Face/pub/45982 It'd be good to get to meet some of you there, and better stay in touch afterwards. -Steve > -Original Message- > From: Robert Godfrey [mailto:rob.j.godf...@gmail.com] > Sent: Wednesday, Mar

RE: M4 C++ build on Redhat 5

2009-03-03 Thread Steve Huston
> I have read the INSTALL document contained in the > qpid-cpp-m4.tar.gz file. I > used yum to install ruby and boost, I have exported the path > information per > section 2.3. When I run configure I get the following error; > ... > ... > ls: /src/qpidc-0.4/./../specs/amqp.0-10-qpid-errata.xml: N

RE: Without Ruby ...

2009-03-03 Thread Steve Huston
> > Me too newbie in qpid > > please let me know how to install ruby? > > If you are on Windows, Ruby is not needed; but it you want to get it, > it's at http://rubyforge.org/frs/?group_id=167 > > If you are on Linux, try 'yum' if it's available. > -Steve > > ... > Yes i am trying to install q

RE: Without Ruby ...

2009-03-03 Thread Steve Huston
--- > > Apache Qpid - AMQP Messaging Implementation > > Project: http://qpid.apache.org > > Use/Interact: mailto:users-subscr...@qpid.apache.org > > > > > > > Me too newbie in qpid > please let me know how to install ruby?

RE: windows build

2009-03-02 Thread Steve Huston
> I am trying to build qpid broker on XP from the > qpid-cpp-M4.tar.gz download. Ok. > I have been trying to follow the directions I found in the wiki here > (https://issues.apache.org/jira/browse/QPID-1675) Those instructions are wrong for the M4 released build. You can ignore step 2.5.1. You

RE: Without Ruby ...

2009-02-23 Thread Steve Huston
Hi Anil, > I am trying to compile C++ broker & client > > ./configure > checking for ruby... no > configure: error: Missing ruby installation (try "yum install ruby"). > > I need Instructions to compile without Ruby. You'll need to use M4 - building from the svn sources requires Ruby and python

RE: QPid C++ broker & portability

2009-02-16 Thread Steve Huston
> I'm very optimistic about QPID C++ broker. I already did some > bench)marks > and comparing to other queuer (like ActiveMQ or also QPID > Java broker), the results are very good. Great! > I would be so very happy to use it in my project. But I've > some blocking > points. The first one is th

RE: qpid on RHEL 5.3 (through yum)?

2009-02-13 Thread Steve Huston
> Getting qpid to install has actually been a fairly > frustrating experience. > Installing it on windows and ubuntu was a messy, manual > process. The Windows install should be better in the next release. I'm working on this area now. > I'm hoping RHEL will be easier, I'd expect so, but wil

RE: About footprint size

2009-02-09 Thread Steve Huston
There's an open jira for this, QPID-1625. https://issues.apache.org/jira/browse/QPID-1625 -Steve > -Original Message- > From: chenta lee [mailto:che...@gmail.com] > Sent: Monday, February 09, 2009 11:37 AM > To: users@qpid.apache.org > Subject: Re: About footprint size > > > Thanks Cli

RE: unresolved external symbols while building QPID broker - help

2009-01-23 Thread Steve Huston
> -Original Message- > From: Gordon Sim [mailto:g...@redhat.com] > Sent: Tuesday, January 20, 2009 12:49 PM > To: users@qpid.apache.org > Subject: Re: unresolved external symbols while building QPID > broker - help > > > Marc Lerma wrote: > > When trying to build the broker, I get the f

RE: Is there or will there be an implementation of Reliable Broker Cluster targetting the Windows platform?

2009-01-22 Thread Steve Huston
Qpid, but it can be done. -Steve -- Steve Huston, Riverace Corporation Check out my networked programming blog at http://stevehuston.wordpress.com/ - Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apa

RE: How to run the Examples on visual studio?

2009-01-21 Thread Steve Huston
> well, I've tried to do so but I'm still getting the same errors. > > fatal error C1083: ... 'stdint.h': No such file or directory > > > any ideas? did this ever happen to you? > thanks for your answers! Right - there are a number of changes that need to be made above the project generation.

RE: Installing on RHEL4

2009-01-21 Thread Steve Huston
le. > > I've checked and I definitely don't have libboost_system-d or any > libboost_system libraries on the system, which seems to be > something new to newer versions of boost. > > Is the boost-1.32-support stuff outdated and not going to be supported > any fu

RE: How to run the Examples on visual studio?

2009-01-21 Thread Steve Huston
sion of qpid that can be found here: > > http://www.apache.org/dist/qpid/M4/qpid-cpp-M4.tar.gz Yes, that's the best. I need to get the tests and examples things I have checked back into the repository. Sorry for the inconvenience. > Thanks in advance for your help. Y

RE: Qpid Windows

2008-12-24 Thread Steve Huston
Hi Kamran, > I only have MS .Net 2003. Am I out of luck for building the > broker? With VC7.1, yes. VC7.1 can't handle the templates used in boost. > Is there a makefile I can use? Thanks. No - you need to get Visual Studio .NET 2008 - I believe there's an "Express" edition that's downloadabl

<    1   2   3   4   5   >