-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: idsse-897 rabbitmq_utils Rpc (#87)
* add rpc class to rabbitmq_utils * add protections for Publisher/Consumer using default exch or queue * bug fix: stop tracking Future for timed out/errored RPC requests * rebuild Rpc unit tests for error cases * Setting prefetch_count must be done before calling basic_consume. * remove duplicative RpcResponse data class --------- Co-authored-by: Geary Layne <[email protected]>
- Loading branch information
1 parent
52172d7
commit 46fce65
Showing
3 changed files
with
289 additions
and
62 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
Oops, something went wrong.