Browse Source
Add control_exchange to configure an exchange name for message. Add rpc_response_timeout to configure seconds time for waiting for a response from a call. Change-Id: I0d54accfea048fa394dac18e141a620d127579cfchanges/66/426466/1
3 changed files with 33 additions and 2 deletions
@ -0,0 +1,7 @@
|
||||
--- |
||||
features: |
||||
- Add new parameter "control_exchange", the default exchange under |
||||
which topics are scoped. May be overridden by an exchange name |
||||
specified in the transport_url option. |
||||
- Add new parameter "rpc_response_timeout", seconds to wait for a |
||||
response from a call |
Loading…
Reference in new issue