-
Notifications
You must be signed in to change notification settings - Fork 926
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARTEMIS-2692 refactor queue creation
This commit does the following: - Deprecates existing overloaded createQueue, createSharedQueue, createTemporaryQueue, & updateQueue methods for ClientSession, ServerSession, ActiveMQServer, & ActiveMQServerControl where applicable. - Deprecates QueueAttributes, QueueConfig, & CoreQueueConfiguration. - Deprecates existing overloaded constructors for QueueImpl. - Implements QueueConfiguration with JavaDoc to be the single, centralized configuration object for both client-side and broker-side queue creation including methods to convert to & from JSON for use in the management API. - Implements new createQueue, createSharedQueue & updateQueue methods with JavaDoc for ClientSession, ServerSession, ActiveMQServer, & ActiveMQServerControl as well as a new constructor for QueueImpl all using the new QueueConfiguration object. - Changes all internal broker code to use the new methods.
- Loading branch information
Showing
76 changed files
with
2,607 additions
and
633 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.