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