[PR #90] [MERGED] Amqp helper #923

Closed
opened 2026-03-04 03:02:49 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Seldaek/monolog/pull/90
Author: @pomaxa
Created: 6/12/2012
Status: Merged
Merged: 6/19/2012
Merged by: @Seldaek

Base: masterHead: master


📝 Commits (10+)

📊 Changes

4 files changed (+161 additions, -0 deletions)

View changed files

📝 README.mdown (+4 -0)
src/Monolog/Handler/AmqpHandler.php (+67 -0)
tests/Monolog/Handler/AmqpExchangeMock.php (+29 -0)
tests/Monolog/Handler/AmqpHandlerTest.php (+61 -0)

📄 Description

adding ability to use rabbitmq as handler;


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Seldaek/monolog/pull/90 **Author:** [@pomaxa](https://github.com/pomaxa) **Created:** 6/12/2012 **Status:** ✅ Merged **Merged:** 6/19/2012 **Merged by:** [@Seldaek](https://github.com/Seldaek) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`b4a33da`](https://github.com/Seldaek/monolog/commit/b4a33da36384371d51bbc00366cfe796cfdf9c8e) amqp handler.. need to test - [`4c46dce`](https://github.com/Seldaek/monolog/commit/4c46dce153091352ac141e33f41d73caef6e2b7b) Fixed issues - [`be762cb`](https://github.com/Seldaek/monolog/commit/be762cb0c5b77cd3d722ca36e434b58f2c876201) style - [`a565436`](https://github.com/Seldaek/monolog/commit/a56543682d53801091c505ef2a49cb7f6d4718a8) AMQP - [`a9df0f4`](https://github.com/Seldaek/monolog/commit/a9df0f461a14cd02b8a1b6425b5360c5145d6e72) test fix - [`72ee0ae`](https://github.com/Seldaek/monolog/commit/72ee0aee9627bcaf093be5bfbc84d2abfe3c6518) mock implemenation, kind of - [`fb19840`](https://github.com/Seldaek/monolog/commit/fb19840a8f02ec8025027aa09fb463f530e84ad5) add type hint, remove Exception - [`9d8b108`](https://github.com/Seldaek/monolog/commit/9d8b108d3cf56229c6c304e3e10b26f49fbf5d19) remove notation - [`6a86fa4`](https://github.com/Seldaek/monolog/commit/6a86fa4444dc34902c6ed1589c5c5006e03394ea) skip test instead of throw an error - [`6b4f4af`](https://github.com/Seldaek/monolog/commit/6b4f4af85f5ccc29807fd4c555cfacbfeae7cc5c) get issuer name from record param channel, instead of passing it through handler constructor ### 📊 Changes **4 files changed** (+161 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.mdown` (+4 -0) ➕ `src/Monolog/Handler/AmqpHandler.php` (+67 -0) ➕ `tests/Monolog/Handler/AmqpExchangeMock.php` (+29 -0) ➕ `tests/Monolog/Handler/AmqpHandlerTest.php` (+61 -0) </details> ### 📄 Description adding ability to use rabbitmq as handler; --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 03:02:49 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/monolog#923
No description provided.