RE: Openwire C++ client for AMQ

2006-10-17 Thread Timothy Bish
Yes, that folder contains the only cpp openwire client at the moment. -Original Message- From: Dhawan, Vikram (LNG-DAY) [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 17, 2006 5:30 PM To: activemq-dev@geronimo.apache.org Subject: Openwire C++ client for AMQ Importance: High I

RE: Openwire C++ client for AMQ

2006-10-17 Thread Dhawan, Vikram \(LNG-DAY\)
Thanks Tim, And I assume this open wire client code is a tested :). Thanks! Vik -Original Message- From: Timothy Bish [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 17, 2006 5:43 PM To: activemq-dev@geronimo.apache.org Subject: RE: Openwire C++ client for AMQ Yes, that folder

RE: Openwire C Client.

2006-04-27 Thread srodrigues
Hi Vik, Is this the latest? Dated April 13th..? Is it declared release candidate yet? http://people.apache.org/~chirino/incubator-activemq-4.0-RC3/distributions/ I read a post by you on the forum with a pending issue with AMQ-RC3 and the consumer hanging if there is more than one message on

RE: Openwire C Client.

2006-04-27 Thread srodrigues
The consumer just hangs and does not seem to be receiving any messages. Does anyone else have a similar problem? consumer Connecting..OK Sending connect message.OK Reading Response. -- View this message in context: http://www.nabble.com/Openwire-C-Client.-t1506711.html#a4125129 Sent

RE: Openwire C Client.

2006-04-27 Thread Dhawan, Vikram \(LNG-DAY\)
27, 2006 12:54 PM To: activemq-dev@geronimo.apache.org Subject: RE: Openwire C Client. The consumer just hangs and does not seem to be receiving any messages. Does anyone else have a similar problem? consumer Connecting..OK Sending connect message.OK Reading Response. -- View this message

RE: Openwire C Client.

2006-04-25 Thread Dhawan, Vikram \(LNG-DAY\)
Sunil, I posted the src code for C client on JIRA you can get to it from this link. http://issues.apache.org/activemq/browse/AMQ-693 For this you need to install APR on your solaris server if you don't already have apr on the box. You can get apr from http://apr.apache.org/. Good luck. Vik

Re: Openwire C client issue

2006-04-14 Thread Hiram Chirino
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Hiram Chirino Sent: Thursday, April 13, 2006 1:09 PM To: activemq-dev@geronimo.apache.org Subject: Re: Openwire C client issue looks like some new command types were added but we forgot to add them to the header

Re: Openwire C client issue

2006-04-13 Thread Hiram Chirino
looks like some new command types were added but we forgot to add them to the header file that defines the id of command types. On 4/13/06, Dhawan, Vikram (LNG-DAY) [EMAIL PROTECTED] wrote: Hi Hiram, I saw that it was your initiative to write the openwire C client. For the following issue I

RE: Openwire C client issue

2006-04-13 Thread Dhawan, Vikram (LNG-DAY)
To: activemq-dev@geronimo.apache.org Subject: Re: Openwire C client issue looks like some new command types were added but we forgot to add them to the header file that defines the id of command types. On 4/13/06, Dhawan, Vikram (LNG-DAY) [EMAIL PROTECTED] wrote: Hi Hiram, I saw

RE: openwire C++ client

2006-03-27 Thread David Fahlander
Nathan, in point 3, you certainly have a point. Even though I've been conscious about the internal structure of C++ objects, the fact that making an up-cast to one of multiple base classes needs ptr adjustment (as static_cast and dynamic_cast does), I have been missing this part when implementing

Re: openwire C++ client

2006-03-26 Thread Hiram Chirino
Hi Nathan, On 3/26/06, Nathan Mittler [EMAIL PROTECTED] wrote: I've taken a closer look at the openwire C++ client this weekend and noticed a few things ... 1) I think there are a few cases where we could reduce the usage of smart pointers. One instance where I think smart pointer usage is