getRealmService().getBootstrapRealmConfiguration().getAdminRoleName();
authorizationManager.authorizeRole(adminRoleName, messageBoxPath,
MessageBoxConstants.SQS_OPERATION_DELETE_MESSAGE);
authorizationManager.authorizeRole(adminRoleName, messageBoxPath,
MessageBoxConstants.SQS_OPERATION_CHANGE_MESSAGE_VISIBILITY);
authorizationManager.authorizeRole(adminRoleName, messageBoxPath,
MessageBoxConstants.SQS_OPERATION_GET_QUEUE_ATTRIBUTES);
authorizationManager.authorizeRole(adminRoleName, messageBoxPath,
MessageBoxConstants.SQS_OPERATION_RECEIVE_MESSAGE);
authorizationManager.authorizeRole(adminRoleName, messageBoxPath,
MessageBoxConstants.SQS_OPERATION_SEND_MESSAGE);