You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Manuel Teira (JIRA)" <ji...@apache.org> on 2006/05/11 18:28:37 UTC

[jira] Created: (AMQ-707) makefile plus some changes for the CMS C++ client

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


[jira] Updated: (AMQ-707) makefile plus some changes for the CMS C++ client

Posted by "Hiram Chirino (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQ-707?page=all ]

Hiram Chirino updated AMQ-707:
------------------------------

    Fix Version: 4.1
                     (was: 4.0 RC2)

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


[jira] Commented: (AMQ-707) makefile plus some changes for the CMS C++ client

Posted by "Nathan Mittler (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/AMQ-707?page=comments#action_36641 ] 
            
Nathan Mittler commented on AMQ-707:
------------------------------------

This issue was for the original CMS client, which has since been replaced by activemq-cpp.  I don't think this applies to the new client.

> makefile plus some changes for the CMS C++ client
> -------------------------------------------------
>
>                 Key: AMQ-707
>                 URL: https://issues.apache.org/activemq/browse/AMQ-707
>             Project: ActiveMQ
>          Issue Type: Improvement
>          Components: JMS client
>    Affects Versions: 4.0 RC2
>            Reporter: Manuel Teira
>         Assigned To: Nathan Mittler
>            Priority: Minor
>             Fix For: 4.1
>
>         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

        

[jira] Assigned: (AMQ-707) makefile plus some changes for the CMS C++ client

Posted by "james strachan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQ-707?page=all ]

james strachan reassigned AMQ-707:
----------------------------------

    Assignee: Nathan Mittler

Thought you might find this interesting

> makefile plus some changes for the CMS C++ client
> -------------------------------------------------
>
>                 Key: AMQ-707
>                 URL: https://issues.apache.org/activemq/browse/AMQ-707
>             Project: ActiveMQ
>          Issue Type: Improvement
>          Components: JMS client
>    Affects Versions: 4.0 RC2
>            Reporter: Manuel Teira
>         Assigned To: Nathan Mittler
>            Priority: Minor
>             Fix For: 4.1
>
>         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

        

[jira] Resolved: (AMQ-707) makefile plus some changes for the CMS C++ client

Posted by "james strachan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQ-707?page=all ]

james strachan resolved AMQ-707.
--------------------------------

    Resolution: Fixed

This is now resolved in the new C++ client (activemq-cpp)

> makefile plus some changes for the CMS C++ client
> -------------------------------------------------
>
>                 Key: AMQ-707
>                 URL: https://issues.apache.org/activemq/browse/AMQ-707
>             Project: ActiveMQ
>          Issue Type: Improvement
>          Components: JMS client
>    Affects Versions: 4.0 RC2
>            Reporter: Manuel Teira
>         Assigned To: Nathan Mittler
>            Priority: Minor
>             Fix For: 4.1
>
>         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