-
Notifications
You must be signed in to change notification settings - Fork 4k
RabbitMQ server 62 #408
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
RabbitMQ server 62 #408
Conversation
This file contains hidden or 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
Adds consumers_all/4 for dynamic listing of consumers References #62
Adds list_user_permissions/3 for dynamic listing of user permissions. Adds list_vhost_permissions/3 for dynamic listing of vhost permissions. References #62
Adds 'function_clause' case match to handle commands with invalid parameters. References #62
Adds notify_if_timeout/3 for terminating display of info process on timeout. References #62
References #62
Updates consumers_all/3 function and spec. References #62
References #62
References #62
Updates info_all/3 function and spec. References #62
References #62
References #62
list_to_binary_utf8/1 is applied to Args. Moves spawning of rabbit_cli:rpc_call/7 to call/5. Moves calling of wait_for_info_messages/4 to call/5. References #62
References #62
Updates existing consumers_all/1 to also use get_queue_consumer_info/2. Fixes indentation. References #62
Updates list_permissions/2 to use user_permission_filter/2. Updates list_users/0 to use internal_user_filter/1. References #62
…* backend operations. Adds {Ref, continue} to handle display of more results before finishing. Removes unsed function call/3. References #62
Adds verification of AMQP connection - checks if AMQP method is replied back, with no open channels. Replaces timer:sleep(100) by setting timeout in gen_tcp:recv/3. References #62
References #62
when listing down queues. References #62
Updates some list_* action functions to use call/4. References #62
Changes user_permission_filter/2 name to extract_user_permission_params/2. Restores TODO comment. References #62
References #62
Removes unused imported functions. References #62
module renaming. References #62
…n/6. Fixes handling of emitted messages which use 'continue' tag. References #62
…n function. Adds map_fun/0 helper function. References #62
Conflicts: src/rabbit_cli.erl
dcorbacho
pushed a commit
that referenced
this pull request
Nov 18, 2020
…by-default rabbitmq-dist.mk: Package plugins as directories by default instead of .ez archives
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Based on @Ayanda-D former PR.
Fixes #62
Related PRs:
rabbitmq/rabbitmq-common#6
rabbitmq/rabbitmq-test#10