在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → activemqcpp3.9.4 + vs2015 包含debug和release版lib、dll + 官方example

activemqcpp3.9.4 + vs2015 包含debug和release版lib、dll + 官方example

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:7.36M
  • 下载次数:1
  • 浏览次数:63
  • 发布时间:2021-02-06
  • 实例类别:一般编程问题
  • 发 布 人:好学IT男
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
使用apr-1.5.2、apr-iconv-1.2.1、apr-util-1.5.4、cppuint-1.14.0进行编译
【实例截图】
【核心代码】
43362414-f78e-4044-8a59-1fe7eaa051bd
└── ActiveMqTest
├── ActiveMqTest
│   ├── ActiveMqTest.vcxproj
│   ├── ActiveMqTest.vcxproj.filters
│   ├── ActiveMqTest.vcxproj.user
│   ├── Debug
│   │   └── ActiveMqTest.log
│   ├── include
│   │   ├── activemq
│   │   │   ├── cmsutil
│   │   │   │   ├── CachedConsumer.h
│   │   │   │   ├── CachedProducer.h
│   │   │   │   ├── CmsAccessor.h
│   │   │   │   ├── CmsDestinationAccessor.h
│   │   │   │   ├── CmsTemplate.h
│   │   │   │   ├── DestinationResolver.h
│   │   │   │   ├── DynamicDestinationResolver.h
│   │   │   │   ├── MessageCreator.h
│   │   │   │   ├── PooledSession.h
│   │   │   │   ├── ProducerCallback.h
│   │   │   │   ├── ResourceLifecycleManager.h
│   │   │   │   ├── SessionCallback.h
│   │   │   │   └── SessionPool.h
│   │   │   ├── commands
│   │   │   │   ├── ActiveMQBlobMessage.h
│   │   │   │   ├── ActiveMQBytesMessage.h
│   │   │   │   ├── ActiveMQDestination.h
│   │   │   │   ├── ActiveMQMapMessage.h
│   │   │   │   ├── ActiveMQMessage.h
│   │   │   │   ├── ActiveMQMessageTemplate.h
│   │   │   │   ├── ActiveMQObjectMessage.h
│   │   │   │   ├── ActiveMQQueue.h
│   │   │   │   ├── ActiveMQStreamMessage.h
│   │   │   │   ├── ActiveMQTempDestination.h
│   │   │   │   ├── ActiveMQTempQueue.h
│   │   │   │   ├── ActiveMQTempTopic.h
│   │   │   │   ├── ActiveMQTextMessage.h
│   │   │   │   ├── ActiveMQTopic.h
│   │   │   │   ├── BaseCommand.h
│   │   │   │   ├── BaseDataStructure.h
│   │   │   │   ├── BooleanExpression.h
│   │   │   │   ├── BrokerError.h
│   │   │   │   ├── BrokerId.h
│   │   │   │   ├── BrokerInfo.h
│   │   │   │   ├── Command.h
│   │   │   │   ├── ConnectionControl.h
│   │   │   │   ├── ConnectionError.h
│   │   │   │   ├── ConnectionId.h
│   │   │   │   ├── ConnectionInfo.h
│   │   │   │   ├── ConsumerControl.h
│   │   │   │   ├── ConsumerId.h
│   │   │   │   ├── ConsumerInfo.h
│   │   │   │   ├── ControlCommand.h
│   │   │   │   ├── DataArrayResponse.h
│   │   │   │   ├── DataResponse.h
│   │   │   │   ├── DataStructure.h
│   │   │   │   ├── DestinationInfo.h
│   │   │   │   ├── DiscoveryEvent.h
│   │   │   │   ├── ExceptionResponse.h
│   │   │   │   ├── FlushCommand.h
│   │   │   │   ├── IntegerResponse.h
│   │   │   │   ├── JournalQueueAck.h
│   │   │   │   ├── JournalTopicAck.h
│   │   │   │   ├── JournalTrace.h
│   │   │   │   ├── JournalTransaction.h
│   │   │   │   ├── KeepAliveInfo.h
│   │   │   │   ├── LastPartialCommand.h
│   │   │   │   ├── LocalTransactionId.h
│   │   │   │   ├── MessageAck.h
│   │   │   │   ├── MessageDispatch.h
│   │   │   │   ├── MessageDispatchNotification.h
│   │   │   │   ├── Message.h
│   │   │   │   ├── MessageId.h
│   │   │   │   ├── MessagePull.h
│   │   │   │   ├── NetworkBridgeFilter.h
│   │   │   │   ├── PartialCommand.h
│   │   │   │   ├── ProducerAck.h
│   │   │   │   ├── ProducerId.h
│   │   │   │   ├── ProducerInfo.h
│   │   │   │   ├── RemoveInfo.h
│   │   │   │   ├── RemoveSubscriptionInfo.h
│   │   │   │   ├── ReplayCommand.h
│   │   │   │   ├── Response.h
│   │   │   │   ├── SessionId.h
│   │   │   │   ├── SessionInfo.h
│   │   │   │   ├── ShutdownInfo.h
│   │   │   │   ├── srcmakefile.mk
│   │   │   │   ├── SubscriptionInfo.h
│   │   │   │   ├── TransactionId.h
│   │   │   │   ├── TransactionInfo.h
│   │   │   │   ├── WireFormatInfo.h
│   │   │   │   └── XATransactionId.h
│   │   │   ├── core
│   │   │   │   ├── ActiveMQAckHandler.h
│   │   │   │   ├── ActiveMQConnectionFactory.h
│   │   │   │   ├── ActiveMQConnection.h
│   │   │   │   ├── ActiveMQConnectionMetaData.h
│   │   │   │   ├── ActiveMQConstants.h
│   │   │   │   ├── ActiveMQConsumer.h
│   │   │   │   ├── ActiveMQDestinationEvent.h
│   │   │   │   ├── ActiveMQDestinationSource.h
│   │   │   │   ├── ActiveMQMessageAudit.h
│   │   │   │   ├── ActiveMQProducer.h
│   │   │   │   ├── ActiveMQQueueBrowser.h
│   │   │   │   ├── ActiveMQSessionExecutor.h
│   │   │   │   ├── ActiveMQSession.h
│   │   │   │   ├── ActiveMQTransactionContext.h
│   │   │   │   ├── ActiveMQXAConnectionFactory.h
│   │   │   │   ├── ActiveMQXAConnection.h
│   │   │   │   ├── ActiveMQXASession.h
│   │   │   │   ├── AdvisoryConsumer.h
│   │   │   │   ├── ConnectionAudit.h
│   │   │   │   ├── DispatchData.h
│   │   │   │   ├── Dispatcher.h
│   │   │   │   ├── FifoMessageDispatchChannel.h
│   │   │   │   ├── kernels
│   │   │   │   │   ├── ActiveMQConsumerKernel.h
│   │   │   │   │   ├── ActiveMQProducerKernel.h
│   │   │   │   │   ├── ActiveMQSessionKernel.h
│   │   │   │   │   └── ActiveMQXASessionKernel.h
│   │   │   │   ├── MessageDispatchChannel.h
│   │   │   │   ├── policies
│   │   │   │   │   ├── DefaultPrefetchPolicy.h
│   │   │   │   │   └── DefaultRedeliveryPolicy.h
│   │   │   │   ├── PrefetchPolicy.h
│   │   │   │   ├── RedeliveryPolicy.h
│   │   │   │   ├── SimplePriorityMessageDispatchChannel.h
│   │   │   │   └── Synchronization.h
│   │   │   ├── exceptions
│   │   │   │   ├── ActiveMQException.h
│   │   │   │   ├── BrokerException.h
│   │   │   │   ├── ConnectionFailedException.h
│   │   │   │   └── ExceptionDefines.h
│   │   │   ├── io
│   │   │   │   ├── LoggingInputStream.h
│   │   │   │   └── LoggingOutputStream.h
│   │   │   ├── library
│   │   │   │   └── ActiveMQCPP.h
│   │   │   ├── state
│   │   │   │   ├── CommandVisitorAdapter.h
│   │   │   │   ├── CommandVisitor.h
│   │   │   │   ├── ConnectionState.h
│   │   │   │   ├── ConnectionStateTracker.h
│   │   │   │   ├── ConsumerState.h
│   │   │   │   ├── ProducerState.h
│   │   │   │   ├── SessionState.h
│   │   │   │   ├── Tracked.h
│   │   │   │   └── TransactionState.h
│   │   │   ├── threads
│   │   │   │   ├── CompositeTask.h
│   │   │   │   ├── CompositeTaskRunner.h
│   │   │   │   ├── DedicatedTaskRunner.h
│   │   │   │   ├── Scheduler.h
│   │   │   │   ├── SchedulerTimerTask.h
│   │   │   │   ├── Task.h
│   │   │   │   └── TaskRunner.h
│   │   │   ├── transport
│   │   │   │   ├── AbstractTransportFactory.h
│   │   │   │   ├── CompositeTransport.h
│   │   │   │   ├── correlator
│   │   │   │   │   └── ResponseCorrelator.h
│   │   │   │   ├── DefaultTransportListener.h
│   │   │   │   ├── failover
│   │   │   │   │   ├── BackupTransport.h
│   │   │   │   │   ├── BackupTransportPool.h
│   │   │   │   │   ├── CloseTransportsTask.h
│   │   │   │   │   ├── FailoverTransportFactory.h
│   │   │   │   │   ├── FailoverTransport.h
│   │   │   │   │   ├── FailoverTransportListener.h
│   │   │   │   │   └── URIPool.h
│   │   │   │   ├── FutureResponse.h
│   │   │   │   ├── inactivity
│   │   │   │   │   ├── InactivityMonitor.h
│   │   │   │   │   ├── ReadChecker.h
│   │   │   │   │   └── WriteChecker.h
│   │   │   │   ├── IOTransport.h
│   │   │   │   ├── logging
│   │   │   │   │   └── LoggingTransport.h
│   │   │   │   ├── mock
│   │   │   │   │   ├── InternalCommandListener.h
│   │   │   │   │   ├── MockTransportFactory.h
│   │   │   │   │   ├── MockTransport.h
│   │   │   │   │   └── ResponseBuilder.h
│   │   │   │   ├── ResponseCallback.h
│   │   │   │   ├── tcp
│   │   │   │   │   ├── SslTransportFactory.h
│   │   │   │   │   ├── SslTransport.h
│   │   │   │   │   ├── TcpTransportFactory.h
│   │   │   │   │   └── TcpTransport.h
│   │   │   │   ├── TransportFactory.h
│   │   │   │   ├── TransportFilter.h
│   │   │   │   ├── Transport.h
│   │   │   │   ├── TransportListener.h
│   │   │   │   └── TransportRegistry.h
│   │   │   ├── util
│   │   │   │   ├── ActiveMQMessageTransformation.h
│   │   │   │   ├── ActiveMQProperties.h
│   │   │   │   ├── AdvisorySupport.h
│   │   │   │   ├── CMSExceptionSupport.h
│   │   │   │   ├── CompositeData.h
│   │   │   │   ├── Config.h
│   │   │   │   ├── IdGenerator.h
│   │   │   │   ├── LongSequenceGenerator.h
│   │   │   │   ├── MarshallingSupport.h
│   │   │   │   ├── MemoryUsage.h
│   │   │   │   ├── PrimitiveList.h
│   │   │   │   ├── PrimitiveMap.h
│   │   │   │   ├── PrimitiveValueConverter.h
│   │   │   │   ├── PrimitiveValueNode.h
│   │   │   │   ├── Service.h
│   │   │   │   ├── ServiceListener.h
│   │   │   │   ├── ServiceStopper.h
│   │   │   │   ├── ServiceSupport.h
│   │   │   │   ├── Suspendable.h
│   │   │   │   ├── URISupport.h
│   │   │   │   └── Usage.h
│   │   │   └── wireformat
│   │   │   ├── MarshalAware.h
│   │   │   ├── openwire
│   │   │   │   ├── marshal
│   │   │   │   │   ├── BaseDataStreamMarshaller.h
│   │   │   │   │   ├── DataStreamMarshaller.h
│   │   │   │   │   ├── generated
│   │   │   │   │   │   ├── ActiveMQBlobMessageMarshaller.h
│   │   │   │   │   │   ├── ActiveMQBytesMessageMarshaller.h
│   │   │   │   │   │   ├── ActiveMQDestinationMarshaller.h
│   │   │   │   │   │   ├── ActiveMQMapMessageMarshaller.h
│   │   │   │   │   │   ├── ActiveMQMessageMarshaller.h
│   │   │   │   │   │   ├── ActiveMQObjectMessageMarshaller.h
│   │   │   │   │   │   ├── ActiveMQQueueMarshaller.h
│   │   │   │   │   │   ├── ActiveMQStreamMessageMarshaller.h
│   │   │   │   │   │   ├── ActiveMQTempDestinationMarshaller.h
│   │   │   │   │   │   ├── ActiveMQTempQueueMarshaller.h
│   │   │   │   │   │   ├── ActiveMQTempTopicMarshaller.h
│   │   │   │   │   │   ├── ActiveMQTextMessageMarshaller.h
│   │   │   │   │   │   ├── ActiveMQTopicMarshaller.h
│   │   │   │   │   │   ├── BaseCommandMarshaller.h
│   │   │   │   │   │   ├── BrokerIdMarshaller.h
│   │   │   │   │   │   ├── BrokerInfoMarshaller.h
│   │   │   │   │   │   ├── ConnectionControlMarshaller.h
│   │   │   │   │   │   ├── ConnectionErrorMarshaller.h
│   │   │   │   │   │   ├── ConnectionIdMarshaller.h
│   │   │   │   │   │   ├── ConnectionInfoMarshaller.h
│   │   │   │   │   │   ├── ConsumerControlMarshaller.h
│   │   │   │   │   │   ├── ConsumerIdMarshaller.h
│   │   │   │   │   │   ├── ConsumerInfoMarshaller.h
│   │   │   │   │   │   ├── ControlCommandMarshaller.h
│   │   │   │   │   │   ├── DataArrayResponseMarshaller.h
│   │   │   │   │   │   ├── DataResponseMarshaller.h
│   │   │   │   │   │   ├── DestinationInfoMarshaller.h
│   │   │   │   │   │   ├── DiscoveryEventMarshaller.h
│   │   │   │   │   │   ├── ExceptionResponseMarshaller.h
│   │   │   │   │   │   ├── FlushCommandMarshaller.h
│   │   │   │   │   │   ├── IntegerResponseMarshaller.h
│   │   │   │   │   │   ├── JournalQueueAckMarshaller.h
│   │   │   │   │   │   ├── JournalTopicAckMarshaller.h
│   │   │   │   │   │   ├── JournalTraceMarshaller.h
│   │   │   │   │   │   ├── JournalTransactionMarshaller.h
│   │   │   │   │   │   ├── KeepAliveInfoMarshaller.h
│   │   │   │   │   │   ├── LastPartialCommandMarshaller.h
│   │   │   │   │   │   ├── LocalTransactionIdMarshaller.h
│   │   │   │   │   │   ├── MarshallerFactory.h
│   │   │   │   │   │   ├── MessageAckMarshaller.h
│   │   │   │   │   │   ├── MessageDispatchMarshaller.h
│   │   │   │   │   │   ├── MessageDispatchNotificationMarshaller.h
│   │   │   │   │   │   ├── MessageIdMarshaller.h
│   │   │   │   │   │   ├── MessageMarshaller.h
│   │   │   │   │   │   ├── MessagePullMarshaller.h
│   │   │   │   │   │   ├── NetworkBridgeFilterMarshaller.h
│   │   │   │   │   │   ├── PartialCommandMarshaller.h
│   │   │   │   │   │   ├── ProducerAckMarshaller.h
│   │   │   │   │   │   ├── ProducerIdMarshaller.h
│   │   │   │   │   │   ├── ProducerInfoMarshaller.h
│   │   │   │   │   │   ├── RemoveInfoMarshaller.h
│   │   │   │   │   │   ├── RemoveSubscriptionInfoMarshaller.h
│   │   │   │   │   │   ├── ReplayCommandMarshaller.h
│   │   │   │   │   │   ├── ResponseMarshaller.h
│   │   │   │   │   │   ├── SessionIdMarshaller.h
│   │   │   │   │   │   ├── SessionInfoMarshaller.h
│   │   │   │   │   │   ├── ShutdownInfoMarshaller.h
│   │   │   │   │   │   ├── SubscriptionInfoMarshaller.h
│   │   │   │   │   │   ├── TransactionIdMarshaller.h
│   │   │   │   │   │   ├── TransactionInfoMarshaller.h
│   │   │   │   │   │   ├── WireFormatInfoMarshaller.h
│   │   │   │   │   │   └── XATransactionIdMarshaller.h
│   │   │   │   │   └── PrimitiveTypesMarshaller.h
│   │   │   │   ├── OpenWireFormatFactory.h
│   │   │   │   ├── OpenWireFormat.h
│   │   │   │   ├── OpenWireFormatNegotiator.h
│   │   │   │   ├── OpenWireResponseBuilder.h
│   │   │   │   └── utils
│   │   │   │   ├── BooleanStream.h
│   │   │   │   ├── HexTable.h
│   │   │   │   └── MessagePropertyInterceptor.h
│   │   │   ├── stomp
│   │   │   │   ├── StompCommandConstants.h
│   │   │   │   ├── StompFrame.h
│   │   │   │   ├── StompHelper.h
│   │   │   │   ├── StompWireFormatFactory.h
│   │   │   │   └── StompWireFormat.h
│   │   │   ├── WireFormatFactory.h
│   │   │   ├── WireFormat.h
│   │   │   ├── WireFormatNegotiator.h
│   │   │   └── WireFormatRegistry.h
│   │   ├── apr
│   │   │   ├── apr_allocator.h
│   │   │   ├── apr_atomic.h
│   │   │   ├── apr_dso.h
│   │   │   ├── apr_env.h
│   │   │   ├── apr_errno.h
│   │   │   ├── apr_escape.h
│   │   │   ├── apr_escape_test_char.h
│   │   │   ├── apr_file_info.h
│   │   │   ├── apr_file_io.h
│   │   │   ├── apr_fnmatch.h
│   │   │   ├── apr_general.h
│   │   │   ├── apr_getopt.h
│   │   │   ├── apr_global_mutex.h
│   │   │   ├── apr.h
│   │   │   ├── apr_hash.h
│   │   │   ├── apr.h.in
│   │   │   ├── apr.hnw
│   │   │   ├── apr.hw
│   │   │   ├── apr.hwc
│   │   │   ├── apr_inherit.h
│   │   │   ├── apr_lib.h
│   │   │   ├── apr_mmap.h
│   │   │   ├── apr_network_io.h
│   │   │   ├── apr_poll.h
│   │   │   ├── apr_pools.h
│   │   │   ├── apr_portable.h
│   │   │   ├── apr_proc_mutex.h
│   │   │   ├── apr_random.h
│   │   │   ├── apr_ring.h
│   │   │   ├── apr_shm.h
│   │   │   ├── apr_signal.h
│   │   │   ├── apr_skiplist.h
│   │   │   ├── apr_strings.h
│   │   │   ├── apr_support.h
│   │   │   ├── apr_tables.h
│   │   │   ├── apr_thread_cond.h
│   │   │   ├── apr_thread_mutex.h
│   │   │   ├── apr_thread_proc.h
│   │   │   ├── apr_thread_rwlock.h
│   │   │   ├── apr_time.h
│   │   │   ├── apr_user.h
│   │   │   ├── apr_version.h
│   │   │   ├── apr_want.h
│   │   │   └── arch
│   │   │   ├── aix
│   │   │   │   └── apr_arch_dso.h
│   │   │   ├── apr_private_common.h
│   │   │   ├── beos
│   │   │   │   ├── apr_arch_dso.h
│   │   │   │   ├── apr_arch_proc_mutex.h
│   │   │   │   ├── apr_arch_thread_cond.h
│   │   │   │   ├── apr_arch_thread_mutex.h
│   │   │   │   ├── apr_arch_threadproc.h
│   │   │   │   └── apr_arch_thread_rwlock.h
│   │   │   ├── netware
│   │   │   │   ├── apr_arch_dso.h
│   │   │   │   ├── apr_arch_file_io.h
│   │   │   │   ├── apr_arch_global_mutex.h
│   │   │   │   ├── apr_arch_internal_time.h
│   │   │   │   ├── apr_arch_networkio.h
│   │   │   │   ├── apr_arch_pre_nw.h
│   │   │   │   ├── apr_arch_proc_mutex.h
│   │   │   │   ├── apr_arch_thread_cond.h
│   │   │   │   ├── apr_arch_thread_mutex.h
│   │   │   │   ├── apr_arch_threadproc.h
│   │   │   │   ├── apr_arch_thread_rwlock.h
│   │   │   │   └── apr_private.h
│   │   │   ├── os2
│   │   │   │   ├── apr_arch_dso.h
│   │   │   │   ├── apr_arch_file_io.h
│   │   │   │   ├── apr_arch_inherit.h
│   │   │   │   ├── apr_arch_networkio.h
│   │   │   │   ├── apr_arch_os2calls.h
│   │   │   │   ├── apr_arch_proc_mutex.h
│   │   │   │   ├── apr_arch_thread_cond.h
│   │   │   │   ├── apr_arch_thread_mutex.h
│   │   │   │   ├── apr_arch_threadproc.h
│   │   │   │   └── apr_arch_thread_rwlock.h
│   │   │   ├── os390
│   │   │   │   └── apr_arch_dso.h
│   │   │   ├── unix
│   │   │   │   ├── apr_arch_atomic.h
│   │   │   │   ├── apr_arch_dso.h
│   │   │   │   ├── apr_arch_file_io.h
│   │   │   │   ├── apr_arch_global_mutex.h
│   │   │   │   ├── apr_arch_inherit.h
│   │   │   │   ├── apr_arch_internal_time.h
│   │   │   │   ├── apr_arch_misc.h
│   │   │   │   ├── apr_arch_networkio.h
│   │   │   │   ├── apr_arch_poll_private.h
│   │   │   │   ├── apr_arch_proc_mutex.h
│   │   │   │   ├── apr_arch_shm.h
│   │   │   │   ├── apr_arch_thread_cond.h
│   │   │   │   ├── apr_arch_thread_mutex.h
│   │   │   │   ├── apr_arch_threadproc.h
│   │   │   │   └── apr_arch_thread_rwlock.h
│   │   │   └── win32
│   │   │   ├── apr_arch_atime.h
│   │   │   ├── apr_arch_dso.h
│   │   │   ├── apr_arch_file_io.h
│   │   │   ├── apr_arch_inherit.h
│   │   │   ├── apr_arch_misc.h
│   │   │   ├── apr_arch_networkio.h
│   │   │   ├── apr_arch_proc_mutex.h
│   │   │   ├── apr_arch_thread_cond.h
│   │   │   ├── apr_arch_thread_mutex.h
│   │   │   ├── apr_arch_threadproc.h
│   │   │   ├── apr_arch_thread_rwlock.h
│   │   │   ├── apr_arch_utf8.h
│   │   │   ├── apr_dbg_win32_handles.h
│   │   │   └── apr_private.h
│   │   ├── apr-iconv
│   │   │   ├── api_version.h
│   │   │   └── apr_iconv.h
│   │   ├── apr-util
│   │   │   ├── apr_anylock.h
│   │   │   ├── apr_base64.h
│   │   │   ├── apr_buckets.h
│   │   │   ├── apr_crypto.h
│   │   │   ├── apr_date.h
│   │   │   ├── apr_dbd.h
│   │   │   ├── apr_dbm.h
│   │   │   ├── apr_hooks.h
│   │   │   ├── apr_ldap.h
│   │   │   ├── apr_ldap.h.in
│   │   │   ├── apr_ldap.hnw
│   │   │   ├── apr_ldap.hw
│   │   │   ├── apr_ldap.hwc
│   │   │   ├── apr_ldap_init.h
│   │   │   ├── apr_ldap_option.h
│   │   │   ├── apr_ldap_rebind.h
│   │   │   ├── apr_ldap_url.h
│   │   │   ├── apr_md4.h
│   │   │   ├── apr_md5.h
│   │   │   ├── apr_memcache.h
│   │   │   ├── apr_optional.h
│   │   │   ├── apr_optional_hooks.h
│   │   │   ├── apr_queue.h
│   │   │   ├── apr_reslist.h
│   │   │   ├── apr_rmm.h
│   │   │   ├── apr_sdbm.h
│   │   │   ├── apr_sha1.h
│   │   │   ├── apr_strmatch.h
│   │   │   ├── apr_thread_pool.h
│   │   │   ├── apr_uri.h
│   │   │   ├── apr_uuid.h
│   │   │   ├── apr_xlate.h
│   │   │   ├── apr_xml.h
│   │   │   ├── apu_errno.h
│   │   │   ├── apu.h
│   │   │   ├── apu.h.in
│   │   │   ├── apu.hnw
│   │   │   ├── apu.hw
│   │   │   ├── apu.hwc
│   │   │   ├── apu_version.h
│   │   │   ├── apu_want.h
│   │   │   ├── apu_want.h.in
│   │   │   ├── apu_want.hnw
│   │   │   ├── apu_want.hw
│   │   │   └── private
│   │   │   ├── apr_crypto_internal.h
│   │   │   ├── apr_dbd_internal.h
│   │   │   ├── apr_dbd_odbc_v2.h
│   │   │   ├── apr_dbm_private.h
│   │   │   ├── apu_config.h
│   │   │   ├── apu_config.hnw
│   │   │   ├── apu_config.hw
│   │   │   ├── apu_internal.h
│   │   │   ├── apu_select_dbm.h
│   │   │   ├── apu_select_dbm.h.in
│   │   │   └── apu_select_dbm.hw
│   │   ├── cms
│   │   │   ├── AsyncCallback.h
│   │   │   ├── BytesMessage.h
│   │   │   ├── Closeable.h
│   │   │   ├── CMSException.h
│   │   │   ├── CMSProperties.h
│   │   │   ├── CMSSecurityException.h
│   │   │   ├── Config.h
│   │   │   ├── ConnectionFactory.h
│   │   │   ├── Connection.h
│   │   │   ├── ConnectionMetaData.h
│   │   │   ├── DeliveryMode.h
│   │   │   ├── DestinationEvent.h
│   │   │   ├── Destination.h
│   │   │   ├── DestinationListener.h
│   │   │   ├── DestinationSource.h
│   │   │   ├── EnhancedConnection.h
│   │   │   ├── ExceptionListener.h
│   │   │   ├── IllegalStateException.h
│   │   │   ├── InvalidClientIdException.h
│   │   │   ├── InvalidDestinationException.h
│   │   │   ├── InvalidSelectorException.h
│   │   │   ├── MapMessage.h
│   │   │   ├── MessageAvailableListener.h
│   │   │   ├── MessageConsumer.h
│   │   │   ├── MessageEnumeration.h
│   │   │   ├── MessageEOFException.h
│   │   │   ├── MessageFormatException.h
│   │   │   ├── Message.h
│   │   │   ├── MessageListener.h
│   │   │   ├── MessageNotReadableException.h
│   │   │   ├── MessageNotWriteableException.h
│   │   │   ├── MessageProducer.h
│   │   │   ├── MessageTransformer.h
│   │   │   ├── ObjectMessage.h
│   │   │   ├── QueueBrowser.h
│   │   │   ├── Queue.h
│   │   │   ├── ResourceAllocationException.h
│   │   │   ├── Session.h
│   │   │   ├── Startable.h
│   │   │   ├── Stoppable.h
│   │   │   ├── StreamMessage.h
│   │   │   ├── TemporaryQueue.h
│   │   │   ├── TemporaryTopic.h
│   │   │   ├── TextMessage.h
│   │   │   ├── Topic.h
│   │   │   ├── TransactionInProgressException.h
│   │   │   ├── TransactionRolledBackException.h
│   │   │   ├── UnsupportedOperationException.h
│   │   │   ├── XAConnectionFactory.h
│   │   │   ├── XAConnection.h
│   │   │   ├── XAException.h
│   │   │   ├── XAResource.h
│   │   │   ├── XASession.h
│   │   │   └── Xid.h
│   │   └── decaf
│   │   ├── internal
│   │   │   ├── AprPool.h
│   │   │   ├── DecafRuntime.h
│   │   │   ├── io
│   │   │   │   ├── StandardErrorOutputStream.h
│   │   │   │   ├── StandardInputStream.h
│   │   │   │   └── StandardOutputStream.h
│   │   │   ├── net
│   │   │   │   ├── DefaultServerSocketFactory.h
│   │   │   │   ├── DefaultSocketFactory.h
│   │   │   │   ├── file
│   │   │   │   │   └── FileHandler.h
│   │   │   │   ├── http
│   │   │   │   │   └── HttpHandler.h
│   │   │   │   ├── https
│   │   │   │   │   └── HttpsHandler.h
│   │   │   │   ├── Network.h
│   │   │   │   ├── SocketFileDescriptor.h
│   │   │   │   ├── ssl
│   │   │   │   │   ├── DefaultSSLContext.h
│   │   │   │   │   ├── DefaultSSLServerSocketFactory.h
│   │   │   │   │   ├── DefaultSSLSocketFactory.h
│   │   │   │   │   └── openssl
│   │   │   │   │   ├── OpenSSLContextSpi.h
│   │   │   │   │   ├── OpenSSLParameters.h
│   │   │   │   │   ├── OpenSSLServerSocketFactory.h
│   │   │   │   │   ├── OpenSSLServerSocket.h
│   │   │   │   │   ├── OpenSSLSocketException.h
│   │   │   │   │   ├── OpenSSLSocketFactory.h
│   │   │   │   │   ├── OpenSSLSocket.h
│   │   │   │   │   ├── OpenSSLSocketInputStream.h
│   │   │   │   │   └── OpenSSLSocketOutputStream.h
│   │   │   │   ├── tcp
│   │   │   │   │   ├── TcpSocket.h
│   │   │   │   │   ├── TcpSocketInputStream.h
│   │   │   │   │   └── TcpSocketOutputStream.h
│   │   │   │   ├── URIEncoderDecoder.h
│   │   │   │   ├── URIHelper.h
│   │   │   │   ├── URIType.h
│   │   │   │   ├── URLStreamHandlerManager.h
│   │   │   │   ├── URLType.h
│   │   │   │   └── URLUtils.h
│   │   │   ├── nio
│   │   │   │   ├── BufferFactory.h
│   │   │   │   ├── ByteArrayBuffer.h
│   │   │   │   ├── CharArrayBuffer.h
│   │   │   │   ├── DoubleArrayBuffer.h
│   │   │   │   ├── FloatArrayBuffer.h
│   │   │   │   ├── IntArrayBuffer.h
│   │   │   │   ├── LongArrayBuffer.h
│   │   │   │   └── ShortArrayBuffer.h
│   │   │   ├── security
│   │   │   │   ├── Engine.h
│   │   │   │   ├── provider
│   │   │   │   │   ├── crypto
│   │   │   │   │   │   ├── MD4MessageDigestSpi.h
│   │   │   │   │   │   ├── MD5MessageDigestSpi.h
│   │   │   │   │   │   └── SHA1MessageDigestSpi.h
│   │   │   │   │   ├── DefaultMessageDigestProviderService.h
│   │   │   │   │   ├── DefaultProvider.h
│   │   │   │   │   └── DefaultSecureRandomProviderService.h
│   │   │   │   ├── SecurityRuntime.h
│   │   │   │   ├── ServiceRegistry.h
│   │   │   │   ├── unix
│   │   │   │   │   └── SecureRandomImpl.h
│   │   │   │   └── windows
│   │   │   │   └── SecureRandomImpl.h
│   │   │   └── util
│   │   │   ├── ByteArrayAdapter.h
│   │   │   ├── concurrent
│   │   │   │   ├── Atomics.h
│   │   │   │   ├── ExecutorsSupport.h
│   │   │   │   ├── PlatformThread.h
│   │   │   │   ├── SynchronizableImpl.h
│   │   │   │   ├── Threading.h
│   │   │   │   ├── ThreadingTypes.h
│   │   │   │   ├── ThreadLocalImpl.h
│   │   │   │   ├── Transferer.h
│   │   │   │   ├── TransferQueue.h
│   │   │   │   ├── TransferStack.h
│   │   │   │   ├── unix
│   │   │   │   │   └── PlatformDefs.h
│   │   │   │   └── windows
│   │   │   │   └── PlatformDefs.h
│   │   │   ├── GenericResource.h
│   │   │   ├── HexStringParser.h
│   │   │   ├── Resource.h
│   │   │   ├── ResourceLifecycleManager.h
│   │   │   ├── StringUtils.h
│   │   │   ├── TimerTaskHeap.h
│   │   │   └── zip
│   │   │   ├── adler32.c
│   │   │   ├── crc32.c
│   │   │   ├── crc32.h
│   │   │   ├── deflate.c
│   │   │   ├── deflate.h
│   │   │   ├── gzclose.c
│   │   │   ├── gzguts.h
│   │   │   ├── gzlib.c
│   │   │   ├── gzread.c
│   │   │   ├── gzwrite.c
│   │   │   ├── infback.c
│   │   │   ├── inffast.c
│   │   │   ├── inffast.h
│   │   │   ├── inffixed.h
│   │   │   ├── inflate.c
│   │   │   ├── inflate.h
│   │   │   ├── inftrees.c
│   │   │   ├── inftrees.h
│   │   │   ├── trees.c
│   │   │   ├── trees.h
│   │   │   ├── uncompr.c
│   │   │   ├── zconf.h
│   │   │   ├── zlib.h
│   │   │   ├── zutil.c
│   │   │   └── zutil.h
│   │   ├── io
│   │   │   ├── BlockingByteArrayInputStream.h
│   │   │   ├── BufferedInputStream.h
│   │   │   ├── BufferedOutputStream.h
│   │   │   ├── ByteArrayInputStream.h
│   │   │   ├── ByteArrayOutputStream.h
│   │   │   ├── Closeable.h
│   │   │   ├── DataInput.h
│   │   │   ├── DataInputStream.h
│   │   │   ├── DataOutput.h
│   │   │   ├── DataOutputStream.h
│   │   │   ├── EOFException.h
│   │   │   ├── FileDescriptor.h
│   │   │   ├── FilterInputStream.h
│   │   │   ├── FilterOutputStream.h
│   │   │   ├── Flushable.h
│   │   │   ├── InputStream.h
│   │   │   ├── InputStreamReader.h
│   │   │   ├── InterruptedIOException.h
│   │   │   ├── IOException.h
│   │   │   ├── OutputStream.h
│   │   │   ├── OutputStreamWriter.h
│   │   │   ├── PushbackInputStream.h
│   │   │   ├── Reader.h
│   │   │   ├── UnsupportedEncodingException.h
│   │   │   ├── UTFDataFormatException.h
│   │   │   └── Writer.h
│   │   ├── lang
│   │   │   ├── AbstractStringBuilder.h
│   │   │   ├── Appendable.h
│   │   │   ├── ArrayPointer.h
│   │   │   ├── Boolean.h
│   │   │   ├── Byte.h
│   │   │   ├── Character.h
│   │   │   ├── CharSequence.h
│   │   │   ├── Comparable.h
│   │   │   ├── Double.h
│   │   │   ├── Exception.h
│   │   │   ├── exceptions
│   │   │   │   ├── ArrayIndexOutOfBoundsException.h
│   │   │   │   ├── ClassCastException.h
│   │   │   │   ├── CloneNotSupportedException.h
│   │   │   │   ├── ExceptionDefines.h
│   │   │   │   ├── IllegalArgumentException.h
│   │   │   │   ├── IllegalMonitorStateException.h
│   │   │   │   ├── IllegalStateException.h
│   │   │   │   ├── IllegalThreadStateException.h
│   │   │   │   ├── IndexOutOfBoundsException.h
│   │   │   │   ├── InterruptedException.h
│   │   │   │   ├── InvalidStateException.h
│   │   │   │   ├── NegativeArraySizeException.h
│   │   │   │   ├── NullPointerException.h
│   │   │   │   ├── NumberFormatException.h
│   │   │   │   ├── OutOfMemoryError.h
│   │   │   │   ├── RuntimeException.h
│   │   │   │   ├── SecurityException.h
│   │   │   │   ├── StringIndexOutOfBoundsException.h
│   │   │   │   └── UnsupportedOperationException.h
│   │   │   ├── Float.h
│   │   │   ├── Integer.h
│   │   │   ├── Iterable.h
│   │   │   ├── Long.h
│   │   │   ├── Math.h
│   │   │   ├── Number.h
│   │   │   ├── Pointer.h
│   │   │   ├── Readable.h
│   │   │   ├── Runnable.h
│   │   │   ├── Runtime.h
│   │   │   ├── Short.h
│   │   │   ├── StringBuffer.h
│   │   │   ├── StringBuilder.h
│   │   │   ├── String.h
│   │   │   ├── System.h
│   │   │   ├── ThreadGroup.h
│   │   │   ├── Thread.h
│   │   │   ├── ThreadLocal.h
│   │   │   ├── Throwable.h
│   │   │   └── Types.h
│   │   ├── net
│   │   │   ├── BindException.h
│   │   │   ├── ConnectException.h
│   │   │   ├── ContentHandlerFactory.h
│   │   │   ├── DatagramPacket.h
│   │   │   ├── FileNameMap.h
│   │   │   ├── HttpRetryException.h
│   │   │   ├── HttpURLConnection.h
│   │   │   ├── Inet4Address.h
│   │   │   ├── Inet6Address.h
│   │   │   ├── InetAddress.h
│   │   │   ├── InetSocketAddress.h
│   │   │   ├── MalformedURLException.h
│   │   │   ├── NoRouteToHostException.h
│   │   │   ├── PortUnreachableException.h
│   │   │   ├── ProtocolException.h
│   │   │   ├── Proxy.h
│   │   │   ├── ServerSocketFactory.h
│   │   │   ├── ServerSocket.h
│   │   │   ├── SocketAddress.h
│   │   │   ├── SocketError.h
│   │   │   ├── SocketException.h
│   │   │   ├── SocketFactory.h
│   │   │   ├── Socket.h
│   │   │   ├── SocketImplFactory.h
│   │   │   ├── SocketImpl.h
│   │   │   ├── SocketOptions.h
│   │   │   ├── SocketTimeoutException.h
│   │   │   ├── ssl
│   │   │   │   ├── SSLContext.h
│   │   │   │   ├── SSLContextSpi.h
│   │   │   │   ├── SSLParameters.h
│   │   │   │   ├── SSLServerSocketFactory.h
│   │   │   │   ├── SSLServerSocket.h
│   │   │   │   ├── SSLSocketFactory.h
│   │   │   │   └── SSLSocket.h
│   │   │   ├── UnknownHostException.h
│   │   │   ├── UnknownServiceException.h
│   │   │   ├── URI.h
│   │   │   ├── URISyntaxException.h
│   │   │   ├── URLConnection.h
│   │   │   ├── URLDecoder.h
│   │   │   ├── URLEncoder.h
│   │   │   ├── URL.h
│   │   │   ├── URLStreamHandlerFactory.h
│   │   │   └── URLStreamHandler.h
│   │   ├── nio
│   │   │   ├── Buffer.h
│   │   │   ├── BufferOverflowException.h
│   │   │   ├── BufferUnderflowException.h
│   │   │   ├── ByteBuffer.h
│   │   │   ├── CharBuffer.h
│   │   │   ├── DoubleBuffer.h
│   │   │   ├── FloatBuffer.h
│   │   │   ├── IntBuffer.h
│   │   │   ├── InvalidMarkException.h
│   │   │   ├── LongBuffer.h
│   │   │   ├── ReadOnlyBufferException.h
│   │   │   └── ShortBuffer.h
│   │   ├── security
│   │   │   ├── auth
│   │   │   │   └── x500
│   │   │   │   └── X500Principal.h
│   │   │   ├── cert
│   │   │   │   ├── CertificateEncodingException.h
│   │   │   │   ├── CertificateException.h
│   │   │   │   ├── CertificateExpiredException.h
│   │   │   │   ├── Certificate.h
│   │   │   │   ├── CertificateNotYetValidException.h
│   │   │   │   ├── CertificateParsingException.h
│   │   │   │   └── X509Certificate.h
│   │   │   ├── DigestException.h
│   │   │   ├── GeneralSecurityException.h
│   │   │   ├── InvalidKeyException.h
│   │   │   ├── KeyException.h
│   │   │   ├── Key.h
│   │   │   ├── KeyManagementException.h
│   │   │   ├── MessageDigest.h
│   │   │   ├── MessageDigestSpi.h
│   │   │   ├── NoSuchAlgorithmException.h
│   │   │   ├── NoSuchProviderException.h
│   │   │   ├── Principal.h
│   │   │   ├── ProviderException.h
│   │   │   ├── Provider.h
│   │   │   ├── ProviderService.h
│   │   │   ├── PublicKey.h
│   │   │   ├── SecureRandom.h
│   │   │   ├── SecureRandomSpi.h
│   │   │   ├── Security.h
│   │   │   ├── SecuritySpi.h
│   │   │   └── SignatureException.h
│   │   └── util
│   │   ├── AbstractCollection.h
│   │   ├── AbstractList.h
│   │   ├── AbstractMap.h
│   │   ├── AbstractQueue.h
│   │   ├── AbstractSequentialList.h
│   │   ├── AbstractSet.h
│   │   ├── ArrayList.h
│   │   ├── Arrays.h
│   │   ├── BitSet.h
│   │   ├── Collection.h
│   │   ├── Collections.h
│   │   ├── Comparator.h
│   │   ├── comparators
│   │   │   ├── Equals.h
│   │   │   └── Less.h
│   │   ├── concurrent
│   │   │   ├── AbstractExecutorService.h
│   │   │   ├── atomic
│   │   │   │   ├── AtomicBoolean.h
│   │   │   │   ├── AtomicInteger.h
│   │   │   │   ├── AtomicRefCounter.h
│   │   │   │   └── AtomicReference.h
│   │   │   ├── BlockingQueue.h
│   │   │   ├── BrokenBarrierException.h
│   │   │   ├── Callable.h
│   │   │   ├── CancellationException.h
│   │   │   ├── Concurrent.h
│   │   │   ├── ConcurrentHashMap.h
│   │   │   ├── ConcurrentMap.h
│   │   │   ├── ConcurrentStlMap.h
│   │   │   ├── CopyOnWriteArrayList.h
│   │   │   ├── CopyOnWriteArraySet.h
│   │   │   ├── CountDownLatch.h
│   │   │   ├── Delayed.h
│   │   │   ├── ExecutionException.h
│   │   │   ├── Executor.h
│   │   │   ├── ExecutorService.h
│   │   │   ├── Executors.h
│   │   │   ├── Future.h
│   │   │   ├── FutureTask.h
│   │   │   ├── LinkedBlockingQueue.h
│   │   │   ├── Lock.h
│   │   │   ├── locks
│   │   │   │   ├── AbstractOwnableSynchronizer.h
│   │   │   │   ├── AbstractQueuedSynchronizer.h
│   │   │   │   ├── Condition.h
│   │   │   │   ├── Lock.h
│   │   │   │   ├── LockSupport.h
│   │   │   │   ├── ReadWriteLock.h
│   │   │   │   ├── ReentrantLock.h
│   │   │   │   └── ReentrantReadWriteLock.h
│   │   │   ├── Mutex.h
│   │   │   ├── RejectedExecutionException.h
│   │   │   ├── RejectedExecutionHandler.h
│   │   │   ├── RunnableFuture.h
│   │   │   ├── Semaphore.h
│   │   │   ├── Synchronizable.h
│   │   │   ├── SynchronousQueue.h
│   │   │   ├── ThreadFactory.h
│   │   │   ├── ThreadPoolExecutor.h
│   │   │   ├── TimeoutException.h
│   │   │   └── TimeUnit.h
│   │   ├── ConcurrentModificationException.h
│   │   ├── Config.h
│   │   ├── Date.h
│   │   ├── Deque.h
│   │   ├── HashCode.h
│   │   ├── HashMap.h
│   │   ├── HashSet.h
│   │   ├── Iterator.h
│   │   ├── LinkedHashMap.h
│   │   ├── LinkedHashSet.h
│   │   ├── LinkedList.h
│   │   ├── List.h
│   │   ├── ListIterator.h
│   │   ├── logging
│   │   │   ├── ConsoleHandler.h
│   │   │   ├── ErrorManager.h
│   │   │   ├── Filter.h
│   │   │   ├── Formatter.h
│   │   │   ├── Handler.h
│   │   │   ├── Level.h
│   │   │   ├── LoggerCommon.h
│   │   │   ├── LoggerDefines.h
│   │   │   ├── Logger.h
│   │   │   ├── LoggerHierarchy.h
│   │   │   ├── LogManager.h
│   │   │   ├── LogRecord.h
│   │   │   ├── LogWriter.h
│   │   │   ├── MarkBlockLogger.h
│   │   │   ├── PropertiesChangeListener.h
│   │   │   ├── SimpleFormatter.h
│   │   │   ├── SimpleLogger.h
│   │   │   ├── StreamHandler.h
│   │   │   └── XMLFormatter.h
│   │   ├── LRUCache.h
│   │   ├── MapEntry.h
│   │   ├── Map.h
│   │   ├── NoSuchElementException.h
│   │   ├── PriorityQueue.h
│   │   ├── Properties.h
│   │   ├── Queue.h
│   │   ├── Random.h
│   │   ├── Set.h
│   │   ├── StlList.h
│   │   ├── StlMap.h
│   │   ├── StlQueue.h
│   │   ├── StlSet.h
│   │   ├── StringTokenizer.h
│   │   ├── Timer.h
│   │   ├── TimerTask.h
│   │   ├── UUID.h
│   │   └── zip
│   │   ├── Adler32.h
│   │   ├── CheckedInputStream.h
│   │   ├── CheckedOutputStream.h
│   │   ├── Checksum.h
│   │   ├── CRC32.h
│   │   ├── DataFormatException.h
│   │   ├── Deflater.h
│   │   ├── DeflaterOutputStream.h
│   │   ├── Inflater.h
│   │   ├── InflaterInputStream.h
│   │   └── ZipException.h
│   ├── lib
│   │   ├── debug
│   │   │   └── activemq
│   │   │   ├── activemq-cppd.lib
│   │   │   └── libapr-1.lib
│   │   └── release
│   │   └── activemq
│   │   ├── activemq-cpp.lib
│   │   └── libapr-1.lib
│   ├── main.cpp
│   └── Release
│   └── ActiveMqTest.log
├── ActiveMqTest.sln
├── Debug
│   ├── activemq-cppd.dll
│   └── libapr-1.dll
└── Release
├── activemq-cpp.dll
└── libapr-1.dll

88 directories, 873 files

标签:

实例下载地址

activemqcpp3.9.4 + vs2015 包含debug和release版lib、dll + 官方example

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警