1, line 26 at activemq-cpp.pc
Libs: -L${libdir} -lactivemq-cpp-3.0.1 -lpthread -ldl -luuid
the above -lactivemq-cpp-3.0.1 should be -lactivemq-cpp
2, there are too many cases that throw unexpected exception.
e.g., void TcpTransport::close() throw( cms::CMSException ) need throw
cms::CMSException but it throw ActiveMQException by the following thre
macros:
AMQ_CATCH_RETHROW( ActiveMQException )
AMQ_CATCH_EXCEPTION_CONVERT( Exception, ActiveMQException )
AMQ_CATCHALL_THROW( ActiveMQException )
those unexpected exception will abort application when release a
connection/session which catch an exception.
Any one can solve those problems? especially the 2nd one.
Thanks,
--
View this message in context:
http://www.nabble.com/two-obvious-bug-tp25111429p25111429.html
Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.