blob: 83bf4680da4ac8dade4aed32a08e0054d7bf305a [file] [log] [blame]
=========================================================================
== Release Notes for ActiveMQ CPP 3.3.0 ==
=========================================================================
=========================================================================
== Release Notes for ActiveMQ CPP 3.2.4 ==
=========================================================================
This release is a bugfix release that addresses a couple issues found since
the release of v3.2.3
bug:
* [AMQCPP-316] - Unable to receive any messages after re-starting message broker
* [AMQCPP-317] - activemq-cpp 3.2.2 will not work with activemq 5.4.0 broker
using Stomp
* [AMQCPP-322] - Found memory leaks in ActiveMQCPP
* [AMQCPP-323] - The OnException method of registered Exception listener is not
called when broker is stopped.
* [AMQCPP-324] - Destination options are ignored
* [AMQCPP-331] - Small typo in TcpTransportFactory.cpp
* [AMQCPP-332] - First send after we restart broker seems to always get a CmsException
* [AMQCPP-335] - redeliveryPolicy: rollback always loops
=========================================================================
== Release Notes for ActiveMQ CPP 3.2.3 ==
=========================================================================
This release is a bugfix release that addresses a couple issues found since
the release of v3.2.2
Bug
* [AMQCPP-312] - exception when bytearray is 0 length
* [AMQCPP-314] - Starting app with Com using cms destroys connection of
other app. New problem with recent lib version
* [AMQCPP-315] - Advisory messages do not work with multiple listeners
Wish
* [AMQCPP-309] - pkg-config library version mismatch
=========================================================================
== Release Notes for ActiveMQ CPP 3.2.2 ==
=========================================================================
This release is a bugfix release that addresses a couple issues found since
the release of v3.2.1
Bug
* [AMQCPP-301] - Unmarshal of an empty byte array in a MapMessage segfaults on Windows
* [AMQCPP-302] - Compilation issue with older GCC versions in MessageCompressionTest.cpp
* [AMQCPP-303] - SEGFAULT on startup (before main)
=========================================================================
== Release Notes for ActiveMQ CPP 3.2.1 ==
=========================================================================
This release is a bugfix release that addresses a couple issues for Windows
users.
Bug
* [AMQCPP-295] - Build Error on windows machines due to missing/wrong ifdef
* [AMQCPP-296] - vs2008 project files are missing in the download-package
=========================================================================
== Release Notes for ActiveMQ CPP 3.2.0 ==
=========================================================================
This is a major release featuring many new feature, performance improvements,
bugfixes and tests. The major new feature in this release is support for SSL
using the popular OpenSSL library. Also in this release Message body compression
and a working QueueBrowser.
Bug
* [AMQCPP-275] - Thread::UncaughtExceptionHandler missing virtual destructor
* [AMQCPP-280] - Missing call to pthread_detach on linux causes temporary resource leak.
* [AMQCPP-281] - Memory Leak in Pointer class Constructor when dynamic cast fails.
* [AMQCPP-285] - If brokerURI is ipv4 format(127.0.0.1), createConnection will throw decaf::lang::exceptions::NumberFormatException.
* [AMQCPP-288] - ResourceLifecycleManager needs to be thread-safe
* [AMQCPP-290] - Authentication error leads to pure virtual call/kaboom in CMS 3.1.1
* [AMQCPP-292] - transacted sessions over shared failover connection throws exceptions
* [AMQCPP-295] - Build Error on windows machines due to missing/wrong ifdef
Improvement
* [AMQCPP-261] - Handle Multibyte Strings or Strings encoded in Charsets other than US-ASCII
* [AMQCPP-274] - Refactor Commands toString methods and Logging Transport to make debugging easier
* [AMQCPP-283] - Update Visual Studio projects to VS2008 format.
* [AMQCPP-287] - Implement Message Body Compression that works with Java and .NET clients
* [AMQCPP-293] - Add configuration options to ActiveMQConnectionFactory class
New Feature
* [AMQCPP-129] - Implement QueueBrowser
* [AMQCPP-140] - Add SSL transport
* [AMQCPP-147] - Add Optimized Acknowledge support to the CPP client
=========================================================================
== Release Notes for ActiveMQ CPP 3.1.3 ==
=========================================================================
This release is a minor patch release that resolves an issue on Windows
that could result in a thread deadlocking while a join operation was in
progress.
Bug
* [AMQCPP-277] - Freeze when creating multiple Consumers
=========================================================================
== Release Notes for ActiveMQ CPP 3.1.2 ==
=========================================================================
This release is a minor patch release that resolves a few memory leaks and
other small bugs found since the 3.1.1 release. The changes in this release
should not break compatibility with the previous version.
Bug
* [AMQCPP-273] - Segmentation violation after pure virtual method called in
tempdest_advisory_producer example
* [AMQCPP-290] - Authentication error leads to pure virtual call/kaboom in CMS 3.1.1
* [AMQCPP-291] - Crash on sending a message with length = 0
* [AMQCPP-292] - transacted sessions over shared failover connection throws exceptions
=========================================================================
== Release Notes for ActiveMQ CPP 3.1.1 ==
=========================================================================
This release is a minor patch release that resolves a few memory leaks and
other small bugs found since the 3.1.0 release. The changes in this release
should not break compatibility with the previous version.
Bug
* [AMQCPP-273] - Segmentation violation after pure virtual method called
in tempdest_advisory_producer example
* [AMQCPP-275] - Thread::UncaughtExceptionHandler missing virtual destructor
* [AMQCPP-280] - Missing call to pthread_detach on linux causes temporary
resource leak.
* [AMQCPP-281] - Memory Leak in Pointer class Constructor when dynamic cast fails.
* [AMQCPP-285] - If brokerURI is ipv4 format(127.0.0.1), createConnection will
throw decaf::lang::exceptions::NumberFormatException.
* [AMQCPP-286] - Memory leak when adding connection.sendTimeout=3000 to a
failover transport
=========================================================================
== Release Notes for ActiveMQ CPP 3.1.0 ==
=========================================================================
This is a new Major release of ActiveMQ-CPP. Many new features have been added
and several bugs have been fixed. The client now has an connection Inactivity
Monitor which allows it to more quickly detect when a TCP connection has been
broken. The Threading code has been rewritten to improve performance and lower
memory usage, and there have been several other performance improvements added
throughout the code-base.
Bug
* [AMQCPP-256] - Transaction has not been started exceptions on the broker with
parallel transacted sessions
* [AMQCPP-257] - Segfault on session or connection cleanup
* [AMQCPP-260] - Wrong exception propogated from Transport close methods
* [AMQCPP-262] - exception message in checkWriteOnlyBody is wrong
* [AMQCPP-263] - Use of in-class static const variables in cms/DeliveryMode.h results
in crash while linking with --no-undefined option
* [AMQCPP-266] - Client Ack is not applied across the session
* [AMQCPP-267] - ResponseCorrelator::request() exception safety concern
* [AMQCPP-268] - Unspecified exception can be thrown from
decaf::io::ByteArrayOutputStream::write( const unsigned char* buffer,
std::size_t offset, std::size_t len )
* [AMQCPP-270] - Broker exception on message Ack,
* [AMQCPP-271] - Connection shutdown crashes if the server went down
* [AMQCPP-272] - MessageProducer is not throwing correct exceptions when called with
invalid arguments.
Improvement
* [AMQCPP-240] - Add the Individual Ack type to the CMS API and support of it in the
ActiveMQConsumer code.
* [AMQCPP-250] - Implement an Inactivity Monotir Transport filter for use on Transport
that are used by the Failover Transport
* [AMQCPP-253] - Problems with compiler aCC on HPUX
* [AMQCPP-254] - Update client to add support for Openwire 4 and 5.
* [AMQCPP-258] - Allow clients to attach a TransportListener to an ActiveMQConnection
* [AMQCPP-264] - Added what() to CMSException
* [AMQCPP-265] - The C++ ActiveMQ StreamMessage and the Java ActiveMQ StreamMessage are
not compatible.
* [AMQCPP-269] - Update CMS API to include the proper exceptions in the Message interfaces
throw declarations
=========================================================================
== Release Notes for ActiveMQ CPP 3.0.1 ==
=========================================================================
This is a bugfix build that corrects a few issues that have been found since
the 3.0 release, mainly in the area of Failover.
Bug
* [AMQCPP-246] - Failover transport doesn't detect network failures
* [AMQCPP-247] - Exception thrown while using failover and Transacted sessions.
* [AMQCPP-248] - Failover Transport can deadlock when the connection fails
during restore of previous state.
* [AMQCPP-249] - activemq/core/ActiveMQSession.cpp fails to compile on Solaris 10
with Sun Studio Compiler
* [AMQCPP-252] - Can't set Producer Window Size from connection URI
Improvement
* [AMQCPP-245] - Add docs to README file regarding the use of APR from MacPorts
* [AMQCPP-251] - default to use failover:tcp://localhost:8080 by default so we use
reconnection out of the box
=========================================================================
== Release Notes for ActiveMQ CPP 3.0 ==
=========================================================================
The 3.0 release represents a major reworking of the ActiveMQ-CPP code, many internal
changes have been made to enhance stability and improve performance. The major new
feature in this release is the addition of the Failover Transport.
Bug
* [AMQCPP-205] - CmsTemplate testBasics test can hang
* [AMQCPP-209] - Transaction Integration Tests for both Stomp and Openwire fail randomly
* [AMQCPP-218] - CMSException is not getting caught by base class std::exception.
* [AMQCPP-219] - Compilation errors in main/decaf/net on Solaris 10 with SunStudio 12
* [AMQCPP-220] - Memory leak in activemq-cpp
* [AMQCPP-223] - Message delivered async do not have their read only properties set properly.
* [AMQCPP-224] - Configure accept wrong versions of apr-util
* [AMQCPP-227] - Mutex class allows for double free in APR pools under certain circumstances
* [AMQCPP-232] - OpenWire encode and decode UTF8 incorrect
* [AMQCPP-234] - URI class helpers are missing the DLLExport Macro
* [AMQCPP-235] - UTF8 length marshaling bug in openwire readString and writeString.
* [AMQCPP-236] - maxInactivityDuration of Wire-Format is not supported by ActiveMQ-CPP2.2.5
* [AMQCPP-243] - Error when acknowledging messages that are sent to Virtual Topic subscribers
Improvement
* [AMQCPP-100] - Implement a Failover Transport
* [AMQCPP-233] - Update Windows Builds Files to use ENV vars to find dependencies
* [AMQCPP-237] - Create 64bit configurations in the VC2005 build projects
* [AMQCPP-244] - Provide the configure script in the distribution
New Feature
* [AMQCPP-153] - Additional decaf classes to support SSL
=========================================================================
== Release Notes for ActiveMQ CPP 2.2.6 ==
=========================================================================
This is another bugfix release in the 2.2.x series. This release address a few issues
related to String marshaling and unmarshaling, we can now encode ASCII values greater
than 127 into modified UTF-8 along with any embedded Nulls in the string. The URI option
for setting Max inactivity duration now works properly as well.
Bug
* [AMQCPP-232] - OpenWire encode and decode UTF8 incorrect
* [AMQCPP-234] - URI class helpers are missing the DLLExport Macro
* [AMQCPP-235] - UTF8 length marshalling bug in openwire readString and writeString.
* [AMQCPP-236] - maxInactivityDuration of Wire-Format is not supported by ActiveMQ-CPP2.2.5
Improvement
* [AMQCPP-233] - Update Windows Builds Files to use ENV vars to find dependancies
* [AMQCPP-237] - Create 64bit configurations in the VC2005 build projects
=========================================================================
== Release Notes for ActiveMQ CPP 2.2.5 ==
=========================================================================
This is a minor release which mainly resolves a few small bugs that have
been identified since the 2.2.4 release. Also a few more fixes to improve
compatibility with the Sun compiler has been added. One big improvement
in this release is that the Message's are now delivered with the read-only
state consistently set correctly.
Bug
* [AMQCPP-223] - Message delivered async do not have their read only properties set properly.
* [AMQCPP-224] - Configure accept wrong versions of apr-util
* [AMQCPP-225] - configure.ac does not work correctly on Solaris with SunStudio Compiler
* [AMQCPP-227] - Mutex class allows for double free in APR pools under certain circumstances
* [AMQCPP-230] - BlockByteArrayInputStream read method is not thread safe
Improvement
* [AMQCPP-229] - Session createTopic and createQueue don't provide clear error when an empty
Destination is given
=========================================================================
== Release Notes for ActiveMQ CPP 2.2.4 ==
=========================================================================
This is a minor release which mainly resolves a few memory leak issues that
have been identified since the 2.2.3 release. Also a small fix to improve
compatibility with the Sun compiler has been added.
Bug
* [AMQCPP-219] - Compilation errors in main/decaf/net on Solaris 10 with SunStudio 12
* [AMQCPP-220] - Memory leak in activemq-cpp
Improvement
* [AMQCPP-222] - Potential memory leak in OpenWire Commands
=========================================================================
== Release Notes for ActiveMQ CPP 2.2.3 ==
=========================================================================
This is a minor release that contains bugfixes that were found since the
2.2.2 release. This version adds support for responding to KeepAlive
requests from the broker, and it now properly sets JMSX properties on both
stomp and openwire commands. Users can now delete destinations using the
deleteDestination function in ActiveMQConnection.
Bug
* [AMQCPP-158] - libtool release and version-info arguments need to be set correctly
* [AMQCPP-184] - TransportFilter::fire() crashes after accessing a dangling pointer during exception in ActiveMQConnectionFactory::createConnection()
* [AMQCPP-193] - If activeMQ blocks due to reaching memory limit during a transaction, the last message sent is posted to the queue after the rollback occurs and persists
* [AMQCPP-210] - ActiveMQ-CPP on Mac OS X and iPhone OS link error
* [AMQCPP-213] - JMSXGroupID works with Stomp, not OpenWire.
Improvement
* [AMQCPP-183] - Add a note about using LIBTOOLIZE environment variable when building on MacOS X
* [AMQCPP-208] - Update Openwire Command and Marshaler generator
* [AMQCPP-211] - Add support for responding to the KeepAliveInfo message from the Broker to Openwire
New Feature
* [AMQCPP-169] - Add a new Broker managment interface in ActiveMQ Core.
Task
* [AMQCPP-212] - Add more examples to the CPP Client
Wish
* [AMQCPP-176] - Work around Visual Studio .NET 2003 covariant return issues
=========================================================================
== Release Notes for ActiveMQ CPP 2.2.2 ==
=========================================================================
This is a minor release that contains bugfixes that were found since the
2.2.1 release. Also in this release the there have been several memory leak
fixes and threading issues resolved. The connection URI options have
changed to reflect improved asynchronous message send capabilities as well,
see the wiki for the new configuration option documentation. This version
of the library now requires APR 1.3 or higher to compile.
Sub-task
* [AMQCPP-202] - Occasional Deadlocks when Integration tests are run in a
long loop on CentOS and REHL.
* [AMQCPP-203] - Segmentation Fault in Integration tests occurs occasionally.
Bug
* [AMQCPP-197] - include file activemq/exceptions/ExceptionDefines.h missing
* [AMQCPP-198] - File activemq/exceptions/ActiveMQException.h isn't installed
during make install
* [AMQCPP-199] - Segmentation fault at decaf/net/SocketInputStream.cpp (line 108)
* [AMQCPP-200] - activemq-cpp-2.2.1 test fails for
decaf::io::ByteArrayInputStreamTest::testConstructor (segmentation fault)
Improvement
* [AMQCPP-196] - Make the openwire connecter handle sending messages sync or async
based on rules and settings
* [AMQCPP-206] - Fix warnings generated when compiling the library on Windows.
=========================================================================
== Release Notes for ActiveMQ CPP 2.2.1 ==
=========================================================================
This is a minor release that contains bugfixes that were found since the
2.2 release.
Sub-task
* [AMQCPP-189] - the message producer core dump during sending lots of messages
Bug
* [AMQCPP-165] - Core Dump on reconnect/open queue
* [AMQCPP-184] - TransportFilter::fire() crashes after accessing a dangling
pointer during exception in ActiveMQConnectionFactory::createConnection()
* [AMQCPP-185] - Some CmsTemplate headers missing from headers section in Makefile.am
* [AMQCPP-188] - ActiveMQ message consumer waiting for receive to complete is not closing...
* [AMQCPP-190] - setStringProperty() max length
* [AMQCPP-191] - autogen.sh fails to create configure : doxygen-related
* [AMQCPP-194] - Potential Deadlock in OpenwireConnector on exception from transport
* [AMQCPP-195] - Message stuck in queue when using transactional sessions
Improvement
* [AMQCPP-179] - Add support for the openwire 3.0 commands
* [AMQCPP-192] - Add getCause to the CMS and Decaf exception interfaces
=========================================================================
== Release Notes for ActiveMQ CPP 2.2 ==
=========================================================================
This release has seen a large restructuring of the codebase to separate
out to platform code into a new package called decaf. We are now making
use of the APR and APR-Util libraries for platform independence. Also
many new tests and bug fixes have made their way into this release.
Sub-task
* [AMQCPP-164] - Math functions don't all exist on the windows platform
Bug
* [AMQCPP-136] - Some IO Stream classes don't honor the stream interface contract
* [AMQCPP-155] - Problem changing from "AUTO_ACKNOWLEDGE" to "SESSION_TRANSACTED"
* [AMQCPP-157] - Interoperability issues between C++ and .NET
* [AMQCPP-158] - libtool release and version-info arguments need to be set correctly
* [AMQCPP-159] - autogen.sh fails to create configure
* [AMQCPP-161] - CMS does not support prefetchSize=0 correctly
* [AMQCPP-163] - Durable Subscriber test fails consistantly on linux and windows
* [AMQCPP-165] - Core Dump on reconnect/open queue
* [AMQCPP-166] - MapMessage does not send mapped fields
* [AMQCPP-167] - Client has memory leaks when used in an MFC application
* [AMQCPP-170] - SEGV in activemq::connector::openwire::OpenWireConnector::createProducer
* [AMQCPP-173] - C++ Client has memory leaks
* [AMQCPP-174] - Deadlock on transacted session
* [AMQCPP-178] - Core dump in ActiveMQException::buildMessage
* [AMQCPP-181] - Failed unit tests in 2.2 RC1
* [AMQCPP-182] - Compile with GCC 4.3.0 fails
Improvement
* [AMQCPP-103] - Pull out generic libraries from activemq-cpp namespace
* [AMQCPP-138] - Streams classes do not honor their Interface Contracts
* [AMQCPP-151] - Add a static create method to CMS ConnectionFactory
* [AMQCPP-168] - Create a connection can block for up to 4 mins under Linux when TCP socket connect() times out
* [AMQCPP-172] - Add support for MAP_TYPE and LIST_TYPE to the PrimitiveMap implementation
* [AMQCPP-177] - Defines for static linking with APR on Windows
New Feature
* [AMQCPP-148] - Add support for embedding environment variables in connection URI
* [AMQCPP-152] - Create a CmsTemplate class
=========================================================================
== Release Notes for ActiveMQ CPP 2.1.3 ==
=========================================================================
This release adds support for building the library and tests, etc on the
Solaris platform using the Sun Compiler in Sun Studio 11.
Improvement
* [AMQCPP-154] - Improve build compatibility (Solaris)
=========================================================================
== Release Notes for ActiveMQ CPP 2.1.2 ==
=========================================================================
This release adds support for building the library and tests, etc on the
Solaris platform using the Sun Compiler in Sun Studio 11.
Improvement
* [AMQCPP-154] - Improve build compatibility (Solaris)
=========================================================================
== Release Notes for ActiveMQ CPP 2.1.1 ==
=========================================================================
== Overview ==
This version includes several bugfixes, as well as some new examples. Also
a lot of work has been done on performance and memory leaks and stability.
NOTE: Compatable with ActiveMQ Broker version >= 4.0
Bug
* [AMQCPP-111] - Unable to ./configure under Suse Linux 64 bit
* [AMQCPP-137] - Exception in ResponseCorrelator::onCommand()
* [AMQCPP-141] - ActiveMQTextMessage::getText() causes an index out of bounds assertion failure if trying to read a 0 length text message
* [AMQCPP-142] - BufferedOutputStream flush called after BufferedOutputStream close resulting in unhandled exceptions
* [AMQCPP-144] - Decaf library build fails on OS X
* [AMQCPP-145] - Compiler error concerning TRANSACTION_ROLLBACK
* [AMQCPP-149] - Client crash when receiving message with empty string property from java
* [AMQCPP-150] - ActiveMQ-CPP consumer client hanging after receiving 32767 messages.
Improvement
* [AMQCPP-99] - Incorporate APR for generation of GUIDs
* [AMQCPP-124] - Provide a ConnectionMetaData interface in CMS
* [AMQCPP-139] - Improvements for the Openwire Commands Generated Code
* [AMQCPP-143] - declara BytesMessage::readXXX() methods as 'const'
* [AMQCPP-146] - Refactor sequence id generation in the connectors
=========================================================================
== Release Notes for ActiveMQ CPP 2.1 ==
=========================================================================
== Overview ==
This version includes several bugfixes, as well as some new features. Also
a lot of work has been done on performance and memory leaks. One new feature that
has been highly anticipated is that we now build both shared and static libraries.
NOTE: Compatable with ActiveMQ Broker version >= 4.0.2
== Issues Resolved ==
Bug
* [AMQCPP-104] - Enabling async send prevents program from terminating properly on Windows
* [AMQCPP-119] - getClientID segfaults is called after connection has been closed
* [AMQCPP-120] - Possible memory leak in StompConnector
* [AMQCPP-121] - Possible memory leak in activemq::transport::IOTransport::run
* [AMQCPP-122] - Crash on Windows when rapidly creating and destroying connections
* [AMQCPP-126] - closing ressources after an IOException crashes the app
* [AMQCPP-128] - Transacted session crashes or loses messages
* [AMQCPP-131] - StompConnector doesn't rethrow UnsupportedOperationException
* [AMQCPP-132] - Unsubscribe of durable subscription fails
* [AMQCPP-133] - Receive of plain Message with Openwire returns null
* [AMQCPP-134] - Compiler warnings have returned for tests on gcc
Improvement
* [AMQCPP-65] - Refactor transport creation
* [AMQCPP-66] - Refactor the Async send to happen in an Async Transport instead of in ActiveMQSession
* [AMQCPP-108] - Make stomp connector more generic
* [AMQCPP-110] - Create activemqcpp-openwire-generator build in our pom.xml, move code to src/main/java
* [AMQCPP-116] - quick improvements to CMS example code
* [AMQCPP-118] - Provide a way to allocate and free with the same allocator
* [AMQCPP-123] - Link error when trying to link another shared library against AMQCPP on 64-bit Linux
* [AMQCPP-127] - ResponseCorrelator doesn't have a way to set max timeot from the properties uri.
* [AMQCPP-130] - Enhance the DummyTransport and rename it to MockTransport
New Feature
* [AMQCPP-125] - Decaf: Random
Task
* [AMQCPP-106] - reorganize subversion
* [AMQCPP-115] - Change build to create dynamic libraries
=========================================================================
== Release Notes for ActiveMQ CPP 2.0.1 ==
=========================================================================
== Overview ==
This version is a bug fix release for issues that were found in the 2.0 release
NOTE: Compatable with ActiveMQ Broker version >= 4.0.2
== Issues Resolved ==
Bug
* [AMQCPP-105] - Openwire ActiveMQMessage sets Persistant flag incorrectly
* [AMQCPP-107] - SocketInputStream::read() doesn't check for EINTR error
* [AMQCPP-109] - Exception when acknowledging null messages, originating from the receipt of an ObjectMessage
* [AMQCPP-112] - Openwire Experiation Integration tests fail when fixed to actually use Openwire
Improvement
* [AMQCPP-101] - Add the Ability to set the TcpNoDelay flag of a TCP Socket
* [AMQCPP-102] - Create a Tag for CMS
=========================================================================
== Release Notes for ActiveMQ CPP 2.0 ==
=========================================================================
== Overview ==
This version is a major release containing new features and bug fixes.
* Full OpenWire v2 support!
* You can switch between openwire and stomp via the connection URL
* Temporary destinations when using OpenWire
* Added support for asynchronous send
* Fixed client acknowledge
* Resolved some memory leaks
* Sessions are now single threaded
NOTE: Compatable with ActiveMQ Broker version >= 4.0.2
== Issues Resolved ==
Bug
* [AMQCPP-38] - Async error on broker when running integration tests
* [AMQCPP-44] - Reason for socket errors not reported correctly on Windows
* [AMQCPP-46] - ActiveMQConnection doesn't propagate exception listener to underlying connector
* [AMQCPP-51] - Autoconf is not properly setting CXXFLAGS on Linux
* [AMQCPP-52] - Valgrind reports memory leaks when running PrimitiveMapTest
* [AMQCPP-53] - Declaration of extern int errno after including errno.h doesn't compile
* [AMQCPP-54] - Build broken due to autoconf problem?
* [AMQCPP-55] - Need close() to propagate to child resources
* [AMQCPP-56] - GCC warnings and possible SocketFactory bug on 64-bit Linux
* [AMQCPP-58] - Possible memory leak when reestablishing connection
* [AMQCPP-59] - Exception is thrown when destroying consumer after connection failure
* [AMQCPP-60] - message information is lost from stomp message to jms
* [AMQCPP-61] - CMSException::what returns c_str of temporary std::string
* [AMQCPP-62] - Broken CLIENT_ACKNOWLEDGE
* [AMQCPP-64] - Inconsistency in topic names when creating topics
* [AMQCPP-75] - setCMSReplyTo with null destination segfaults when using Openwire wire format
* [AMQCPP-76] - Integer property not propagated when using Openwire
* [AMQCPP-77] - Inconsistency when getting string property between Stomp and Openwire
* [AMQCPP-78] - session tries to destroy already destroyed temporary queue
* [AMQCPP-80] - sending with explicit message id hangs
* [AMQCPP-81] - openwire consumer never receives messages already in queue
* [AMQCPP-83] - Integration tests fail for openwire
* [AMQCPP-85] - activemq/util/Character.h not being installed by automake
* [AMQCPP-86] - Valgrind reports memory leaks in unit tests
* [AMQCPP-87] - ActiveMQConnectionFactory creates only one unique clientId
* [AMQCPP-90] - Openwire Session doesn't run its MessageListeners from a single thread
* [AMQCPP-91] - A few more Openwire memory leaks
* [AMQCPP-92] - memory leak in openwire session info
Improvement
* [AMQCPP-40] - A few stray unix and sun defines
* [AMQCPP-47] - MapMessage getters should be const
* [AMQCPP-48] - Fix compilation with Visual Studio .NET 2003
* [AMQCPP-49] - Add -W -Wall compile options
* [AMQCPP-50] - Derive cms::CMSException from std::exception
* [AMQCPP-57] - Typo in names of delivery modes
* [AMQCPP-79] - allow createProducer to accept null destination
* [AMQCPP-89] - Case of cms::Message getter and setter names are not consistent with case of JMS Message getter and setter names
* [AMQCPP-94] - StompConnector should use Long::toString instead of Integer::toString
New Feature
* [AMQCPP-30] - Add support to activemq-cpp to support the openwire protocol
* [AMQCPP-63] - asynchronous send
Task
* [AMQCPP-82] - Make openwire the default protocol
* [AMQCPP-84] - add unit/integration tests
* [AMQCPP-88] - Remove setCMSMessageId from CMS API
* [AMQCPP-95] - Perform Memory Leak testing on 2.0 codebase
=========================================================================
== Release Notes for ActiveMQ CPP 1.1 ==
=========================================================================
== Overview ==
This version fixes several bugs and adds a few new features.
* Updated interface for cms::BytesMessage - more JMS-like.
* Updated the MessageProducer interface to add multiple versions of the send method
* Fixed several memory leaks
* Now run on linux, win32, OS X, and Solaris
* Persistence is fixed
* Fixed deadlocks when closing a connection
* Fixed message expiration
NOTE: Compatable with ActiveMQ Broker version >= 4.0.2
== Issues Resolved ==
Bug
* [AMQCPP-3] - Receiving a BytesMessage sent from Java using CMS listener causes exception thrown in class BufferedInputStream
* [AMQCPP-14] - CMSExpiration not handled properly in ActiveMQProducer
* [AMQCPP-18] - ActiveMQConnection.close() causes app to crash
* [AMQCPP-20] - Deadlock when in stomp connector close
* [AMQCPP-22] - Use common name for ActiveMQ C++ library on Windows and Linux
* [AMQCPP-23] - active-cpp persistent problem
* [AMQCPP-25] - Bus error on Solaris OS from DataInput and DataOutput streams
* [AMQCPP-26] - Memory leaks reported by Rational Purify when running unit tests
* [AMQCPP-27] - Issues reported by Valgrind when running unit tests
* [AMQCPP-28] - Purify and Valgrind warnings when running integration tests
* [AMQCPP-29] - Projects in MSVC build building on top of one another
* [AMQCPP-35] - Stomp content-length header not being set on BytesMessage
* [AMQCPP-39] - Some AMQCPP includes not installed when doing make install on Linux
* [AMQCPP-41] - Byte swap on float and double truncates values
* [AMQCPP-43] - Crash when getting string property that doesn't exist
Improvement
* [AMQCPP-16] - CMS API needs updates to more closely follow JMS API
* [AMQCPP-33] - Integration tests crash if broker isn't running
* [AMQCPP-36] - Cleanup whitespace and member function definitions in header files
* [AMQCPP-42] - A few more strict aliasing warnings
New Feature
* [AMQCPP-15] - Add other versions of send method to CMS MessageProducer
* [AMQCPP-37] - readUTF and writeUTF for BytesMessage
Task
* [AMQCPP-45] - Update configure.ac with release version
Wish
* [AMQCPP-31] - Consider giving the unix #define a more unique name
* [AMQCPP-32] - Stomp messages don't preserve property types: please document this behaviour