Hi,
I have some trouble with this class qpid::client::Message
Here is my code:
void main()
{
while(1)
{
getchar();
qpid::client::Message * pMsg = new
qpid::client::Message("123456") ;
delete pMsg;
//qpid::client::Message msg("123456") ; // same
problem to...
}
}
Program is fine with Linux in release mode, Windows in debug mode, but
problem occurs in Windows Release mode. I used amqp_0_10.
When I run the program,
- before the first keypressed 4368k mem is used
- after first keypressed: 4464k mem is used !!!
- after first keypressed: 4464k mem is used
- after 11th keypressed: 4468k mem is used...
Don't known what's wrong... Maybe some one can help me?
Regards,
Abca
--
View this message in context:
http://apache-qpid-users.2158936.n2.nabble.com/qpid-client-Message-problem-tp5265239p5265239.html
Sent from the Apache Qpid users mailing list archive at Nabble.com.