This closes #143
Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/5818de8d Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/5818de8d Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/5818de8d Branch: refs/heads/master Commit: 5818de8de927241fdeb5ca3446611596d5cee52b Parents: b91b5a1 e850e13 Author: jbertram <[email protected]> Authored: Fri Aug 28 14:33:23 2015 -0500 Committer: jbertram <[email protected]> Committed: Fri Aug 28 14:33:23 2015 -0500 ---------------------------------------------------------------------- .../openwire/NotEnoughBytesException.java | 25 -- .../protocol/openwire/OpenWireConnection.java | 139 ++++------ .../openwire/OpenWireProtocolManager.java | 20 +- .../amq/AMQAbstractDeadLetterStrategy.java | 96 ------- .../openwire/amq/AMQBrokerStoppedException.java | 40 --- .../openwire/amq/AMQConnectionContext.java | 75 +----- .../openwire/amq/AMQConsumerBrokerExchange.java | 30 --- .../openwire/amq/AMQDeadLetterStrategy.java | 69 ----- .../protocol/openwire/amq/AMQDestination.java | 241 ------------------ .../openwire/amq/AMQDestinationStatistics.java | 196 -------------- .../amq/AMQMessageAuthorizationPolicy.java | 31 --- .../protocol/openwire/amq/AMQMessageStore.java | 21 -- .../openwire/amq/AMQPersistenceAdapter.java | 60 ----- .../openwire/amq/AMQProducerBrokerExchange.java | 20 -- .../openwire/amq/AMQSecurityContext.java | 83 ------ .../protocol/openwire/amq/AMQServerSession.java | 5 - .../amq/AMQSharedDeadLetterStrategy.java | 51 ---- .../openwire/amq/AMQSlowConsumerStrategy.java | 39 --- .../protocol/openwire/amq/AMQSubscription.java | 253 ------------------- .../openwire/amq/AMQSubscriptionRecovery.java | 43 ---- .../protocol/openwire/amq/AMQTransaction.java | 209 --------------- .../artemis/core/security/SecurityAuth.java | 26 ++ .../artemis/core/security/SecurityStore.java | 3 +- .../core/security/impl/SecurityStoreImpl.java | 4 +- .../artemis/core/server/ActiveMQServer.java | 9 +- .../artemis/core/server/ServerSession.java | 7 +- .../core/server/impl/ActiveMQServerImpl.java | 57 +++-- .../core/server/impl/ServerSessionImpl.java | 28 +- 28 files changed, 120 insertions(+), 1760 deletions(-) ----------------------------------------------------------------------
