Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change receive_messages_from_queue's max_count to 10
It doesn't make a lot of sense to default max_count to 1, since one can also receive a single message with receive_message_from_queue. The name of the method also implies that it returns multiple messages, so having it default to returning 1 message is a bit counterintuitive.
- Loading branch information