persistence plug-in

2009-03-25 Thread ft420
Hi, Giving you brief of what all steps have been executed uptill now to use qpid As mentioned earlier we are using RHEL5, Kernel release 2.6.18-8.el5. boost, e2fsprogs, pkgconfig, ruby & python packages that are available with RHEL dvd have been installed on the system. We have downloaded QP

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

2009-03-25 Thread ft420
below statement is at line 19936 in configure file test $fail = && As per youre suggestion i did try && instead of & but still the error persists.. :( > ft420 wrote: > > Hi Gordon, > > > > I hope you checked the flow of what happens when > ./configure is done... > > If possible please let m

Re: how to programatically create thousands of topics (for marketdata)?

2009-03-25 Thread falconair
I just tried your solution, it works :) I didn't realize I could create topics on the fly. falconair, Since I don't do this kind of thing myself, I may not understand all of the issues in your application domain. Let me see if I understand what the issues are. 1. There are many topics. You w

Re: JNDI problem

2009-03-25 Thread ffrenchm
done ! :) https://issues.apache.org/jira/browse/QPID-1777 Yes please file a JIRA. We could trim the names to remove any leading/trailing white spaces. Regards, Rajith On Wed, Mar 25, 2009 at 6:52 AM, ffrenchm wrote: > > Hello, > > I've another JNDI problem :) > > When I declare this JNDI

Re: JNDI problem

2009-03-25 Thread Rajith Attapattu
Yes please file a JIRA. We could trim the names to remove any leading/trailing white spaces. Regards, Rajith On Wed, Mar 25, 2009 at 6:52 AM, ffrenchm wrote: > > Hello, > > I've another JNDI problem :) > > When I declare this JNDI queue : > > queue. = > > The queue "physical_queue

Re: tests on exclusive queue

2009-03-25 Thread Rajith Attapattu
Hi ffrenchm, I just tested this feature and it works as expected. When I start my second listerner on the same destination (which is declared exclusive) then I get the following exception. org.apache.qpid.transport.SessionException: ch=0 id=0 ExecutionException(errorCode=RESOURCE_LOCKED, commandId

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

2009-03-25 Thread Steve Huston
Hi, > I would like to know when the QPID C++ SASL, SSL and cluster > features will be avalaible under windows plateform... When someone contributes or funds the development of them. > By reading the INSTALL-WINDOWS file I've the impression their > are not available now. That's correct. Micros

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.

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

2009-03-25 Thread Gordon Sim
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. Any experts on the list

Re: how to programatically create thousands of topics (for marketdata)?

2009-03-25 Thread Jonathan Robie
falconair, Since I don't do this kind of thing myself, I may not understand all of the issues in your application domain. Let me see if I understand what the issues are. 1. There are many topics. You want to use hierarchies to manage them. Wildcards do that well in the topic exchange. 2. Y

Re: how to programatically create thousands of topics (for marketdata)?

2009-03-25 Thread Gordon Sim
falconair wrote: You are right, that is indeed how I currently use qpid. However, for marketdata, there might be thousands of symbols. Currently, every topic I use has to be defined in my properties file as such: topic.a=x.a topic.b=x.b ... I can't list all the symbols (once for level1, again

Re: send/receive to/from remote machine

2009-03-25 Thread ft420
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... ./bootstrap works properly but ./configure gives problem. Please find below whatever is displayed when i execute ./configure [r...@ftcpu1452 cpp]# ./co

Re: how to programatically create thousands of topics (for marketdata)?

2009-03-25 Thread falconair
You are right, that is indeed how I currently use qpid. However, for marketdata, there might be thousands of symbols. Currently, every topic I use has to be defined in my properties file as such: topic.a=x.a topic.b=x.b ... I can't list all the symbols (once for level1, again for level2 then

Re: how to programatically create thousands of topics (for marketdata)?

2009-03-25 Thread Gordon Sim
falconair wrote: I would like to publish market data through qpid. Since I have massive amount of data flowing through the pipes, I can't publish all that data to a single topic, since the client may only be interested in one or two symbols. The usual solution to use a hierarchical topic naming

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

2009-03-25 Thread ffrenchm
Hello, I would like to know when the QPID C++ SASL, SSL and cluster features will be avalaible under windows plateform... By reading the INSTALL-WINDOWS file I've the impression their are not available now. Thanks for all -- View this message in context: http://n2.nabble.com/QPID-C%2B%2B-SA

Re: send/receive to/from remote machine

2009-03-25 Thread ft420
./bootstrap works properly but ./configure gives problem. Please find below whatever is displayed when i execute ./configure [r...@ftcpu1452 cpp]# ./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk

Re: maven repo for qpid

2009-03-25 Thread Aidan Skinner
On Wed, Mar 25, 2009 at 11:55 AM, Bryan Kearney wrote: > FWIW I loaded some of the packages into Aritfactory, and here are the pom > dependencies to run a client within a JBoss server: Nice! Thanks! It's probably a bit late to get these into 0.5 but that's dead useful. Hadn't come across Artifac

Re: maven repo for qpid

2009-03-25 Thread Bryan Kearney
Aidan Skinner wrote: On Tue, Mar 24, 2009 at 1:42 PM, Bryan Kearney wrote: I know the build is ant basd.. but do you happen to keep a maven repo of the jar files anywhere? No. Producing mavenable artifacts is something I really want to do for the java client at least. I've looked into using

Re: send/receive to/from remote machine

2009-03-25 Thread Gordon Sim
ft420 wrote: I am using RedHat 5. Please let me know what has to be done on RHEL5? Sorry, I misread! On RHEL5 all you should require is ./bootstrap ./configure and then make. Certainly that works for me. I have never seen the error you reported and am at a lost to suggest what it might be I

Re: JNDI problem

2009-03-25 Thread ffrenchm
Hello, I've another JNDI problem :) When I declare this JNDI queue : queue. = The queue "physical_queue " is created and it's impossible to remove it after I think it will be easy to correct before M5. Want a JIRA ? ++ -- View this message in context

Re: tests on exclusive queue

2009-03-25 Thread ffrenchm
on the trunk when I open my JMSListener with this JNDI configuration : java.naming.factory.initial = org.apache.qpid.jndi.PropertiesFileInitialContextFactory connectionfactory.local = amqp://guest:gu...@clientid/testpath?brokerlist='tcp://127.0.0.1:26969' destination.TEST = direct://amq.direct

Re: send/receive to/from remote machine

2009-03-25 Thread ft420
I am using RedHat 5. Please let me know what has to be done on RHEL5? ft420 wrote: > Linux version 2.6.18-8.el5 RedHat 4.1.1-52 Ah, there is a special patch that needs to be applied for rhel4. You can get that (along with the README in the rhel4-support directory that is part of your checko