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

2006-04-05 Thread Erin Oceng

Great job, it works !!!


-Original Message-
From: MF (JIRA) [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 05, 2006 12:43 AM
To: activemq-dev@geronimo.apache.org
Subject: [jira] Updated: (AMQ-656) Update of AMQ C++ client

 [ https://issues.apache.org/activemq/browse/AMQ-656?page=all ]

MF updated AMQ-656:
---

Attachment: source_060404.zip

New update available, the 060404 update has been tested for
sending/receiving text messages on Window/Linux using ActiveMQ 4.0RC1. A
new test folder is included with the first simple test code in
TestMain.cpp. Also, the make files for *nix has been updated; to be able
to build you need to set three environment variables before starting
make.

   export MAKESUPPORT_HOME=/top/dir/of/c++/client
   export OSTYPE=linux
   export CONFIG=debug | release

Note! Don't run the groovy scripts to generate the commands since they
are out-of-date and will be updated later.


 Update of AMQ C++ client
 

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

   Components: JMS client
 Reporter: MF
  Attachments: README.TXT, source_060323.zip, source_060324.zip,
source_060404.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:
   https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


_
MSNĀ® Calendar keeps you organized and takes the effort out of scheduling 
get-togethers. 
http://join.msn.com/?pgmarket=en-capage=byoa/premxAPID=1994DI=1034SU=http://hotmail.com/encaHL=Market_MSNIS_Taglines 
 Start enjoying all the benefits of MSNĀ® Premium right now and get the 
first two months FREE*.




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

2006-03-27 Thread Nathan Mittler
no problem!

Nate

On 3/27/06, David Fahlander [EMAIL PROTECTED] wrote:

 Oops... I've been building it using GCC on a linux but where the path is
 smbmount:ed and hosted by a windows machine. Sorry about the error.

 Thanks,
 /David

 -Original Message-
 From: Nathan Mittler [mailto:[EMAIL PROTECTED]
 Sent: den 26 mars 2006 19:51
 To: activemq-dev@geronimo.apache.org
 Subject: Re: [jira] Updated: (AMQ-656) Update of AMQ C++ client

 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) [EMAIL PROTECTED] 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
 
 



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

2006-03-26 Thread Nathan Mittler
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) [EMAIL PROTECTED] 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




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

2006-03-26 Thread David Fahlander
Oops... I've been building it using GCC on a linux but where the path is
smbmount:ed and hosted by a windows machine. Sorry about the error.

Thanks,
/David

-Original Message-
From: Nathan Mittler [mailto:[EMAIL PROTECTED] 
Sent: den 26 mars 2006 19:51
To: activemq-dev@geronimo.apache.org
Subject: Re: [jira] Updated: (AMQ-656) Update of AMQ C++ client

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) [EMAIL PROTECTED] 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