You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "David Fahlander (JIRA)" <ji...@activemq.org> on 2006/03/24 13:18:22 UTC

[jira] Updated: (AMQ-656) Update of AMQ C++ client

     [ http://jira.activemq.org/jira//browse/AMQ-656?page=all ]

David Fahlander updated AMQ-656:
--------------------------------

    Attachment: source_060324.zip

This is a complete update that replaces the previous attached file.

Now compiles without warnings with full warning turned on on the following compilers:

gcc 3.4.3
gcc 4.0.2
visual c++ 2005

Fixes also done with marshalling of messageId as int instead of short.



> Update of AMQ C++ client
> ------------------------
>
>          Key: AMQ-656
>          URL: http://jira.activemq.org/jira//browse/AMQ-656
>      Project: ActiveMQ
>         Type: Improvement

>   Components: JMS client
>     Reporter: MF
>  Attachments: source_060323.zip, source_060324.zip
>
>
> Attached is a new update of the C++ client, the zip-file contains the full source since the update is a major overhaul.

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


Re: [jira] Updated: (AMQ-656) Update of AMQ C++ client

Posted by Nathan Mittler <na...@gmail.com>.
Hi David,
One minor tweak (for linux) ... in Guid.cpp, the include should be "Guid.hpp",
not "guid.hpp".  Paths in linux are case-sensitive, so it won't build.

Regards,
Nate

On 3/24/06, David Fahlander (JIRA) <ji...@activemq.org> wrote:
>
>      [ http://jira.activemq.org/jira//browse/AMQ-656?page=all ]
>
> David Fahlander updated AMQ-656:
> --------------------------------
>
>     Attachment: source_060324.zip
>
> This is a complete update that replaces the previous attached file.
>
> Now compiles without warnings with full warning turned on on the following
> compilers:
>
> gcc 3.4.3
> gcc 4.0.2
> visual c++ 2005
>
> Fixes also done with marshalling of messageId as int instead of short.
>
>
>
> > Update of AMQ C++ client
> > ------------------------
> >
> >          Key: AMQ-656
> >          URL: http://jira.activemq.org/jira//browse/AMQ-656
> >      Project: ActiveMQ
> >         Type: Improvement
>
> >   Components: JMS client
> >     Reporter: MF
> >  Attachments: source_060323.zip, source_060324.zip
> >
> >
> > Attached is a new update of the C++ client, the zip-file contains the
> full source since the update is a major overhaul.
>
> --
> This message is automatically generated by JIRA.
> -
> If you think it was sent incorrectly contact one of the administrators:
>    http://jira.activemq.org/jira//secure/Administrators.jspa
> -
> For more information on JIRA, see:
>    http://www.atlassian.com/software/jira
>
>