Comment 8 for bug 1301723

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to oslo.messaging (master)

Reviewed: https://review.openstack.org/84938
Committed: https://git.openstack.org/cgit/openstack/oslo.messaging/commit/?id=3e6c0b38a36af5276dd4ce7a1bd0d0dfc5a3d03f
Submitter: Jenkins
Branch: master

commit 3e6c0b38a36af5276dd4ce7a1bd0d0dfc5a3d03f
Author: zhangjl <email address hidden>
Date: Thu Apr 3 12:44:23 2014 +0800

    Message was send to wrong node with use zmq as rpc_backend

    zmq: Send message to correct endpoint for directed messages

    If set the zmq driver needs to use the topic.server
    attribute to ensure that messages directed to a
    specific endpoint are sent to the correct server rather
    than being randomly sent to endpoints advertising the
    required topic.

    Change-Id: If63235640e0b8e6ec8690a4edaefa1b303705ac6
    Closes-bug: #1301723