unable to compile activemq-cpp on redhat linux 4.0 with gcc 3.4

2008-03-09 Thread subrash
i have been trying for a while to compile activemq-cpp on redhat linux 4.0. if anybody can point me to an rpm or a binary load for the ame i will be grateful. i tried to download active-mq from the site and it did not compile even when i diabled some of the warnings. even downloading from the fue

Re: unable to compile activemq-cpp on redhat linux 4.0 with gcc 3.4

2008-07-16 Thread subrash
as able to build it without too much trouble. > > If you want more help. Tell me specifically where the build process is > failing for you. > > Scott > > > subrash wrote: >> >> i have been trying for a while to compile activemq-cpp on redhat linux >> 4.

activemq-cpp binaries for redhat linux el4

2008-07-16 Thread subrash
does anybody know where i can download binaries/rpm for activemq-cpp for redhat linux el4 -- View this message in context: http://www.nabble.com/activemq-cpp-binaries-for-redhat-linux-el4-tp18490674p18490674.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Example Durable Subscription activemq-cpp

2008-08-19 Thread subrash
Iam new to activemq-cpp and active-mq . iam trying out the durable subscription feature. I have a publisher and a subscriber and it did not work. I expected the following to happen # a Subscriber Starts and the establishes a durable connection with a topic # A Publisher publishes to topic # Th

No valid response received for command activemq-CPP

2008-10-22 Thread subrash
I have a very simple piublisher publishing 2000 messages it seems to lose connection repeatedly as send fails after some time is there some parameter i can set so that this does not happen . these errors do not occur if i use NON_PERSISTENT mode i have attached three files to this message the fi

Re: No valid response received for command activemq-CPP

2008-10-22 Thread subrash
subrash wrote: > > I have a very simple piublisher publishing 2000 messages it seems to lose > connection repeatedly as send fails after some time > is there some parameter i can set so that this does not happen . these > errors do not occur if i use NON_PERSISTENT mode &g

Re: No valid response received for command activemq-CPP

2008-10-22 Thread subrash
the activemq-cpp client version is 2.2 Timothy Bish wrote: > > What version of the client are you using? > > Regards > Tim. > > On Wed, 2008-10-22 at 11:58 -0700, subrash wrote: >> >> >> subrash wrote: >> > >> > I have a very simpl

Re: No valid response received for command activemq-CPP

2008-10-23 Thread subrash
then the broker can accommodate. > > If you still have issues after updating we can look into this further. > > Regards > Tim. > > On Wed, 2008-10-22 at 12:38 -0700, subrash wrote: >> the activemq-cpp client version is 2.2 >> >> Timothy Bish wrote: >> >

activemq-cpp durable subscriptions

2008-10-23 Thread subrash
does anybody hav an example of a simple durable subscription using activemq-cpp. it does not seem to work correctly in my case . It seems to work fine if i use a JAVA subscriber but does not work with activem-cpp subscriber. # a Subscriber Starts and the establishes a durable connection with a