
When use notify functionality of oslo.message, the message listener (message receiver) will log the msg_id, but the msg_id is only generated when send a RPC CALL message. So that many useless message like "received message msg_id: None reply to None" will be recorded in log file. This change will record the unique_id which is useful for tracing the messages from sender to receiver. Change-Id: I61a174b2af60e0e7fb61436d6e20d01b2c413c45
Oslo Messaging Library
The Oslo messaging API supports RPC and notifications over a number of different messaging transports.
- License: Apache License, Version 2.0
- Documentation: http://docs.openstack.org/developer/oslo.messaging
- Source: http://git.openstack.org/cgit/openstack/oslo.messaging
- Bugs: http://bugs.launchpad.net/oslo.messaging
Description
Languages
Python
99.8%
Shell
0.2%