Merged the kahadb module into activemq-core since it's the only known user of the module. Will allow us to eliminate dup util classes.

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1406368 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Hiram R. Chirino 2012-11-06 22:03:14 +00:00
parent 5c20b8ed72
commit 715010a1ea
74 changed files with 393 additions and 638 deletions

View File

@ -45,10 +45,6 @@
<groupId>${project.groupId}</groupId>
<artifactId>activemq-optional</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>kahadb</artifactId>
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-annotation_1.0_spec</artifactId>

View File

@ -62,6 +62,7 @@
</activemq.osgi.import.pkg>
<activemq.osgi.export>
org.apache.activemq*;version=${project.version};-noimport:=true,
org.apache.kahadb*;version=${project.version};-noimport:=true,
'=META-INF.services.org.apache.xbean.spring.http.activemq.apache.org.schema';-noimport:=true
</activemq.osgi.export>
<activemq.osgi.dynamic.import>*</activemq.osgi.dynamic.import>
@ -85,11 +86,6 @@
<artifactId>activeio-core</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>kahadb</artifactId>
<optional>false</optional>
</dependency>
<dependency>
<groupId>org.apache.activemq.protobuf</groupId>
<artifactId>activemq-protobuf</artifactId>
@ -743,408 +739,408 @@
<exclude>org/apache/activemq/openwire/v*/**</exclude>
<!-- this is a list of our slowest tests (slowest on top).. disabled to bring the build down to about 30 min -->
<exclude>org/apache/activemq/camel/TransactedConsumeTest.*</exclude>
<exclude>org/apache/activemq/usecases/JdbcDurableSubDupTest.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ1893Test.*</exclude>
<exclude>org/apache/activemq/usecases/TopicReplicationTest.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ3120Test.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ2149KahaDBTest.*</exclude>
<exclude>org/apache/activemq/usecases/DurableSubSelectorDelayTest.*</exclude>
<exclude>org/apache/activemq/usecases/DispatchMultipleConsumersTest.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ2183Test.*</exclude>
<exclude>org/apache/activemq/usecases/UnlimitedEnqueueTest.*</exclude>
<exclude>org/apache/activemq/usecases/DurableSubProcessTest.*</exclude>
<exclude>org/apache/activemq/usecases/ConcurrentProducerQueueConsumerTest.*</exclude>
<exclude>org/apache/activemq/bugs/TempStoreDataCleanupTest.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ2356Test.*</exclude>
<exclude>org/apache/activemq/bugs/MemoryUsageCleanupTest.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ2870Test.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ2584Test.*</exclude>
<exclude>org/apache/activemq/broker/virtual/MirroredQueueCorrectMemoryUsageTest.*</exclude>
<exclude>org/apache/activemq/usecases/DurableSubDelayedUnsubscribeTest.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ1936Test.*</exclude>
<exclude>org/apache/activemq/usecases/DurableSubscriberWithNetworkDisconnectTest.*</exclude>
<exclude>org/apache/activemq/bugs/SlowConsumerTest.*</exclude>
<exclude>org/apache/activemq/transport/discovery/DiscoveryNetworkReconnectTest.*</exclude>
<exclude>org/apache/activemq/bugs/MissingDataFileTest.*</exclude>
<exclude>org/apache/activemq/transport/failover/AMQ1925Test.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ3732Test.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ2512Test.*</exclude>
<exclude>org/apache/activemq/usecases/ConcurrentProducerDurableConsumerTest.*</exclude>
<exclude>org/apache/activemq/usecases/ThreeBrokerVirtualTopicNetworkTest.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ3567Test.*</exclude>
<exclude>org/apache/activemq/broker/scheduler/JmsCronSchedulerTest.*</exclude>
<exclude>org/apache/activemq/usecases/PublishOnTopicConsumedMessageTest.*</exclude>
<exclude>org/apache/activemq/usecases/DurableSubSelectorDelayWithRestartTest.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ2149Test.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ2584ConcurrentDlqTest.*</exclude>
<exclude>org/apache/activemq/broker/region/QueueDuplicatesFromStoreTest.*</exclude>
<exclude>org/apache/activemq/store/kahadb/KahaDBVersionTest.*</exclude>
<exclude>org/apache/activemq/usecases/DurableSubscriptionSelectorTest.*</exclude>
<exclude>org/apache/activemq/transport/stomp/StompNIOSSLLoadTest.*</exclude>
<exclude>org/apache/activemq/usecases/DurableSubProcessMultiRestartTest.*</exclude>
<exclude>org/apache/activemq/transport/stomp/StompLoadTest.*</exclude>
<exclude>org/apache/activemq/transport/stomp/StompSSLLoadTest.*</exclude>
<exclude>org/apache/activemq/transport/stomp/StompNIOLoadTest.*</exclude>
<exclude>org/apache/activemq/network/NetworkLoadTest.*</exclude>
<exclude>org/apache/activemq/bugs/TempStorageBlockedBrokerTest.*</exclude>
<exclude>org/apache/activemq/broker/region/cursors/NegativeQueueTest.*</exclude>
<exclude>org/apache/activemq/transport/failover/FailoverPriorityTest.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ2983Test.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ3140Test.*</exclude>
<exclude>org/apache/activemq/usecases/CompositePublishTest.*</exclude>
<exclude>org/apache/activemq/bugs/DoubleExpireTest.*</exclude>
<exclude>org/apache/activemq/usecases/MulticastDiscoveryOnFaultyNetworkTest.*</exclude>
<exclude>org/apache/activemq/bugs/JmsDurableTopicSlowReceiveTest.*</exclude>
<exclude>org/apache/activemq/usecases/TopicProducerFlowControlTest.*</exclude>
<exclude>org/apache/activemq/usecases/TempTopicProducerFlowControlTest.*</exclude>
<exclude>org/apache/activemq/store/jdbc/JDBCNegativeQueueTest.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ2314Test.*</exclude>
<exclude>org/apache/activemq/kaha/LoadTest.*</exclude>
<exclude>org/apache/activemq/transport/stomp/StompVirtualTopicTest.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ2439Test.*</exclude>
<exclude>org/apache/activemq/transport/failover/FailoverDuplicateTest.*</exclude>
<exclude>org/apache/activemq/transport/vm/VmTransportNetworkBrokerTest.*</exclude>
<exclude>org/apache/activemq/ExpiryHogTest.*</exclude>
<exclude>org/apache/activemq/usecases/BrowseOverNetworkTest.*</exclude>
<exclude>org/apache/activemq/usecases/ExpiredMessagesWithNoConsumerTest.*</exclude>
<exclude>org/apache/kahadb/index/HashIndexTest.*</exclude>
<exclude>org/apache/activemq/broker/ft/MasterSlaveSlaveShutdownTest.*</exclude>
<exclude>org/apache/activemq/broker/ft/DbRestartJDBCQueueTest.*</exclude>
<exclude>org/apache/kahadb/index/BTreeIndexTest.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ2021Test.*</exclude>
<exclude>org/apache/activemq/transport/SoWriteTimeoutTest.*</exclude>
<exclude>org/apache/activemq/usage/StoreUsageTest.*</exclude>
<exclude>org/apache/activemq/MessageEvictionTest.*</exclude>
<exclude>org/apache/activemq/bugs/DurableConsumerTest.*</exclude>
<exclude>org/apache/activemq/store/jdbc/JDBCMessagePriorityTest.*</exclude>
<exclude>org/apache/activemq/proxy/ProxyFailoverTest.*</exclude>
<exclude>org/apache/activemq/usecases/DiscriminatingConsumerLoadTest.*</exclude>
<exclude>org/apache/activemq/usecases/ThreeBrokerVirtualTopicNetworkAMQPATest.*</exclude>
<exclude>org/apache/activemq/usecases/DurableSubscriptionReactivationTest.*</exclude>
<exclude>org/apache/activemq/transport/failover/FailoverComplexClusterTest.*</exclude>
<exclude>org/apache/activemq/usecases/QueueDuplicatesTest.*</exclude>
<exclude>org/apache/activemq/usecases/ThreeBrokerStompTemporaryQueueTest.*</exclude>
<exclude>org/apache/activemq/console/command/AMQJournalToolTest.*</exclude>
<exclude>org/apache/activemq/usecases/TwoBrokerVirtualDestDinamicallyIncludedDestTest.*</exclude>
<exclude>org/apache/activemq/broker/ft/DbRestartJDBCQueueMasterSlaveTest.*</exclude>
<exclude>org/apache/activemq/broker/ft/JDBCQueueMasterSlaveTest.*</exclude>
<exclude>org/apache/activemq/bugs/VMTransportClosureTest.*</exclude>
<exclude>org/apache/activemq/broker/region/cursors/CursorQueueStoreTest.*</exclude>
<exclude>org/apache/activemq/transport/http/HttpClientReconnectTest.*</exclude>
<exclude>org/apache/activemq/store/jdbc/JDBCNetworkBrokerDetachTest.*</exclude>
<exclude>org/apache/activemq/usecases/NetworkOfTwentyBrokersTest.*</exclude>
<exclude>org/apache/activemq/usecases/PublishOnTopicConsumerMessageUsingActivemqXMLTest.*</exclude>
<exclude>org/apache/activemq/camel/component/InvokeRequestReplyUsingJmsReplyToHeaderTest.*</exclude>
<exclude>org/apache/activemq/usecases/AMQ2927Test.*</exclude>
<exclude>org/apache/activemq/network/jms/QueueBridgeXBeanTest.*</exclude>
<exclude>org/apache/activemq/usecases/MultiBrokersMultiClientsTest.*</exclude>
<exclude>org/apache/activemq/network/jms/TopicBridgeXBeanTest.*</exclude>
<exclude>org/apache/activemq/network/jms/TopicBridgeSpringTest.*</exclude>
<exclude>org/apache/activemq/transport/failover/ReconnectTest.*</exclude>
<exclude>org/apache/activemq/network/jms/QueueBridgeTest.*</exclude>
<exclude>org/apache/activemq/usecases/DurableSubscriptionRemoveOfflineTest.*</exclude>
<exclude>org/apache/activemq/broker/scheduler/JobSchedulerStoreTest.*</exclude>
<exclude>org/apache/activemq/PerDestinationStoreLimitTest.*</exclude>
<exclude>org/apache/activemq/transport/discovery/MasterSlaveDiscoveryTest.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ3445Test.*</exclude>
<exclude>org/apache/activemq/usecases/MultiBrokersMultiClientsUsingTcpTest.*</exclude>
<exclude>org/apache/activemq/transport/failover/InitalReconnectDelayTest.*</exclude>
<exclude>org/apache/activemq/transport/failover/FailoverTransactionTest.*</exclude>
<exclude>org/apache/activemq/usecases/DurableSubscriptionUnsubscribeTest.*</exclude>
<exclude>org/apache/activemq/usecases/TwoMulticastDiscoveryBrokerTopicSendReceiveTest.*</exclude>
<exclude>org/apache/activemq/usecases/ClientRebalanceTest.*</exclude>
<exclude>org/apache/activemq/camel/JmsJdbcXATest.*</exclude>
<exclude>org/apache/activemq/store/kahadb/KahaDBTest.*</exclude>
<exclude>org/apache/activemq/broker/jmx/PurgeTest.*</exclude>
<exclude>org/apache/activemq/usecases/DurableConsumerCloseAndReconnectTest.*</exclude>
<exclude>org/apache/activemq/xbean/XBeanXmlTest.*</exclude>
<exclude>org/apache/activemq/usecases/NoDuplicateOnTopicNetworkTest.*</exclude>
<exclude>org/apache/activemq/broker/scheduler/JmsSchedulerTest.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ3625Test.*</exclude>
<exclude>org/apache/activemq/broker/ft/QueueMasterSlaveUsingMasterConnectorElementCompositeQueueTest.*</exclude>
<exclude>org/apache/activemq/store/StorePerDestinationTest.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ3167Test.*</exclude>
<exclude>org/apache/activemq/store/AutoStorePerDestinationTest.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ2982Test.*</exclude>
<exclude>org/apache/activemq/usecases/DurableConsumerCloseAndReconnectTcpTest.*</exclude>
<exclude>org/apache/activemq/bugs/DataFileNotDeletedTest.*</exclude>
<exclude>org/apache/activemq/spring/ParallelXATransactionTest.*</exclude>
<exclude>org/apache/activemq/network/NetworkRestartPlainTest.*</exclude>
<exclude>org/apache/activemq/network/NetworkRestartTest.*</exclude>
<exclude>org/apache/activemq/usecases/NetworkBridgeProducerFlowControlTest.*</exclude>
<exclude>org/apache/activemq/camel/AMQ2611Test.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ3352Test.*</exclude>
<exclude>org/apache/activemq/usecases/DurableSubscriberNonPersistentMessageTest.*</exclude>
<exclude>org/apache/activemq/broker/ft/QueueMasterSlaveTestUsingSharedFileTest.*</exclude>
<exclude>org/apache/activemq/store/kahadb/KahaDBMessagePriorityTest.*</exclude>
<exclude>org/apache/bugs/AMQ1730Test.*</exclude>
<exclude>org/apache/activemq/bugs/ConnectionPerMessageTest.*</exclude>
<exclude>org/apache/activemq/usecases/ThreeBrokerQueueNetworkUsingTcpTest.*</exclude>
<exclude>org/apache/activemq/transport/tcp/SslContextNBrokerServiceTest.*</exclude>
<exclude>org/apache/activemq/usecases/TwoBrokerNetworkConnectorWildcardStaticallyIncludedDestinationTest.*</exclude>
<exclude>org/apache/activemq/usecases/QueueMemoryFullMultiBrokersTest.*</exclude>
<exclude>org/apache/activemq/usecases/ThreeBrokerQueueNetworkTest.*</exclude>
<exclude>org/apache/activemq/transport/TopicClusterTest.*</exclude>
<exclude>org/apache/activemq/usecases/TwoBrokerNetworkConnectorWildcardDynamicallyIncludedDestinationTest.*</exclude>
<exclude>org/apache/activemq/transport/mqtt/MTQQNioTest.*</exclude>
<exclude>org/apache/activemq/transport/mqtt/MQTTTest.*</exclude>
<exclude>org/apache/activemq/ra/FailoverManagedClusterTest.*</exclude>
<exclude>org/apache/activemq/transport/failover/FailoverRedeliveryTransactionTest.*</exclude>
<exclude>org/apache/activemq/transport/QueueClusterTest.*</exclude>
<exclude>org/apache/activemq/usecases/ExpiredMessagesTest.*</exclude>
<exclude>org/apache/activemq/broker/region/cursors/StoreBasedCursorTest.*</exclude>
<exclude>org/apache/activemq/network/DuplexNetworkMBeanTest.*</exclude>
<exclude>org/apache/activemq/usecases/PublishOnQueueConsumedMessageUsingActivemqXMLTest.*</exclude>
<exclude>org/apache/activemq/usecases/SingleBrokerVirtualDestinationsWithWildcardTest.*</exclude>
<exclude>org/apache/activemq/usecases/DurableSubscriptionActivationTest.*</exclude>
<exclude>org/apache/activemq/broker/ft/TopicMasterSlaveTest.*</exclude>
<exclude>org/apache/activemq/usecases/MessageReroutingTest.*</exclude>
<exclude>org/apache/activemq/usecases/ThreeBrokerTempQueueNetworkTest.*</exclude>
<exclude>org/apache/activemq/usecases/CreateLotsOfTemporaryQueuesTest.*</exclude>
<exclude>org/apache/activemq/transport/SoWriteTimeoutClientTest.*</exclude>
<exclude>org/apache/activemq/usecases/TwoBrokerTopicSendReceiveLotsOfMessagesUsingTcpTest.*</exclude>
<exclude>org/apache/activemq/broker/ft/QueueMasterSlaveUsingMasterConnectorElementTest.*</exclude>
<exclude>org/apache/activemq/broker/ft/QueueMasterSlaveTest.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ2401Test.*</exclude>
<exclude>org/apache/activemq/advisory/TempQueueMemoryTest.*</exclude>
<exclude>org/apache/activemq/network/FailoverStaticNetworkTest.*</exclude>
<exclude>org/apache/activemq/usecases/DurableSubscriptionOfflineTest.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ2413Test.*</exclude>
<exclude>org/apache/activemq/transport/stomp/ConnectTest.*</exclude>
<exclude>org/apache/activemq/broker/region/UniquePropertyMessageEvictionStrategyTest.*</exclude>
<exclude>org/apache/activemq/store/jdbc/JDBCCommitExceptionTest.*</exclude>
<exclude>org/apache/activemq/JmsAutoAckListenerTest.*</exclude>
<exclude>org/apache/activemq/advisory/TempDestLoadTest.*</exclude>
<exclude>org/apache/activemq/broker/scheduler/JobSchedulerManagementTest.*</exclude>
<exclude>org/apache/activemq/util/LRUCacheTest.*</exclude>
<exclude>org/apache/activemq/network/SimpleNetworkTest.*</exclude>
<exclude>org/apache/activemq/broker/store/RecoverExpiredMessagesTest.*</exclude>
<exclude>org/apache/activemq/JmsClientAckListenerTest.*</exclude>
<exclude>org/apache/activemq/network/jms/TopicOutboundBridgeReconnectTest.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ3157Test.*</exclude>
<exclude>org/apache/activemq/usecases/TwoBrokerTopicSendReceiveUsingTcpTest.*</exclude>
<exclude>org/apache/activemq/usecases/TwoBrokerTopicSendReceiveTest.*</exclude>
<exclude>org/apache/activemq/ConsumerReceiveWithTimeoutTest.*</exclude>
<exclude>org/apache/activemq/network/jms/QueueOutboundBridgeReconnectTest.*</exclude>
<exclude>org/apache/activemq/usecases/ThreeBrokerTopicNetworkUsingTcpTest.*</exclude>
<exclude>org/apache/activemq/usecases/ThreeBrokerTopicNetworkTest.*</exclude>
<exclude>org/apache/activemq/store/kahadb/KahaDBStoreRecoveryExpiryTest.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ2832Test.*</exclude>
<exclude>org/apache/activemq/RemoveDestinationTest.*</exclude>
<exclude>org/apache/activemq/network/DuplexNetworkTest.*</exclude>
<exclude>org/apache/activemq/network/NetworkBrokerDetachTest.*</exclude>
<exclude>org/apache/activemq/usecases/TwoBrokerTempQueueAdvisoryTest.*</exclude>
<exclude>org/apache/activemq/bugs/JmsTimeoutTest.*</exclude>
<exclude>org/apache/activemq/usecases/TwoBrokerTopicSendReceiveUsingJavaConfigurationTest.*</exclude>
<exclude>org/apache/activemq/broker/region/cursors/StoreQueueCursorJDBCNoDuplicateTest.*</exclude>
<exclude>org/apache/activemq/usecases/MessageGroupCloseTest.*</exclude>
<exclude>org/apache/activemq/bugs/SparseAckReplayAfterStoreCleanupAMQStoreTest.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ2645Test.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ2764Test.*</exclude>
<exclude>org/apache/kahadb/util/DataByteArrayInputStreamTest.*</exclude>
<exclude>org/apache/activemq/usecases/TwoBrokerQueueSendReceiveTest.*</exclude>
<exclude>org/apache/activemq/transport/failover/FailoverClusterTest.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ3529Test.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ2751Test.*</exclude>
<exclude>org/apache/activemq/usecases/DurableUnsubscribeTest.*</exclude>
<exclude>org/apache/activemq/usecases/ConcurrentDestinationCreationTest.*</exclude>
<exclude>org/apache/activemq/usecases/StaticNetworkTest.*</exclude>
<exclude>org/apache/activemq/usecases/StartAndStopBrokerTest.*</exclude>
<exclude>org/apache/activemq/util/DataByteArrayInputStreamTest.*</exclude>
<exclude>org/apache/activemq/broker/JdbcXARecoveryBrokerTest.*</exclude>
<exclude>org/apache/activemq/store/kahadb/KahaDBFastEnqueueTest.*</exclude>
<exclude>org/apache/activemq/broker/virtual/VirtualTopicDLQTest.*</exclude>
<exclude>org/apache/activemq/usecases/ReliableReconnectTest.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ3141Test.*</exclude>
<exclude>org/apache/activemq/usecases/JournalDurableSubscriptionTest.*</exclude>
<exclude>org/apache/activemq/transport/failover/FailoverConsumerOutstandingCommitTest.*</exclude>
<exclude>org/apache/activemq/advisory/MasterSlaveTempQueueMemoryTest.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ2910Test.*</exclude>
<exclude>org/apache/activemq/broker/ft/QueueMasterSlaveSingleUrlTest.*</exclude>
<exclude>org/apache/activemq/usecases/TwoBrokerMessageNotSentToRemoteWhenNoConsumerTest.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ1853Test.*</exclude>
<exclude>org/apache/activemq/usecases/TwoBrokerQueueClientsReconnectTest.*</exclude>
<exclude>org/apache/activemq/bugs/MessageExpirationReaperTest.*</exclude>
<exclude>org/apache/activemq/usecases/NonBlockingConsumerRedeliveryTest.*</exclude>
<exclude>org/apache/activemq/usecases/PublishOnQueueConsumedMessageInTransactionTest.*</exclude>
<exclude>org/apache/activemq/bugs/JMSDurableTopicNoLocalTest.*</exclude>
<exclude>org/apache/activemq/broker/region/DestinationGCTest.*</exclude>
<exclude>org/apache/activemq/web/AjaxTest.*</exclude>
<exclude>org/apache/activemq/usecases/AdvisoryTopicCleanUpTest.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ1917Test.*</exclude>
<exclude>org/apache/activemq/console/command/TestPurgeCommand.*</exclude>
<exclude>org/apache/activemq/OnePrefetchAsyncConsumerTest.*</exclude>
<exclude>org/apache/activemq/usecases/KahaDBDurableSubscriptionTest.*</exclude>
<exclude>org/apache/activemq/usecases/TwoBrokerNetworkLoadBalanceTest.*</exclude>
<exclude>org/apache/activemq/transport/failover/FailoverPrefetchZeroTest.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ2513Test.*</exclude>
<exclude>org/apache/activemq/usecases/TransientQueueRedeliverTest.*</exclude>
<exclude>org/apache/activemq/usecases/TopicRedeliverTest.*</exclude>
<exclude>org/apache/activemq/usecases/QueueRedeliverTest.*</exclude>
<exclude>org/apache/activemq/transport/failover/FailoverTransportBackupsTest.*</exclude>
<exclude>org/apache/activemq/broker/ft/TransactedTopicMasterSlaveTest.*</exclude>
<exclude>org/apache/activemq/usecases/MessageGroupDelayedTest.*</exclude>
<exclude>org/apache/activemq/transport/stomp/StompSslAuthTest.*</exclude>
<exclude>org/apache/activemq/QueueConsumerPriorityTest.*</exclude>
<exclude>org/apache/activemq/transport/failover/FailoverConsumerUnconsumedTest.*</exclude>
<exclude>org/apache/activemq/security/JaasNetworkTest.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ3145Test.*</exclude>
<exclude>org/apache/activemq/broker/policy/AbortSlowConsumerTest.*</exclude>
<exclude>org/apache/activemq/store/jdbc/JDBCXACommitExceptionTest.*</exclude>
<exclude>org/apache/kahadb/index/ListIndexTest.*</exclude>
<exclude>org/apache/activemq/usecases/RequestReplyNoAdvisoryNetworkTest.*</exclude>
<exclude>org/apache/activemq/usecases/JDBCDurableSubscriptionTest.*</exclude>
<exclude>org/apache/activemq/broker/advisory/AdvisoryDuplexNetworkBridgeTest.*</exclude>
<exclude>org/apache/activemq/xbean/JDBCPersistenceXBeanConfigTest.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ3274Test.*</exclude>
<exclude>org/apache/activemq/network/jms/QueueBridgeStandaloneReconnectTest.*</exclude>
<exclude>org/apache/activemq/bugs/MemoryUsageBlockResumeTest.*</exclude>
<exclude>org/apache/activemq/usecases/LargeQueueSparseDeleteTest.*</exclude>
<exclude>org/apache/activemq/network/NetworkReconnectTest.*</exclude>
<exclude>org/apache/activemq/broker/mKahaDBXARecoveryBrokerTest.*</exclude>
<exclude>org/apache/activemq/transport/failover/FailoverUpdateURIsTest.*</exclude>
<exclude>org/apache/activemq/usecases/AMQStackOverFlowTest.*</exclude>
<exclude>org/apache/activemq/camel/component/ActiveMQRouteTest.*</exclude>
<exclude>org/apache/activemq/transport/tcp/InactivityMonitorTest.*</exclude>
<exclude>org/apache/activemq/network/NetworkRemovesSubscriptionsTest.*</exclude>
<exclude>org/apache/activemq/console/command/TestAMQ3410.*</exclude>
<exclude>org/apache/activemq/broker/region/cursors/CursorDurableTest.*</exclude>
<exclude>org/apache/activemq/broker/advisory/AdvisoryNetworkBridgeTest.*</exclude>
<exclude>org/apache/activemq/transport/stomp/StompSslTest.*</exclude>
<exclude>org/apache/activemq/transport/http/HttpSpringTest.*</exclude>
<exclude>org/apache/activemq/transport/discovery/DiscoveryTransportBrokerTest.*</exclude>
<exclude>org/apache/activemq/ActiveMQInputStreamTest.*</exclude>
<exclude>org/apache/activemq/ActiveMQMessageAuditTest.*</exclude>
<exclude>org/apache/activemq/spring/Spring2XmlNamespacesWithoutRemoteSchemaTest.*</exclude>
<exclude>org/apache/activemq/spring/Spring2XmlNamespacesTest.*</exclude>
<exclude>org/apache/activemq/pool/PooledConnectionFactoryMaximumActiveTest.*</exclude>
<exclude>org/apache/activemq/pool/PooledConnectionFactoryTest.*</exclude>
<exclude>org/apache/activemq/network/DemandForwardingBridgeFilterTest.*</exclude>
<exclude>org/apache/activemq/test/message/NestedMapMessageTest.*</exclude>
<exclude>org/apache/activemq/transport/failover/FailoverTimeoutTest.*</exclude>
<exclude>org/apache/activemq/broker/scheduler/JobSchedulerTest.*</exclude>
<exclude>org/apache/activemq/store/kahadb/KahaDBStoreRecoveryBrokerTest.*</exclude>
<exclude>org/apache/activemq/network/jms/TopicBridgeStandaloneReconnectTest.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ3454Test.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ2171Test.*</exclude>
<exclude>org/apache/activemq/broker/RedeliveryRestartTest.*</exclude>
<exclude>org/apache/activemq/store/kahadb/KahaDBStoreTest.*</exclude>
<exclude>org/apache/activemq/TimeStampTest.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ3324Test.*</exclude>
<exclude>org/apache/activemq/config/ConfigTest.*</exclude>
<exclude>org/apache/activemq/usecases/NetworkAsyncStartTest.*</exclude>
<exclude>org/apache/bugs/LoadBalanceTest.*</exclude>
<exclude>org/apache/activemq/kaha/impl/index/hash/HashTest.*</exclude>
<exclude>org/apache/activemq/transport/fanout/FanoutTest.*</exclude>
<exclude>org/apache/activemq/transport/stomp/StompSubscriptionRemoveTest.*</exclude>
<exclude>org/apache/activemq/broker/ReconnectWithJMXEnabledTest.*</exclude>
<exclude>org/apache/activemq/bugs/CraigsBugTest.*</exclude>
<exclude>org/apache/activemq/transport/tcp/SslBrokerServiceTest.*</exclude>
<exclude>org/apache/activemq/test/message/NestedMapAndListPropertyTest.*</exclude>
<exclude>org/apache/activemq/test/JmsTopicSendReceiveWithEmbeddedBrokerAndUserIDTest.*</exclude>
<exclude>org/apache/activemq/broker/XARecoveryBrokerTest.*</exclude>
<exclude>org/apache/activemq/store/jdbc/JDBCPersistenceAdapterTest.*</exclude>
<exclude>org/apache/activemq/transport/fanout/FanoutTransportBrokerTest.*</exclude>
<exclude>org/apache/activemq/BrokerConfigTest.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ2084Test.*</exclude>
<exclude>org/apache/activemq/transport/failover/FailoverRandomTest.*</exclude>
<exclude>org/apache/activemq/console/command/TestAMQ3411.*</exclude>
<exclude>org/apache/activemq/transport/vm/VMTransportWaitForTest.*</exclude>
<exclude>org/apache/activemq/transport/stomp/Stomp11Test.*</exclude>
<exclude>org/apache/activemq/xbean/ConnectorXBeanConfigTest.*</exclude>
<exclude>org/apache/activemq/broker/QueueMbeanRestartTest.*</exclude>
<exclude>org/apache/activemq/store/jdbc/JDBCStoreOrderTest.*</exclude>
<exclude>org/apache/activemq/usecases/JMXRemoveQueueThenSendIgnoredTest.*</exclude>
<exclude>org/apache/activemq/ProducerFlowControlTest.*</exclude>
<exclude>org/apache/activemq/MessageListenerRedeliveryTest.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ2580Test.*</exclude>
<exclude>org/apache/activemq/broker/ft/MasterSlaveProducerFlowControlTest.*</exclude>
<exclude>org/apache/activemq/transport/http/HttpPersistentSendAndReceiveTest.*</exclude>
<exclude>org/apache/activemq/spring/ListenerTest.*</exclude>
<exclude>org/apache/activemq/test/JmsTopicSendReceiveWithTwoConnectionsAndEmbeddedBrokerTest.*</exclude>
<exclude>org/apache/activemq/camel/CamelVMTransportRoutingTest.*</exclude>
<exclude>org/apache/activemq/transport/failover/FailoverTransportBrokerTest.*</exclude>
<exclude>org/apache/activemq/transport/failover/ConnectionHangOnStartupTest.*</exclude>
<exclude>org/apache/activemq/transport/stomp/StompNIOSSLTest.*</exclude>
<exclude>org/apache/activemq/usecases/MessageGroupNewConsumerTest.*</exclude>
<exclude>org/apache/activemq/transport/stomp/StompAdvisoryTest.*</exclude>
<exclude>org/apache/activemq/bugs/amq1095/MessageSelectorTest.*</exclude>
<exclude>org/apache/activemq/web/RestTest.*</exclude>
<exclude>org/apache/activemq/ra/FailoverManagedConnectionTest.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ3436Test.*</exclude>
<exclude>org/apache/activemq/plugin/BrokerStatisticsPluginTest.*</exclude>
<exclude>org/apache/activemq/command/MessageCompressionTest.*</exclude>
<exclude>org/apache/activemq/transport/tcp/SslContextBrokerServiceTest.*</exclude>
<exclude>org/apache/activemq/camel/DlqTest.*</exclude>
<exclude>org/apache/activemq/blob/FilesystemBlobTest.*</exclude>
<exclude>org/apache/activemq/JmsSendReceiveWithMessageExpirationTest.*</exclude>
<exclude>org/apache/activemq/security/LDAPSecurityTest.*</exclude>
<exclude>org/apache/activemq/broker/store/DefaultStoreRecoveryBrokerTest.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ3622Test.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ2200Test.*</exclude>
<exclude>org/apache/activemq/usecases/TopicSubscriptionSlowConsumerTest.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ2364Test.*</exclude>
<exclude>org/apache/activemq/JmsQueueSendReceiveTwoConnectionsStartBeforeBrokerTest.*</exclude>
<exclude>org/apache/activemq/security/XBeanSslContextTest.*</exclude>
<exclude>org/apache/activemq/transport/xmpp/XmppTest.*</exclude>
<exclude>org/apache/activemq/camel/SetHeaderTest.*</exclude>
<exclude>org/apache/activemq/transport/stomp/StompTest.*</exclude>
<exclude>org/apache/activemq/test/rollback/RollbacksWhileConsumingLargeQueueTest.*</exclude>
<exclude>org/apache/activemq/camel/CamelDestinationExclusiveConsumerTest.*</exclude>
<exclude>org/apache/activemq/broker/virtual/VirtualTopicDisconnectSelectorTest.*</exclude>
<exclude>org/apache/activemq/camel/component/AutoExposeQueuesInCamelTest.*</exclude>
<exclude>org/apache/activemq/broker/RecoveryBrokerTest.*</exclude>
<exclude>org/apache/activemq/transport/stomp/StompNIOTest.*</exclude>
<exclude>org/apache/activemq/security/SecurityJMXTest.*</exclude>
<exclude>org/apache/activemq/usecases/StartAndStopClientAndBrokerDoesNotLeaveThreadsRunningTest.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ2213Test.*</exclude>
<exclude>org/apache/activemq/config/BrokerXmlConfigFromJNDITest.*</exclude>
<exclude>org/apache/activemq/camel/component/JmsSimpleRequestReplyTest.*</exclude>
<exclude>org/apache/activemq/broker/jmx/MBeanTest.*</exclude>
<exclude>org/apache/activemq/JmsSendWithAsyncCallbackTest.*</exclude>
<exclude>org/apache/activemq/pool/ConnectionExpiryEvictsFromPoolTest.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ2616Test.*</exclude>
<exclude>org/apache/activemq/JmsDurableTopicSelectorTest.*</exclude>
<exclude>org/apache/activemq/JmsTopicSelectorTest.*</exclude>
<exclude>org/apache/activemq/broker/util/PluginBrokerTest.*</exclude>
<exclude>org/apache/activemq/broker/SpringTest.*</exclude>
<exclude>org/apache/activemq/usecases/AMQStoreDurableSubscriptionTest.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ3841Test.*</exclude>
<exclude>org/apache/activemq/transport/discovery/DiscoveryUriTest.*</exclude>
<exclude>org/apache/activemq/bugs/ActiveMQSlowConsumerManualTest.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ3405Test.*</exclude>
<exclude>org/apache/activemq/transport/http/HttpJmsDurableTopicSendReceiveTest.*</exclude>
<exclude>org/apache/activemq/ConsumerReceiveWithTimeoutTest.*</exclude>
<exclude>org/apache/activemq/CreateConsumerButDontStartConnectionWarningTest.*</exclude>
<exclude>org/apache/activemq/broker/util/TraceBrokerPathPluginTest.*</exclude>
<exclude>org/apache/activemq/ExpiryHogTest.*</exclude>
<exclude>org/apache/activemq/JmsAutoAckListenerTest.*</exclude>
<exclude>org/apache/activemq/JmsClientAckListenerTest.*</exclude>
<exclude>org/apache/activemq/JmsDurableTopicSelectorTest.*</exclude>
<exclude>org/apache/activemq/JmsQueueSendReceiveTwoConnectionsStartBeforeBrokerTest.*</exclude>
<exclude>org/apache/activemq/JmsSendReceiveWithMessageExpirationTest.*</exclude>
<exclude>org/apache/activemq/JmsSendWithAsyncCallbackTest.*</exclude>
<exclude>org/apache/activemq/JmsTopicSelectorTest.*</exclude>
<exclude>org/apache/activemq/MessageEvictionTest.*</exclude>
<exclude>org/apache/activemq/MessageListenerRedeliveryTest.*</exclude>
<exclude>org/apache/activemq/OnePrefetchAsyncConsumerTest.*</exclude>
<exclude>org/apache/activemq/OptimizedAckTest.*</exclude>
<exclude>org/apache/activemq/PerDestinationStoreLimitTest.*</exclude>
<exclude>org/apache/activemq/ProducerFlowControlSendFailTest.*</exclude>
<exclude>org/apache/activemq/ProducerFlowControlTest.*</exclude>
<exclude>org/apache/activemq/QueueConsumerPriorityTest.*</exclude>
<exclude>org/apache/activemq/ReconnectWithSameClientIDTest.*</exclude>
<exclude>org/apache/activemq/RemoveDestinationTest.*</exclude>
<exclude>org/apache/activemq/TimeStampTest.*</exclude>
<exclude>org/apache/activemq/advisory/DestinationListenerTest.*</exclude>
<exclude>org/apache/activemq/transport/discovery/DiscoveryTransportNoBrokerTest.*</exclude>
<exclude>org/apache/activemq/camel/CamelRedeliveryTest.*</exclude>
<exclude>org/apache/activemq/advisory/MasterSlaveTempQueueMemoryTest.*</exclude>
<exclude>org/apache/activemq/advisory/TempDestLoadTest.*</exclude>
<exclude>org/apache/activemq/advisory/TempQueueMemoryTest.*</exclude>
<exclude>org/apache/activemq/blob/FilesystemBlobTest.*</exclude>
<exclude>org/apache/activemq/broker/DoubleSubscriptionTest.*</exclude>
<exclude>org/apache/activemq/broker/JdbcXARecoveryBrokerTest.*</exclude>
<exclude>org/apache/activemq/broker/QueueMbeanRestartTest.*</exclude>
<exclude>org/apache/activemq/broker/ReconnectWithJMXEnabledTest.*</exclude>
<exclude>org/apache/activemq/broker/RecoveryBrokerTest.*</exclude>
<exclude>org/apache/activemq/broker/RedeliveryRestartTest.*</exclude>
<exclude>org/apache/activemq/broker/SpringTest.*</exclude>
<exclude>org/apache/activemq/broker/XARecoveryBrokerTest.*</exclude>
<exclude>org/apache/activemq/broker/advisory/AdvisoryDuplexNetworkBridgeTest.*</exclude>
<exclude>org/apache/activemq/broker/advisory/AdvisoryNetworkBridgeTest.*</exclude>
<exclude>org/apache/activemq/broker/ft/DbRestartJDBCQueueMasterSlaveTest.*</exclude>
<exclude>org/apache/activemq/broker/ft/DbRestartJDBCQueueTest.*</exclude>
<exclude>org/apache/activemq/broker/ft/JDBCQueueMasterSlaveTest.*</exclude>
<exclude>org/apache/activemq/broker/ft/MasterSlaveProducerFlowControlTest.*</exclude>
<exclude>org/apache/activemq/broker/ft/MasterSlaveSlaveDieTest.*</exclude>
<exclude>org/apache/activemq/broker/ft/MasterSlaveSlaveShutdownTest.*</exclude>
<exclude>org/apache/activemq/broker/ft/QueueMasterSlaveSingleUrlTest.*</exclude>
<exclude>org/apache/activemq/broker/ft/QueueMasterSlaveTest.*</exclude>
<exclude>org/apache/activemq/broker/ft/QueueMasterSlaveTestUsingSharedFileTest.*</exclude>
<exclude>org/apache/activemq/broker/ft/QueueMasterSlaveUsingMasterConnectorElementCompositeQueueTest.*</exclude>
<exclude>org/apache/activemq/broker/ft/QueueMasterSlaveUsingMasterConnectorElementTest.*</exclude>
<exclude>org/apache/activemq/broker/ft/TopicMasterSlaveTest.*</exclude>
<exclude>org/apache/activemq/broker/ft/TransactedTopicMasterSlaveTest.*</exclude>
<exclude>org/apache/activemq/broker/jmx/MBeanTest.*</exclude>
<exclude>org/apache/activemq/broker/jmx/PurgeTest.*</exclude>
<exclude>org/apache/activemq/broker/mKahaDBXARecoveryBrokerTest.*</exclude>
<exclude>org/apache/activemq/broker/policy/AbortSlowConsumerTest.*</exclude>
<exclude>org/apache/activemq/broker/region/DestinationGCTest.*</exclude>
<exclude>org/apache/activemq/broker/region/DestinationRemoveRestartTest.*</exclude>
<exclude>org/apache/activemq/broker/region/QueueDuplicatesFromStoreTest.*</exclude>
<exclude>org/apache/activemq/broker/region/UniquePropertyMessageEvictionStrategyTest.*</exclude>
<exclude>org/apache/activemq/broker/region/cursors/CursorDurableTest.*</exclude>
<exclude>org/apache/activemq/broker/region/cursors/CursorQueueStoreTest.*</exclude>
<exclude>org/apache/activemq/broker/region/cursors/FilePendingMessageCursorTest.*</exclude>
<exclude>org/apache/activemq/broker/region/cursors/NegativeQueueTest.*</exclude>
<exclude>org/apache/activemq/broker/region/cursors/StoreBasedCursorTest.*</exclude>
<exclude>org/apache/activemq/broker/region/cursors/StoreQueueCursorJDBCNoDuplicateTest.*</exclude>
<exclude>org/apache/activemq/broker/scheduler/JmsCronSchedulerTest.*</exclude>
<exclude>org/apache/activemq/broker/scheduler/JmsSchedulerTest.*</exclude>
<exclude>org/apache/activemq/broker/scheduler/JobSchedulerManagementTest.*</exclude>
<exclude>org/apache/activemq/broker/scheduler/JobSchedulerStoreTest.*</exclude>
<exclude>org/apache/activemq/broker/scheduler/JobSchedulerTest.*</exclude>
<exclude>org/apache/activemq/broker/store/DefaultStoreRecoveryBrokerTest.*</exclude>
<exclude>org/apache/activemq/broker/store/RecoverExpiredMessagesTest.*</exclude>
<exclude>org/apache/activemq/broker/util/PluginBrokerTest.*</exclude>
<exclude>org/apache/activemq/broker/util/TraceBrokerPathPluginTest.*</exclude>
<exclude>org/apache/activemq/broker/virtual/CompositeTopicTest.*</exclude>
<exclude>org/apache/activemq/broker/virtual/FilteredQueueTest.*</exclude>
<exclude>org/apache/activemq/broker/virtual/MirroredQueueCorrectMemoryUsageTest.*</exclude>
<exclude>org/apache/activemq/broker/virtual/VirtualTopicDLQTest.*</exclude>
<exclude>org/apache/activemq/broker/virtual/VirtualTopicDisconnectSelectorTest.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ1687Test.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ1853Test.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ1893Test.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ1917Test.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ1936Test.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ2021Test.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ2084Test.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ2149KahaDBTest.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ2149Test.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ2171Test.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ2183Test.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ2200Test.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ2213Test.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ2314Test.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ2356Test.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ2364Test.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ2401Test.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ2413Test.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ2439Test.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ2489Test.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ2512Test.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ2513Test.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ2580Test.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ2584ConcurrentDlqTest.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ2584Test.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ2616Test.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ2645Test.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ2751Test.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ2764Test.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ2832Test.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ2870Test.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ2910Test.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ2982Test.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ2983Test.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ3120Test.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ3140Test.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ3141Test.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ3145Test.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ3157Test.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ3167Test.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ3274Test.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ3324Test.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ3352Test.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ3405Test.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ3436Test.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ3445Test.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ3454Test.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ3529Test.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ3567Test.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ3622Test.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ3625Test.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ3674Test.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ3675Test.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ3678Test.*</exclude>
<exclude>org/apache/activemq/camel/component/JournalRouteTest.*</exclude>
<exclude>org/apache/activemq/ProducerFlowControlSendFailTest.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ3674Test.*</exclude>
<exclude>org/apache/activemq/broker/region/cursors/FilePendingMessageCursorTest.*</exclude>
<exclude>org/apache/activemq/transport/stomp/StompTelnetTest.*</exclude>
<exclude>org/apache/activemq/network/NetworkConnectionsTest.*</exclude>
<exclude>org/apache/activemq/broker/virtual/FilteredQueueTest.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ1687Test.*</exclude>
<exclude>org/apache/activemq/broker/virtual/CompositeTopicTest.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ3732Test.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ3841Test.*</exclude>
<exclude>org/apache/activemq/bugs/ActiveMQSlowConsumerManualTest.*</exclude>
<exclude>org/apache/activemq/bugs/ConnectionPerMessageTest.*</exclude>
<exclude>org/apache/activemq/bugs/CraigsBugTest.*</exclude>
<exclude>org/apache/activemq/bugs/DataFileNotDeletedTest.*</exclude>
<exclude>org/apache/activemq/bugs/DoubleExpireTest.*</exclude>
<exclude>org/apache/activemq/bugs/DurableConsumerTest.*</exclude>
<exclude>org/apache/activemq/bugs/JMSDurableTopicNoLocalTest.*</exclude>
<exclude>org/apache/activemq/bugs/JmsDurableTopicSlowReceiveTest.*</exclude>
<exclude>org/apache/activemq/bugs/JmsTimeoutTest.*</exclude>
<exclude>org/apache/activemq/bugs/MemoryUsageBlockResumeTest.*</exclude>
<exclude>org/apache/activemq/bugs/MemoryUsageCleanupTest.*</exclude>
<exclude>org/apache/activemq/bugs/MessageExpirationReaperTest.*</exclude>
<exclude>org/apache/activemq/bugs/MissingDataFileTest.*</exclude>
<exclude>org/apache/activemq/bugs/QueueWorkerPrefetchTest.*</exclude>
<exclude>org/apache/activemq/transport/vm/VMTransportBrokerNameTest.*</exclude>
<exclude>org/apache/activemq/broker/DoubleSubscriptionTest.*</exclude>
<exclude>org/apache/activemq/ActiveMQInputStreamTest.*</exclude>
<exclude>org/apache/activemq/OptimizedAckTest.*</exclude>
<exclude>org/apache/activemq/ReconnectWithSameClientIDTest.*</exclude>
<exclude>org/apache/activemq/bugs/AMQ2489Test.*</exclude>
<exclude>org/apache/activemq/bugs/SlowConsumerTest.*</exclude>
<exclude>org/apache/activemq/bugs/SparseAckReplayAfterStoreCleanupAMQStoreTest.*</exclude>
<exclude>org/apache/activemq/bugs/TempStorageBlockedBrokerTest.*</exclude>
<exclude>org/apache/activemq/bugs/TempStoreDataCleanupTest.*</exclude>
<exclude>org/apache/activemq/bugs/VMTransportClosureTest.*</exclude>
<exclude>org/apache/activemq/bugs/amq1095/MessageSelectorTest.*</exclude>
<exclude>org/apache/activemq/camel/AMQ2611Test.*</exclude>
<exclude>org/apache/activemq/camel/CamelDestinationExclusiveConsumerTest.*</exclude>
<exclude>org/apache/activemq/camel/CamelRedeliveryTest.*</exclude>
<exclude>org/apache/activemq/camel/CamelVMTransportRoutingTest.*</exclude>
<exclude>org/apache/activemq/camel/DlqTest.*</exclude>
<exclude>org/apache/activemq/camel/JmsJdbcXATest.*</exclude>
<exclude>org/apache/activemq/camel/SetHeaderTest.*</exclude>
<exclude>org/apache/activemq/camel/TransactedConsumeTest.*</exclude>
<exclude>org/apache/activemq/camel/component/ActiveMQJmsHeaderRouteTest.*</exclude>
<exclude>org/apache/activemq/util/HttpBlobTest.*</exclude>
<exclude>org/apache/activemq/usecases/ConsumeUncompressedCompressedMessageTest.*</exclude>
<exclude>org/apache/activemq/broker/region/DestinationRemoveRestartTest.*</exclude>
<exclude>org/apache/activemq/store/jdbc/JDBCStoreBrokerTest.*</exclude>
<exclude>org/apache/activemq/broker/ft/MasterSlaveSlaveDieTest.*</exclude>
<exclude>org/apache/activemq/camel/component/ActiveMQRouteTest.*</exclude>
<exclude>org/apache/activemq/camel/component/AutoExposeQueuesInCamelTest.*</exclude>
<exclude>org/apache/activemq/camel/component/InvokeRequestReplyUsingJmsReplyToHeaderTest.*</exclude>
<exclude>org/apache/activemq/camel/component/JmsSimpleRequestReplyTest.*</exclude>
<exclude>org/apache/activemq/camel/component/JournalRouteTest.*</exclude>
<exclude>org/apache/activemq/command/MessageCompressionTest.*</exclude>
<exclude>org/apache/activemq/config/BrokerXmlConfigFromJNDITest.*</exclude>
<exclude>org/apache/activemq/config/ConfigTest.*</exclude>
<exclude>org/apache/activemq/console/command/AMQJournalToolTest.*</exclude>
<exclude>org/apache/activemq/console/command/TestAMQ3410.*</exclude>
<exclude>org/apache/activemq/console/command/TestAMQ3411.*</exclude>
<exclude>org/apache/activemq/console/command/TestPurgeCommand.*</exclude>
<exclude>org/apache/activemq/kaha/LoadTest.*</exclude>
<exclude>org/apache/activemq/kaha/impl/index/hash/HashTest.*</exclude>
<exclude>org/apache/activemq/network/DemandForwardingBridgeFilterTest.*</exclude>
<exclude>org/apache/activemq/network/DuplexNetworkMBeanTest.*</exclude>
<exclude>org/apache/activemq/network/DuplexNetworkTest.*</exclude>
<exclude>org/apache/activemq/network/FailoverStaticNetworkTest.*</exclude>
<exclude>org/apache/activemq/network/NetworkBrokerDetachTest.*</exclude>
<exclude>org/apache/activemq/network/NetworkConnectionsTest.*</exclude>
<exclude>org/apache/activemq/network/NetworkLoadTest.*</exclude>
<exclude>org/apache/activemq/network/NetworkReconnectTest.*</exclude>
<exclude>org/apache/activemq/network/NetworkRemovesSubscriptionsTest.*</exclude>
<exclude>org/apache/activemq/network/NetworkRestartPlainTest.*</exclude>
<exclude>org/apache/activemq/network/NetworkRestartTest.*</exclude>
<exclude>org/apache/activemq/network/SimpleNetworkTest.*</exclude>
<exclude>org/apache/activemq/network/jms/QueueBridgeStandaloneReconnectTest.*</exclude>
<exclude>org/apache/activemq/network/jms/QueueBridgeTest.*</exclude>
<exclude>org/apache/activemq/network/jms/QueueBridgeXBeanTest.*</exclude>
<exclude>org/apache/activemq/network/jms/QueueOutboundBridgeReconnectTest.*</exclude>
<exclude>org/apache/activemq/network/jms/TopicBridgeSpringTest.*</exclude>
<exclude>org/apache/activemq/network/jms/TopicBridgeStandaloneReconnectTest.*</exclude>
<exclude>org/apache/activemq/network/jms/TopicBridgeXBeanTest.*</exclude>
<exclude>org/apache/activemq/network/jms/TopicOutboundBridgeReconnectTest.*</exclude>
<exclude>org/apache/activemq/plugin/BrokerStatisticsPluginTest.*</exclude>
<exclude>org/apache/activemq/pool/ConnectionExpiryEvictsFromPoolTest.*</exclude>
<exclude>org/apache/activemq/pool/PooledConnectionFactoryMaximumActiveTest.*</exclude>
<exclude>org/apache/activemq/pool/PooledConnectionFactoryTest.*</exclude>
<exclude>org/apache/activemq/proxy/ProxyFailoverTest.*</exclude>
<exclude>org/apache/activemq/ra/FailoverManagedClusterTest.*</exclude>
<exclude>org/apache/activemq/ra/FailoverManagedConnectionTest.*</exclude>
<exclude>org/apache/activemq/security/JaasNetworkTest.*</exclude>
<exclude>org/apache/activemq/security/LDAPSecurityTest.*</exclude>
<exclude>org/apache/activemq/security/SecurityJMXTest.*</exclude>
<exclude>org/apache/activemq/security/XBeanSecurityWithGuestNoCredentialsOnlyTest.*</exclude>
<exclude>org/apache/activemq/security/XBeanSslContextTest.*</exclude>
<exclude>org/apache/activemq/spring/ListenerTest.*</exclude>
<exclude>org/apache/activemq/spring/ParallelXATransactionTest.*</exclude>
<exclude>org/apache/activemq/spring/Spring2XmlNamespacesTest.*</exclude>
<exclude>org/apache/activemq/spring/Spring2XmlNamespacesWithoutRemoteSchemaTest.*</exclude>
<exclude>org/apache/activemq/store/AutoStorePerDestinationTest.*</exclude>
<exclude>org/apache/activemq/store/StorePerDestinationTest.*</exclude>
<exclude>org/apache/activemq/store/jdbc/JDBCCommitExceptionTest.*</exclude>
<exclude>org/apache/activemq/store/jdbc/JDBCMessagePriorityTest.*</exclude>
<exclude>org/apache/activemq/store/jdbc/JDBCNegativeQueueTest.*</exclude>
<exclude>org/apache/activemq/store/jdbc/JDBCNetworkBrokerDetachTest.*</exclude>
<exclude>org/apache/activemq/store/jdbc/JDBCPersistenceAdapterTest.*</exclude>
<exclude>org/apache/activemq/store/jdbc/JDBCStoreBrokerTest.*</exclude>
<exclude>org/apache/activemq/store/jdbc/JDBCStoreOrderTest.*</exclude>
<exclude>org/apache/activemq/store/jdbc/JDBCXACommitExceptionTest.*</exclude>
<exclude>org/apache/activemq/store/kahadb/KahaDBFastEnqueueTest.*</exclude>
<exclude>org/apache/activemq/store/kahadb/KahaDBMessagePriorityTest.*</exclude>
<exclude>org/apache/activemq/store/kahadb/KahaDBStoreRecoveryBrokerTest.*</exclude>
<exclude>org/apache/activemq/store/kahadb/KahaDBStoreRecoveryExpiryTest.*</exclude>
<exclude>org/apache/activemq/store/kahadb/KahaDBStoreTest.*</exclude>
<exclude>org/apache/activemq/store/kahadb/KahaDBTest.*</exclude>
<exclude>org/apache/activemq/store/kahadb/KahaDBVersionTest.*</exclude>
<exclude>org/apache/activemq/store/kahadb/plist/PListTest.*</exclude>
<exclude>org/apache/activemq/test/JmsTopicSendReceiveWithEmbeddedBrokerAndUserIDTest.*</exclude>
<exclude>org/apache/activemq/test/JmsTopicSendReceiveWithTwoConnectionsAndEmbeddedBrokerTest.*</exclude>
<exclude>org/apache/activemq/test/message/NestedMapAndListPropertyTest.*</exclude>
<exclude>org/apache/activemq/test/message/NestedMapMessageTest.*</exclude>
<exclude>org/apache/activemq/test/rollback/RollbacksWhileConsumingLargeQueueTest.*</exclude>
<exclude>org/apache/activemq/transport/QueueClusterTest.*</exclude>
<exclude>org/apache/activemq/transport/SoWriteTimeoutClientTest.*</exclude>
<exclude>org/apache/activemq/transport/SoWriteTimeoutTest.*</exclude>
<exclude>org/apache/activemq/transport/TopicClusterTest.*</exclude>
<exclude>org/apache/activemq/transport/discovery/DiscoveryNetworkReconnectTest.*</exclude>
<exclude>org/apache/activemq/transport/discovery/DiscoveryTransportBrokerTest.*</exclude>
<exclude>org/apache/activemq/transport/discovery/DiscoveryTransportNoBrokerTest.*</exclude>
<exclude>org/apache/activemq/transport/discovery/DiscoveryUriTest.*</exclude>
<exclude>org/apache/activemq/transport/discovery/MasterSlaveDiscoveryTest.*</exclude>
<exclude>org/apache/activemq/transport/failover/AMQ1925Test.*</exclude>
<exclude>org/apache/activemq/transport/failover/ConnectionHangOnStartupTest.*</exclude>
<exclude>org/apache/activemq/transport/failover/FailoverClusterTest.*</exclude>
<exclude>org/apache/activemq/transport/failover/FailoverComplexClusterTest.*</exclude>
<exclude>org/apache/activemq/transport/failover/FailoverConsumerOutstandingCommitTest.*</exclude>
<exclude>org/apache/activemq/transport/failover/FailoverConsumerUnconsumedTest.*</exclude>
<exclude>org/apache/activemq/transport/failover/FailoverDuplicateTest.*</exclude>
<exclude>org/apache/activemq/transport/failover/FailoverPrefetchZeroTest.*</exclude>
<exclude>org/apache/activemq/transport/failover/FailoverPriorityTest.*</exclude>
<exclude>org/apache/activemq/transport/failover/FailoverRandomTest.*</exclude>
<exclude>org/apache/activemq/transport/failover/FailoverRedeliveryTransactionTest.*</exclude>
<exclude>org/apache/activemq/transport/failover/FailoverTimeoutTest.*</exclude>
<exclude>org/apache/activemq/transport/failover/FailoverTransactionTest.*</exclude>
<exclude>org/apache/activemq/transport/failover/FailoverTransportBackupsTest.*</exclude>
<exclude>org/apache/activemq/transport/failover/FailoverTransportBrokerTest.*</exclude>
<exclude>org/apache/activemq/transport/failover/FailoverUpdateURIsTest.*</exclude>
<exclude>org/apache/activemq/transport/failover/InitalReconnectDelayTest.*</exclude>
<exclude>org/apache/activemq/transport/failover/ReconnectTest.*</exclude>
<exclude>org/apache/activemq/transport/fanout/FanoutTest.*</exclude>
<exclude>org/apache/activemq/transport/fanout/FanoutTransportBrokerTest.*</exclude>
<exclude>org/apache/activemq/transport/http/HttpClientReconnectTest.*</exclude>
<exclude>org/apache/activemq/transport/http/HttpJmsDurableTopicSendReceiveTest.*</exclude>
<exclude>org/apache/activemq/transport/http/HttpPersistentSendAndReceiveTest.*</exclude>
<exclude>org/apache/activemq/transport/http/HttpSpringTest.*</exclude>
<exclude>org/apache/activemq/transport/mqtt/MQTTTest.*</exclude>
<exclude>org/apache/activemq/transport/mqtt/MTQQNioTest.*</exclude>
<exclude>org/apache/activemq/transport/stomp/ConnectTest.*</exclude>
<exclude>org/apache/activemq/transport/stomp/Stomp11Test.*</exclude>
<exclude>org/apache/activemq/transport/stomp/StompAdvisoryTest.*</exclude>
<exclude>org/apache/activemq/transport/stomp/StompLoadTest.*</exclude>
<exclude>org/apache/activemq/transport/stomp/StompNIOLoadTest.*</exclude>
<exclude>org/apache/activemq/transport/stomp/StompNIOSSLLoadTest.*</exclude>
<exclude>org/apache/activemq/transport/stomp/StompNIOSSLTest.*</exclude>
<exclude>org/apache/activemq/transport/stomp/StompNIOTest.*</exclude>
<exclude>org/apache/activemq/transport/stomp/StompSSLLoadTest.*</exclude>
<exclude>org/apache/activemq/transport/stomp/StompSslAuthTest.*</exclude>
<exclude>org/apache/activemq/transport/stomp/StompSslTest.*</exclude>
<exclude>org/apache/activemq/transport/stomp/StompSubscriptionRemoveTest.*</exclude>
<exclude>org/apache/activemq/transport/stomp/StompTelnetTest.*</exclude>
<exclude>org/apache/activemq/transport/stomp/StompTest.*</exclude>
<exclude>org/apache/activemq/transport/stomp/StompVirtualTopicTest.*</exclude>
<exclude>org/apache/activemq/transport/tcp/InactivityMonitorTest.*</exclude>
<exclude>org/apache/activemq/transport/tcp/SslBrokerServiceTest.*</exclude>
<exclude>org/apache/activemq/transport/tcp/SslContextBrokerServiceTest.*</exclude>
<exclude>org/apache/activemq/transport/tcp/SslContextNBrokerServiceTest.*</exclude>
<exclude>org/apache/activemq/transport/vm/VMTransportBrokerNameTest.*</exclude>
<exclude>org/apache/activemq/transport/vm/VMTransportWaitForTest.*</exclude>
<exclude>org/apache/activemq/transport/vm/VmTransportNetworkBrokerTest.*</exclude>
<exclude>org/apache/activemq/transport/xmpp/XmppTest.*</exclude>
<exclude>org/apache/activemq/usage/StoreUsageTest.*</exclude>
<exclude>org/apache/activemq/usecases/AMQ2927Test.*</exclude>
<exclude>org/apache/activemq/usecases/AMQStackOverFlowTest.*</exclude>
<exclude>org/apache/activemq/usecases/AMQStoreDurableSubscriptionTest.*</exclude>
<exclude>org/apache/activemq/usecases/AdvisoryTopicCleanUpTest.*</exclude>
<exclude>org/apache/activemq/usecases/BrowseOverNetworkTest.*</exclude>
<exclude>org/apache/activemq/usecases/ClientRebalanceTest.*</exclude>
<exclude>org/apache/activemq/usecases/CompositePublishTest.*</exclude>
<exclude>org/apache/activemq/usecases/ConcurrentDestinationCreationTest.*</exclude>
<exclude>org/apache/activemq/usecases/ConcurrentProducerDurableConsumerTest.*</exclude>
<exclude>org/apache/activemq/usecases/ConcurrentProducerQueueConsumerTest.*</exclude>
<exclude>org/apache/activemq/usecases/ConsumeUncompressedCompressedMessageTest.*</exclude>
<exclude>org/apache/activemq/usecases/CreateLotsOfTemporaryQueuesTest.*</exclude>
<exclude>org/apache/activemq/usecases/DiscriminatingConsumerLoadTest.*</exclude>
<exclude>org/apache/activemq/usecases/DispatchMultipleConsumersTest.*</exclude>
<exclude>org/apache/activemq/usecases/DurableConsumerCloseAndReconnectTcpTest.*</exclude>
<exclude>org/apache/activemq/usecases/DurableConsumerCloseAndReconnectTest.*</exclude>
<exclude>org/apache/activemq/usecases/DurableSubDelayedUnsubscribeTest.*</exclude>
<exclude>org/apache/activemq/usecases/DurableSubProcessMultiRestartTest.*</exclude>
<exclude>org/apache/activemq/usecases/DurableSubProcessTest.*</exclude>
<exclude>org/apache/activemq/usecases/DurableSubSelectorDelayTest.*</exclude>
<exclude>org/apache/activemq/usecases/DurableSubSelectorDelayWithRestartTest.*</exclude>
<exclude>org/apache/activemq/usecases/DurableSubscriberNonPersistentMessageTest.*</exclude>
<exclude>org/apache/activemq/usecases/DurableSubscriberWithNetworkDisconnectTest.*</exclude>
<exclude>org/apache/activemq/usecases/DurableSubscriptionActivationTest.*</exclude>
<exclude>org/apache/activemq/usecases/DurableSubscriptionOfflineTest.*</exclude>
<exclude>org/apache/activemq/usecases/DurableSubscriptionReactivationTest.*</exclude>
<exclude>org/apache/activemq/usecases/DurableSubscriptionRemoveOfflineTest.*</exclude>
<exclude>org/apache/activemq/usecases/DurableSubscriptionSelectorTest.*</exclude>
<exclude>org/apache/activemq/usecases/DurableSubscriptionUnsubscribeTest.*</exclude>
<exclude>org/apache/activemq/usecases/DurableUnsubscribeTest.*</exclude>
<exclude>org/apache/activemq/usecases/ExpiredMessagesTest.*</exclude>
<exclude>org/apache/activemq/usecases/ExpiredMessagesWithNoConsumerTest.*</exclude>
<exclude>org/apache/activemq/usecases/JDBCDurableSubscriptionTest.*</exclude>
<exclude>org/apache/activemq/usecases/JMXRemoveQueueThenSendIgnoredTest.*</exclude>
<exclude>org/apache/activemq/usecases/JdbcDurableSubDupTest.*</exclude>
<exclude>org/apache/activemq/usecases/JournalDurableSubscriptionTest.*</exclude>
<exclude>org/apache/activemq/usecases/KahaDBDurableSubscriptionTest.*</exclude>
<exclude>org/apache/activemq/usecases/LargeQueueSparseDeleteTest.*</exclude>
<exclude>org/apache/activemq/usecases/MessageGroupCloseTest.*</exclude>
<exclude>org/apache/activemq/usecases/MessageGroupDelayedTest.*</exclude>
<exclude>org/apache/activemq/usecases/MessageGroupNewConsumerTest.*</exclude>
<exclude>org/apache/activemq/usecases/MessageReroutingTest.*</exclude>
<exclude>org/apache/activemq/usecases/MultiBrokersMultiClientsTest.*</exclude>
<exclude>org/apache/activemq/usecases/MultiBrokersMultiClientsUsingTcpTest.*</exclude>
<exclude>org/apache/activemq/usecases/MulticastDiscoveryOnFaultyNetworkTest.*</exclude>
<exclude>org/apache/activemq/usecases/NetworkAsyncStartTest.*</exclude>
<exclude>org/apache/activemq/usecases/NetworkBridgeProducerFlowControlTest.*</exclude>
<exclude>org/apache/activemq/usecases/NetworkOfTwentyBrokersTest.*</exclude>
<exclude>org/apache/activemq/usecases/NoDuplicateOnTopicNetworkTest.*</exclude>
<exclude>org/apache/activemq/usecases/NonBlockingConsumerRedeliveryTest.*</exclude>
<exclude>org/apache/activemq/usecases/PublishOnQueueConsumedMessageInTransactionTest.*</exclude>
<exclude>org/apache/activemq/usecases/PublishOnQueueConsumedMessageUsingActivemqXMLTest.*</exclude>
<exclude>org/apache/activemq/usecases/PublishOnTopicConsumedMessageTest.*</exclude>
<exclude>org/apache/activemq/usecases/PublishOnTopicConsumerMessageUsingActivemqXMLTest.*</exclude>
<exclude>org/apache/activemq/usecases/QueueDuplicatesTest.*</exclude>
<exclude>org/apache/activemq/usecases/QueueMemoryFullMultiBrokersTest.*</exclude>
<exclude>org/apache/activemq/usecases/QueueRedeliverTest.*</exclude>
<exclude>org/apache/activemq/usecases/ReliableReconnectTest.*</exclude>
<exclude>org/apache/activemq/usecases/RequestReplyNoAdvisoryNetworkTest.*</exclude>
<exclude>org/apache/activemq/usecases/SingleBrokerVirtualDestinationsWithWildcardTest.*</exclude>
<exclude>org/apache/activemq/usecases/StartAndStopBrokerTest.*</exclude>
<exclude>org/apache/activemq/usecases/StartAndStopClientAndBrokerDoesNotLeaveThreadsRunningTest.*</exclude>
<exclude>org/apache/activemq/usecases/StaticNetworkTest.*</exclude>
<exclude>org/apache/activemq/usecases/TempTopicProducerFlowControlTest.*</exclude>
<exclude>org/apache/activemq/usecases/ThreeBrokerQueueNetworkTest.*</exclude>
<exclude>org/apache/activemq/usecases/ThreeBrokerQueueNetworkUsingTcpTest.*</exclude>
<exclude>org/apache/activemq/usecases/ThreeBrokerStompTemporaryQueueTest.*</exclude>
<exclude>org/apache/activemq/usecases/ThreeBrokerTempQueueNetworkTest.*</exclude>
<exclude>org/apache/activemq/usecases/ThreeBrokerTopicNetworkTest.*</exclude>
<exclude>org/apache/activemq/usecases/ThreeBrokerTopicNetworkUsingTcpTest.*</exclude>
<exclude>org/apache/activemq/usecases/ThreeBrokerVirtualTopicNetworkAMQPATest.*</exclude>
<exclude>org/apache/activemq/usecases/ThreeBrokerVirtualTopicNetworkTest.*</exclude>
<exclude>org/apache/activemq/usecases/TopicProducerFlowControlTest.*</exclude>
<exclude>org/apache/activemq/usecases/TopicRedeliverTest.*</exclude>
<exclude>org/apache/activemq/usecases/TopicReplicationTest.*</exclude>
<exclude>org/apache/activemq/usecases/TopicSubscriptionSlowConsumerTest.*</exclude>
<exclude>org/apache/activemq/usecases/TransientQueueRedeliverTest.*</exclude>
<exclude>org/apache/activemq/usecases/TwoBrokerMessageNotSentToRemoteWhenNoConsumerTest.*</exclude>
<exclude>org/apache/activemq/usecases/TwoBrokerNetworkConnectorWildcardDynamicallyIncludedDestinationTest.*</exclude>
<exclude>org/apache/activemq/usecases/TwoBrokerNetworkConnectorWildcardStaticallyIncludedDestinationTest.*</exclude>
<exclude>org/apache/activemq/usecases/TwoBrokerNetworkLoadBalanceTest.*</exclude>
<exclude>org/apache/activemq/usecases/TwoBrokerQueueClientsReconnectTest.*</exclude>
<exclude>org/apache/activemq/usecases/TwoBrokerQueueSendReceiveTest.*</exclude>
<exclude>org/apache/activemq/usecases/TwoBrokerTempQueueAdvisoryTest.*</exclude>
<exclude>org/apache/activemq/usecases/TwoBrokerTopicSendReceiveLotsOfMessagesUsingTcpTest.*</exclude>
<exclude>org/apache/activemq/usecases/TwoBrokerTopicSendReceiveTest.*</exclude>
<exclude>org/apache/activemq/usecases/TwoBrokerTopicSendReceiveUsingJavaConfigurationTest.*</exclude>
<exclude>org/apache/activemq/usecases/TwoBrokerTopicSendReceiveUsingTcpTest.*</exclude>
<exclude>org/apache/activemq/usecases/TwoBrokerVirtualDestDinamicallyIncludedDestTest.*</exclude>
<exclude>org/apache/activemq/usecases/TwoMulticastDiscoveryBrokerTopicSendReceiveTest.*</exclude>
<exclude>org/apache/activemq/usecases/UnlimitedEnqueueTest.*</exclude>
<exclude>org/apache/activemq/util/DataByteArrayInputStreamTest.*</exclude>
<exclude>org/apache/activemq/util/HttpBlobTest.*</exclude>
<exclude>org/apache/activemq/util/LRUCacheTest.*</exclude>
<exclude>org/apache/activemq/web/AjaxTest.*</exclude>
<exclude>org/apache/activemq/web/RestTest.*</exclude>
<exclude>org/apache/activemq/xbean/ConnectorXBeanConfigTest.*</exclude>
<exclude>org/apache/activemq/xbean/JDBCPersistenceXBeanConfigTest.*</exclude>
<exclude>org/apache/activemq/xbean/XBeanXmlTest.*</exclude>
<exclude>org/apache/bugs/AMQ1730Test.*</exclude>
<exclude>org/apache/bugs/LoadBalanceTest.*</exclude>
<exclude>org/apache/kahadb/index/BTreeIndexTest.*</exclude>
<exclude>org/apache/kahadb/index/HashIndexTest.*</exclude>
<exclude>org/apache/kahadb/index/ListIndexTest.*</exclude>
<exclude>org/apache/kahadb/util/DataByteArrayInputStreamTest.*</exclude>
</excludes>
</configuration>
</plugin>

View File

@ -111,10 +111,6 @@
<groupId>${project.groupId}</groupId>
<artifactId>activemq-run</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>kahadb</artifactId>
</dependency>
<!-- camel -->
<dependency>

View File

@ -1,24 +0,0 @@
=======================================================================
KahaDB : An Embedded Lightweight Non-Relational Database
=======================================================================
Goals:
* Provide a simple collections based interface for storing persistent
data.
* Provide a lower level key value interface for storing data. Secondary
keys should be supported.
* Fast recovery
Status:
* Moved the org.apache.activemq.kaha package into this module
and renamed it as org.apache.kahadb
* Moved a refactored version of the low level indexing logic
used by Apache xindice to the org.apache.kahadb.xindice page.
TODO:
* None of our current index support fast recovery. They suffer
from partial page write failures so on a crash, they have
to be fully rebuilt from the data logs.
* Indexes should know what the last transaction id that updated
it, so that missing operations can be replayed.
* Investigate implementing data log replication for HA.

View File

@ -1,97 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId>
<version>5.8-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>kahadb</artifactId>
<packaging>bundle</packaging>
<name>ActiveMQ :: KahaDB</name>
<description>An Embedded Lightweight Non-Relational Database</description>
<properties>
<activemq.osgi.import.pkg>
*
</activemq.osgi.import.pkg>
<activemq.osgi.export>
org.apache.kahadb*;version=${project.version};-noimport:=true
</activemq.osgi.export>
</properties>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<scope>test</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.5</source>
<target>1.5</target>
</configuration>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<forkMode>pertest</forkMode>
<childDelegation>false</childDelegation>
<useFile>true</useFile>
<argLine>-Xmx512M</argLine>
<systemProperties>
<property>
<name>org.apache.activemq.default.directory.prefix</name>
<value>target/</value>
</property>
</systemProperties>
<includes>
<include>**/*Test.*</include>
</includes>
<excludes>
<exclude>**/perf/*</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</build>
</project>

View File

@ -1,17 +0,0 @@
## ---------------------------------------------------------------------------
## Licensed to the Apache Software Foundation (ASF) under one or more
## contributor license agreements. See the NOTICE file distributed with
## this work for additional information regarding copyright ownership.
## The ASF licenses this file to You under the Apache License, Version 2.0
## (the "License"); you may not use this file except in compliance with
## the License. You may obtain a copy of the License at
##
## http://www.apache.org/licenses/LICENSE-2.0
##
## Unless required by applicable law or agreed to in writing, software
## distributed under the License is distributed on an "AS IS" BASIS,
## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
## See the License for the specific language governing permissions and
## limitations under the License.
## ---------------------------------------------------------------------------
class=org.apache.kahadb.replication.transport.KDBRTransportFactory

View File

@ -1,17 +0,0 @@
## ---------------------------------------------------------------------------
## Licensed to the Apache Software Foundation (ASF) under one or more
## contributor license agreements. See the NOTICE file distributed with
## this work for additional information regarding copyright ownership.
## The ASF licenses this file to You under the Apache License, Version 2.0
## (the "License"); you may not use this file except in compliance with
## the License. You may obtain a copy of the License at
##
## http://www.apache.org/licenses/LICENSE-2.0
##
## Unless required by applicable law or agreed to in writing, software
## distributed under the License is distributed on an "AS IS" BASIS,
## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
## See the License for the specific language governing permissions and
## limitations under the License.
## ---------------------------------------------------------------------------
class=org.apache.kahadb.replication.transport.KDBRWireFormatFactory

View File

@ -1,36 +0,0 @@
## ------------------------------------------------------------------------
## Licensed to the Apache Software Foundation (ASF) under one or more
## contributor license agreements. See the NOTICE file distributed with
## this work for additional information regarding copyright ownership.
## The ASF licenses this file to You under the Apache License, Version 2.0
## (the "License"); you may not use this file except in compliance with
## the License. You may obtain a copy of the License at
##
## http://www.apache.org/licenses/LICENSE-2.0
##
## Unless required by applicable law or agreed to in writing, software
## distributed under the License is distributed on an "AS IS" BASIS,
## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
## See the License for the specific language governing permissions and
## limitations under the License.
## ------------------------------------------------------------------------
#
# The logging properties used for eclipse testing, We want to see debug output on the console.
#
log4j.rootLogger=INFO, out
# CONSOLE appender not used by default
log4j.appender.out=org.apache.log4j.ConsoleAppender
log4j.appender.out.layout=org.apache.log4j.PatternLayout
log4j.appender.out.layout.ConversionPattern=[%30.30t] %-30.30c{1} %-5p %m%n
#log4j.appender.out.layout.ConversionPattern=%d [%-15.15t] %-5p %-30.30c{1} - %m%n
# File appender
log4j.appender.fout=org.apache.log4j.FileAppender
log4j.appender.fout.layout=org.apache.log4j.PatternLayout
log4j.appender.fout.layout.ConversionPattern=%d [%-15.15t] %-5p %-30.30c{1} - %m%n
log4j.appender.fout.file=target/amq-testlog.log
log4j.appender.fout.append=true

View File

@ -1,36 +0,0 @@
## ---------------------------------------------------------------------------
## Licensed to the Apache Software Foundation (ASF) under one or more
## contributor license agreements. See the NOTICE file distributed with
## this work for additional information regarding copyright ownership.
## The ASF licenses this file to You under the Apache License, Version 2.0
## (the "License"); you may not use this file except in compliance with
## the License. You may obtain a copy of the License at
##
## http://www.apache.org/licenses/LICENSE-2.0
##
## Unless required by applicable law or agreed to in writing, software
## distributed under the License is distributed on an "AS IS" BASIS,
## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
## See the License for the specific language governing permissions and
## limitations under the License.
## ---------------------------------------------------------------------------
#
# The logging properties used during tests..
#
log4j.rootLogger=INFO, stdout
log4j.logger.org.apache.activemq.spring=WARN
log4j.logger.org.apache.zookeeper=WARN
# CONSOLE appender not used by default
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
log4j.appender.stdout.layout.ConversionPattern=%d [%-15.15t] %-5p %-30.30c{1} - %m%n
# File appender
log4j.appender.out=org.apache.log4j.FileAppender
log4j.appender.out.layout=org.apache.log4j.PatternLayout
log4j.appender.out.layout.ConversionPattern=%d [%-15.15t] %-5p %-30.30c{1} - %m%n
log4j.appender.out.file=target/activemq-test.log
log4j.appender.out.append=true

View File

@ -218,7 +218,6 @@
<module>activemq-xmpp</module>
<module>tests</module>
<module>assembly</module>
<module>kahadb</module>
</modules>
<scm>
@ -352,11 +351,6 @@
<artifactId>activemq-openwire-generator</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>kahadb</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-karaf</artifactId>