RE: java client, c++ broker, no authentication

2011-07-14 Thread Steve Huston
I believe this is an issue with the Windows' C++ broker code that was resolved recently by Gordon Sim. If you are up for checking the current source code out from subversion, that should do it. Else I believe this will be fixed in the 0.12 release coming up within a few weeks or so. -Steve

RE: C++ client wireshark captures and readability

2011-06-28 Thread Steve Huston
1.6.0rc1, but I can't find the queue names or message contents in the raw bytes either. If you can send me a pcap file I'll look at it here and see if I can see anything else. It's been a while since I worked on that code and it's conceivable something broke in the interim. -Steve -- Steve

Re: Building C++ Qpid in Cygwin

2011-06-23 Thread Steve Huston
Hi Matt. Please raise a jira for the boost problem and attach your patch. The other errors look like there's no Poller being picked up for the build. I don't know of a regularly run build for cygwin. Thanks for working on it! Steve Huston On Jun 23, 2011, at 7:14 PM, Matt Stevenson

RE: Qpid python bindings for windows

2011-06-20 Thread Steve Huston
Hi Ovi, The existing python bindings work on Windows. -Steve -- Steve Huston, Riverace Corporation Total Lifecycle Support for Your Networked Applications http://www.riverace.com -Original Message- From: Ovidiu Visan [mailto:ovi...@redhat.com] Sent: Monday, June 20, 2011 12:33 PM

RE: How to detect connection shutdown or channel error?

2011-06-17 Thread Steve Huston
Hi Jiri, The C++ API will throw exceptions when errors occur. There's a very brief example in http://qpid.apache.org/books/0.10/Programming-In-Apache-Qpid/html/index. html section 2.1 -Steve -- Steve Huston, Riverace Corporation Total Lifecycle Support for Your Networked Applications http

RE: how to bind exchange to exchange like bind exchange to queue in the same broker?

2011-05-20 Thread Steve Huston
for example: topic exchange ex-A,ex-A2,ex-A3, i want to bind ex-A-ex-A2(binding-key='A2'), ex-A-ex-A3('binding-key='A3'), is this possible? No, not as you've described. What are you trying to accomplish? -Steve -- Steve Huston, Riverace Corporation Total Lifecycle Support for Your Networked

RE: Number of messages in a queue.

2011-05-19 Thread Steve Huston
and shorten that process :-) -Steve -- Steve Huston, Riverace Corporation Total Lifecycle Support for Your Networked Applications http://www.riverace.com - Apache Qpid - AMQP Messaging Implementation Project: http

Qpid 0.10 Windows installer available

2011-05-14 Thread Steve Huston
The Qpid 0.10 installer for Windows is available now at http://www.riverace.com/qpid/downloads.htm. -Steve -- Steve Huston, Riverace Corporation Total Lifecycle Support for Your Networked Applications http://www.riverace.com

RE: RE: Custom Lessening Handler/Adapter/Gateway

2011-05-13 Thread Steve Huston
from the docs, but haven't seen anything to help me with the latter. /~Nicolas On 13 May 2011 9:23 PM, Steve Huston shus...@riverace.com wrote: Hi Nicolas, Firstly, my apologies if this question has been asked and answered multiple times. No problem. And welcome. I am

RE: Wild Cards on Topic Exchange

2011-05-11 Thread Steve Huston
/books/0.10/Programming-In-Apache-Qpid/html/ch02s0 4.html#id2735610 -Steve -- Steve Huston, Riverace Corporation Total Lifecycle Support for Your Networked Applications http://www.riverace.com - Apache Qpid - AMQP Messaging

RE: Beginner - Need help (Basics)

2011-05-06 Thread Steve Huston
-- 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 Use/Interact: mailto:users-subscr

RE: [ANNOUNCE] Apache Qpid 0.10 released

2011-05-04 Thread Steve Huston
Hi Danushka, The download link seems to be broken. Which one? It works for me. -Steve Thanks, Danushka On Tue, May 3, 2011 at 9:54 PM, Robbie Gemmell rob...@apache.org wrote: The Apache Qpid community is pleased to announce the immediate availability of Apache Qpid 0.10.

RE: qpid windows mingw crasesh

2011-04-20 Thread Steve Huston
regularly tests Qpid on mingw. I don't. You may need to diagnose and debug this one. In any event, I recommend you open a jira for the problem to ensure it gets tracked. When you develop a fix, you can attach the patch to your jira for review. Best regards, -Steve -- Steve Huston, Riverace Corporation

RE: c# topic publisher and listener sessions dropped

2011-04-14 Thread Steve Huston
There was some recent discussion very similar to this on the group. Are you by any chance using the pre-0.10 .NET client? If so, I recommend you stop, wait for Qpid 0.10 (which should be released shortly) and use the new .NET bindings. -Steve -- Steve Huston, Riverace Corporation Total Lifecycle

RE: c# topic publisher and listener sessions dropped

2011-04-14 Thread Steve Huston
-Original Message- From: fcolle [mailto:fco...@tiscali.it] Sent: Thursday, April 14, 2011 11:15 AM To: users@qpid.apache.org Subject: Re: c# topic publisher and listener sessions dropped Many thanks! Anyways, this is REALLY a HUGE bug! I am planning to use Qpid in a

RE: Using Qpid Persistence -- Help Required

2011-03-17 Thread Steve Huston
-- 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 Use/Interact: mailto:users

RE: Using Qpid Persistence -- Help Required

2011-03-17 Thread Steve Huston
Queue Message DURABLE in .NET clients. Thanks, KBS -Original Message- From: Steve Huston [mailto:shus...@riverace.com] Sent: Thursday, March 17, 2011 8:20 PM To: users@qpid.apache.org Subject: RE: Using Qpid Persistence -- Help Required I have built qpid C++ source and I am

RE: JERR_JCNTL_AIOCMPLWAIT arror and Attempted size underflow on dequeue

2011-03-10 Thread Steve Huston
it? Neither error seems related to clustering. The first is related to journaling - are you using persistent messages/queues? This is just a guess, but the second may be related to the first. -Steve -- Steve Huston, Riverace Corporation Total Lifecycle Support for Your Networked Applications http

RE: Question about messaging::Address in the C++ code

2011-03-09 Thread Steve Huston
name. There's some documentation at http://qpid.apache.org/books/trunk/Programming-In-Apache-Qpid/html/ch02s 04.html#ftn.id2649930 -Steve -- Steve Huston, Riverace Corporation Total Lifecycle Support for Your Networked Applications http://www.riverace.com

RE: In the C++ cmake, is there a clean target?

2011-03-02 Thread Steve Huston
is using the cmake-based build though. The equivalent of ./configure is cmake -I or the cmake-gui. -Steve -- Steve Huston, Riverace Corporation Total Lifecycle Support for Your Networked Applications http://www.riverace.com - Apache

RE: Specified Module could not be found

2011-02-14 Thread Steve Huston
copy the qpidmessaging.dll, qpidclient.dll, qpidcommon.dll, qpidtypes.dll ? -Steve -- Steve Huston, Riverace Corporation Total Lifecycle Support for Your Networked Applications http://www.riverace.com - Apache Qpid - AMQP

RE: AMQP Standard

2011-01-24 Thread Steve Huston
using AMQP 0-10, for example, and using a broker implementing AMQP 0-10. -Steve -- Steve Huston, Riverace Corporation Total Lifecycle Support for Your Networked Applications http://www.riverace.com - Apache Qpid - AMQP Messaging

RE: Apache Qpid Error

2011-01-04 Thread Steve Huston
Hi Sanath, It appears that a directory was left out of the tar file. Could you please open a JIRA for this issue to ensure it is resolved for the next version? I will attach the files you need to the jira when I see it. Sorry for the errors. -Steve -- Steve Huston, Riverace Corporation

RE: C# Qpid Connection Lost

2010-12-31 Thread Steve Huston
Hi Sam, If you could re-test this with 0.8 there may be a higher chance that someone can help find a solution. There usually isn't much benefit to working on past versions. -Steve -- Steve Huston, Riverace Corporation Total Lifecycle Support for Your Networked Applications http

RE: C# client question

2010-12-16 Thread Steve Huston
Did you try the Receiver's get method? -Steve -- Steve Huston, Riverace Corporation Total Lifecycle Support for Your Networked Applications http://www.riverace.com -Original Message- From: Adam Kaminiecki [mailto:ada...@dgt.com.pl] Sent: Thursday, December 16, 2010 4:56 AM

RE: Error creating connection: The following SASL mechanisms [PLAIN] specified by the client are not supported by the broker

2010-12-15 Thread Steve Huston
Good morning. -Original Message- From: Gordon Sim [mailto:g...@redhat.com] On 12/15/2010 12:57 PM, junkmai...@centrum.cz wrote: All right, will see what the 0.9 brings. Could you please enter a JIRA for this issue? Else 0.9 won't bring anything ;-) For now it would probably

RE: Error creating connection on 0.8

2010-12-15 Thread Steve Huston
? Is your broker started with --auth no? If not, maybe run your broker with -t to trace output and attach that with your problem report to a jira. Thanks, -Steve -- Steve Huston, Riverace Corporation Total Lifecycle Support for Your Networked Applications http://www.riverace.com

RE: Error creating connection on 0.8

2010-12-15 Thread Steve Huston
Are you referring to qpid-2979? Not sure what you're asking... -Steve -- Steve Huston, Riverace Corporation Total Lifecycle Support for Your Networked Applications http://www.riverace.com -Original Message- From: pete.carapet...@gmail.com [mailto:pete.carapet...@gmail.com

Apache Qpid 0.8 Windows installer now available

2010-12-10 Thread Steve Huston
, fixes up the MS DTC hooks to use transactions with WCF, installs the VC9 RTLs if needed, etc. The x86 (32-bit) installer is there... Depending on available time and resources, an x64 version may be produced later. Merry Christmas :-) -- Steve Huston, Riverace Corporation Total Lifecycle Support

RE: Stating Qpid on Windows

2010-12-02 Thread Steve Huston
Hi Adam, I have a problem with starting Qpid server on Windows. I'm trying to run it as administrator but get error Cannot create directory \temp\qupid Where I need to change path for data?? You can use the --data-dir option (see qpidd --help) -Steve -- Steve Huston, Riverace

RE: error Could not accept socket: Too many open files

2010-12-01 Thread Steve Huston
I agree that bumping the nofile limit should get around the error. But, first consider if you expected that you'd need over 1000 sockets open. If you expected you'd be using far fewer than that, then looking for that problem is more important. Good luck, -Steve -- Steve Huston, Riverace

RE: Qpid C++ broker message persistency

2010-12-01 Thread Steve Huston
Hi Lahiru, Are you declaring the queues durable? -- Steve Huston, Riverace Corporation Total Lifecycle Support for Your Networked Applications http://www.riverace.com -Original Message- From: Lahiru Gunathilake [mailto:glah...@gmail.com] Sent: Wednesday, December 01, 2010 12:48 PM

RE: different versions of .NET clients

2010-11-29 Thread Steve Huston
source, but I think you'll find it a closer model to what you want. If you want to be a guinea pig for an installer for this, let me know. -Steve -- Steve Huston, Riverace Corporation Total Lifecycle Support for Your Networked Applications http://www.riverace.com

RE: Node Clustering in v0.6

2010-11-22 Thread Steve Huston
the cluster module when running qpidd. If you use the --load-module /path/to/cluster.so --help you'll get the cluster options. -Steve -- Steve Huston, Riverace Corporation Total Lifecycle Support for Your Networked Applications http://www.riverace.com

RE: qpid::messaging decode memory leak

2010-11-16 Thread Steve Huston
Could you please tell us what Qpid version you are using, what OS, and what information led you to conclude a 4-byte leak? Also, if you could include the code you are using that would be helpful. Thanks, -Steve -- Steve Huston, Riverace Corporation Total Lifecycle Support for Your Networked

RE: Client is unable to connect to server

2010-10-05 Thread Steve Huston
The tcpdump shows the TCP connection opening. What happens further along in the connection? Also, can you run the broker with more logging? Maybe add -t to the command options. -Steve -- Steve Huston, Riverace Corporation Total Lifecycle Support for Your Networked Applications http

RE: What is the different between qpid/client/Session.h and qpid/messaging/Session.h

2010-09-25 Thread Steve Huston
Please see Robin's reply to a similar question on this list. -- Steve Huston, Riverace Corporation Total Lifecycle Support for Your Networked Applications http://www.riverace.com -Original Message- From: zhaoyi0...@gmail.com [mailto:zhaoyi0...@gmail.com] Sent: Saturday, September 25

RE: How can I use C++ client API for request-response message

2010-09-25 Thread Steve Huston
? You could use the qpid::client::LocalQueue, but I would recommend instead using the qpid::messaging::Receiver class - you can block waiting for a message. -Steve -- Steve Huston, Riverace Corporation Total Lifecycle Support for Your Networked Applications http://www.riverace.com

RE: MS SQL store

2010-09-20 Thread Steve Huston
to load the modules and specify --help. -Steve -- Steve Huston, Riverace Corporation Total Lifecycle Support for Your Networked Applications http://www.riverace.com - Apache Qpid - AMQP Messaging Implementation Project: http

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 Subject: RE: C

RE: QPID message throughput - Red Hat numbers

2010-07-28 Thread Steve Huston
msg/sec Total: 22687 msg/sec Throughput: 2.16 MiB/s Oh my - that is bad. I'm not a Windows bigot but I'd think that it should be closer than that. -Steve -- Steve Huston, Riverace Corporation Total Lifecycle Support for Your Networked Applications http://www.riverace.com

RE: Disaster recovery features

2010-07-16 Thread Steve Huston
, 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 Networked Applications http

RE: qpid::client::Message problem

2010-07-07 Thread Steve Huston
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 big chunks of memory for its own use and isn't releasing it all at once. -Steve -- Steve Huston, Riverace Corporation Total Lifecycle

RE: qpid 0.7 release date

2010-07-07 Thread Steve Huston
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 Applications http://www.riverace.com

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

2010-06-29 Thread Steve Huston
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 for Your Networked Applications http://www.riverace.com

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
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 Corporation Total Lifecycle Support for Your Networked Applications

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
, 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 Total Lifecycle Support for Your Networked Applications http://www.riverace.com

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
support has not been attempted or tested. Additional effort is required for this. Maybe you would have time to help with this area? Thanks in advance, You're welcome. -Steve -- Steve Huston, Riverace Corporation Total Lifecycle Support for Your Networked Applications http://www.riverace.com

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

2010-05-03 Thread Steve Huston
. 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 Applications http://www.riverace.com

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 claudius

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

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 Corporation

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

2010-04-07 Thread Steve Huston
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 Total Lifecycle Support for Your Networked Applications http://www.riverace.com

Windows installer tool change proposal

2010-03-12 Thread Steve Huston
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. Quickly. Thanks, -Steve -- Steve Huston

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 shus...@riverace.com 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 initialized before main

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

2010-01-25 Thread Steve Huston
on where to look for conflicts between epoll_ctl and my daemon code ? It's not a known problem, so please open a jira for it. Also, please be sure you're running the same version of the code you're reading. -Steve -- Steve Huston, Riverace Corporation Total Lifecycle Support for Your Networked

RE: Qpid C++ Dev in Eclipse

2010-01-11 Thread Steve Huston
there. Thanks, -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 Use

RE: Scale question

2009-12-31 Thread Steve Huston
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... Sounds like an interesting use. -Steve -- Steve Huston, Riverace

RE: Writing a QMF console in C++

2009-12-30 Thread Steve Huston
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, Riverace Corporation Total Lifecycle Support

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 Message

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: Daniel Etzold [mailto:detz

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

2009-11-20 Thread Steve Huston
/jira/browse/qpid) Please attach your test progam and valgrind report. Thanks, -Steve -- Steve Huston, Riverace Corporation Total Lifecycle Support for Your Networked Applications http://www.riverace.com - Apache Qpid - AMQP

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. -Steve -- Steve

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

2009-11-14 Thread Steve Huston
++ .hm .hpp .hxx .in .txx I don't see the word documents in src/CMakeLists.txt at all, but I'm a cmake newb. I'm kind of banging my head on the wall at this point... Can you post the complete error please? Also, what version of CMake are you using? Thanks, -Steve -- Steve Huston, Riverace

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 Corporation Total

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 Applications http

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 chance you can lend a hand

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...@trmi.com] Sent

RE: Windows build from trunk fails in CMake

2009-10-21 Thread Steve Huston
\cpp\src\qpid\cluster\management-schema.xml I am using XP-SP2, VS2008, Boost_1_35, Python 3.0.1, ruby 1.8.6 and updated my working copy to revision: 828034 Any help would be appreciated ! Please let me know the above and I'll try to help get you going. -Steve -- Steve Huston, Riverace

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: Tuesday, October

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 -- 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, September 23, 2009 8

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

2009-09-17 Thread Steve Huston
. -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 I just downloaded http://www.apache.org

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 the

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 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: 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 doesn't

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

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 Nithesh Shetty wrote: [snip] Now

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

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: ignoring

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 try to

RE: Problem building Qpid C++ broker

2009-06-18 Thread Steve Huston
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 10:42 AM To: users@qpid.apache.org Subject: Problem building Qpid C++ broker

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 strings.

RE: ATL Project

2009-05-21 Thread Steve Huston
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- Da: Steve Huston [mailto:shus...@riverace.com

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: 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 jumps

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 jonathan.ro...@redhat.com 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

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-06 Thread Steve Huston
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] Sent: Wednesday, April 01, 2009 1:56 AM

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

2009-03-25 Thread Steve Huston
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/ - Apache Qpid - AMQP

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. Else try www.python.org -Steve -- Steve Huston, Riverace

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 the

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 will

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 Cliff, I

RE: Installing on RHEL4

2009-01-21 Thread Steve Huston
to be something new to newer versions of boost. Is the boost-1.32-support stuff outdated and not going to be supported any further? I'm not sure of the official position on boost 1.32... Do you need this to work? Can you use boost 1.35? -Steve -- Steve Huston, Riverace Corporation Check out my networked

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.

<    1   2   3   4   >