RichardKnop / machinery

Machinery is an asynchronous task queue/job queue based on distributed message passing.
Mozilla Public License 2.0
7.52k stars 914 forks source link

AMQP:update amqp sdk from non maintained streadway to amqp091-go #797

Closed surendratiwari3 closed 9 months ago

surendratiwari3 commented 9 months ago

Scope This Pull Request aims to update the AMQP SDK from the non-maintained streadway version to the actively maintained amqp091-go version. The update is necessary to ensure compatibility with the latest features, improvements, and bug fixes available in the amqp091-go library.

Changes Made Dependency Update:

Updated the AMQP dependency to use the amqp091-go library. Removed references to the non-maintained streadway package. Code Modifications:

Reviewed and adjusted code that may be affected by the changes in the SDK. Ensured compatibility with the new API provided by amqp091-go