This closes #90 - Auto-create queue on stomp
Project: http://git-wip-us.apache.org/repos/asf/activemq-6/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-6/commit/33addb40 Tree: http://git-wip-us.apache.org/repos/asf/activemq-6/tree/33addb40 Diff: http://git-wip-us.apache.org/repos/asf/activemq-6/diff/33addb40 Branch: refs/heads/master Commit: 33addb40863c29187277a99a50f181d1f899ef36 Parents: 23e1730 1310442 Author: Clebert Suconic <[email protected]> Authored: Mon Feb 9 11:49:26 2015 -0500 Committer: Clebert Suconic <[email protected]> Committed: Mon Feb 9 11:49:26 2015 -0500 ---------------------------------------------------------------------- .../stomp/ActiveMQStompProtocolLogger.java | 3 +- .../core/protocol/stomp/StompConnection.java | 29 ++++++ .../protocol/stomp/StompProtocolManager.java | 5 ++ .../activemq/core/server/ActiveMQServer.java | 2 +- .../core/server/impl/ActiveMQServerImpl.java | 2 +- .../impl/AutoCreatedQueueManagerImpl.java | 2 +- .../integration/cluster/bridge/BridgeTest.java | 2 +- .../tests/integration/stomp/StompTest.java | 95 ++++++++++++++++++++ .../tests/integration/stomp/StompTestBase.java | 4 +- .../integration/stomp/v11/StompV11Test.java | 26 +++++- .../integration/stomp/v12/StompV12Test.java | 30 ++++++- 11 files changed, 191 insertions(+), 9 deletions(-) ----------------------------------------------------------------------
