oslo.messaging 1.3.0-0ubuntu1.3 source package in Ubuntu

Changelog

oslo.messaging (1.3.0-0ubuntu1.3) trusty; urgency=medium

  * Backport various fixes for AMQP listener/executor. (LP: #1362863).
    - If msg_id is empty it doesn't sends a reply
      because reply should not be expected by caller side.
    - It allows to stop the eventlet executor using eventlet.cancel.
    - Closes the listener connection after processing all messages.
    - Closes the listener connection in case of the executor finishes.

 -- Jorge Niedbalski <email address hidden>  Mon, 13 Jul 2015 15:59:14 -0500

Upload details

Uploaded by:
Jorge Niedbalski
Sponsored by:
Chris J Arges
Uploaded to:
Trusty
Original maintainer:
Chuck Short
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
oslo.messaging_1.3.0.orig.tar.gz 112.8 KiB 5abcb4c8725319e18a2d7d86f3768dfb3beb2b598cb4761879d45f509c95743c
oslo.messaging_1.3.0-0ubuntu1.3.debian.tar.gz 10.8 KiB 5004256ad516b4e4a75ccec24978b59d79497de070d7497afa8af914aa5941a7
oslo.messaging_1.3.0-0ubuntu1.3.dsc 1.7 KiB f2ba37ec46692cf65ea2c31366447910554e345b753579437a88e6576d00d1b1

View changes file

Binary packages built by this source

python-oslo.messaging: oslo messaging library

 The oslo messaging API supports RPC and notifications over a number of
 different messaging transports.