Hi,
Thank you for your reply.
I do initialize and shutdown the library.
Here is the complete code.
int main(int argc AMQCPP_UNUSED, char* argv[] AMQCPP_UNUSED) {
activemq::library::ActiveMQCPP::initializeLibrary();
std::cout << "=\n
On Fri, 2010-01-15 at 00:32 -0800, diedie wrote:
> Hi,
>
> I recently upgraded my cms library from 3.0 to 3.1(built using vs-2005),
> and face some issues that handle leaks when reconnecting to server.
>
> So I wrote a simple testing program based on vs2005-activemq-example,
> and found that it
On Fri, 2010-01-15 at 00:32 -0800, diedie wrote:
> Hi,
>
> I recently upgraded my cms library from 3.0 to 3.1(built using vs-2005),
> and face some issues that handle leaks when reconnecting to server.
>
> So I wrote a simple testing program based on vs2005-activemq-example,
> and found that it