makefile plus some changes for the CMS C++ client 
--------------------------------------------------

         Key: AMQ-707
         URL: https://issues.apache.org/activemq/browse/AMQ-707
     Project: ActiveMQ
        Type: Improvement

  Components: JMS client  
    Versions: 4.0 RC2    
    Reporter: Manuel Teira
    Priority: Minor
     Fix For: 4.0 RC2
 Attachments: patch.bz2

I've written a trivial makefile to be able to compile the CMS over Stomp C++ 
client on Solaris , using Sun Workshop 6. 

I've also made some changes:

-Added a strerror_r macro for solaris.
-Define MSG_NOSIGNAL as zero for solaris
-Added 'using namespace activemq' to some files to make Sun Workshop find some 
objects.
-Corrected a pair of memory leaks found under purify sessions.
-Corrected a bug in StompTransportFactory::createTransport, not using the 
argument brokerUrl
-Deleted a trailing comma in a enum in Session.h, making Sun CC to warn.
-Added a dummy test to just send a message.




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to