MessageModerator register #28

Open
opened 2025-07-15 12:55:57 +00:00 by tpeetz · 7 comments
tpeetz commented 2025-07-15 12:55:57 +00:00 (Migrated from gitlab.com)

Setup Python scripts to example DDD setup

Setup Python scripts to example DDD setup
tpeetz commented 2025-07-15 12:55:57 +00:00 (Migrated from gitlab.com)

assigned to @tpeetz

assigned to @tpeetz
tpeetz commented 2025-07-15 12:56:36 +00:00 (Migrated from gitlab.com)

created branch feature/28-messagemoderator-register to address this issue

created branch [`feature/28-messagemoderator-register`](/tpeetz/kontor/-/compare/develop%2F0.2.0...feature%2F28-messagemoderator-register) to address this issue
tpeetz commented 2025-07-15 12:56:56 +00:00 (Migrated from gitlab.com)

mentioned in merge request !31

mentioned in merge request !31
tpeetz commented 2025-07-16 14:05:46 +00:00 (Migrated from gitlab.com)

mentioned in commit e2ff26f6bf

mentioned in commit e2ff26f6bfa468688b814e4411ee1c08119947e6
tpeetz commented 2025-07-18 14:41:17 +00:00 (Migrated from gitlab.com)
List of example code and snippets: - https://qpid.apache.org/releases/qpid-proton-0.40.0/proton/python/examples/server.py.html - https://qpid.apache.org/releases/qpid-proton-0.36.0/proton/python/docs/tutorial.html#miscellaneous - https://qpid.apache.org/releases/qpid-proton-0.36.0/proton/python/docs/tutorial.html - https://qpid.apache.org/releases/qpid-proton-0.40.0/proton/python/docs/tutorial.html - https://search.brave.com/search?q=python+qpid+proton+connect+to+several+queues&summary=1&conversation=e0a3c9c031b9a28d96d56e - https://github.com/amqphub/equipage/blob/main/qpid-proton-python/auto-create/topic-send.py - https://github.com/amqphub/equipage/blob/main/qpid-proton-python/auto-create/queue-send.py - https://github.com/amqphub/equipage/blob/main/qpid-proton-python/subscriptions/durable-subscribe.py
tpeetz commented 2025-07-18 14:42:44 +00:00 (Migrated from gitlab.com)

configure logging for Qpid Proton

from qpid.log import enable, DEBUG
enable("qpid.messaging.io", DEBUG)
configure logging for Qpid Proton ``` from qpid.log import enable, DEBUG enable("qpid.messaging.io", DEBUG) ``` - https://search.brave.com/search?q=python+qpid+proton+logging+config&summary=1&conversation=9b8b74a5fe8b084596149c
tpeetz commented 2025-07-18 14:45:34 +00:00 (Migrated from gitlab.com)
Link to uv documentation - https://github.com/astral-sh/uv-docker-example/blob/main/multistage.Dockerfile - https://docs.astral.sh/uv/guides/integration/docker/ - https://search.brave.com/search?q=uv+run+in+dockerfile&summary=1&conversation=8a63bae1c2da12f84145dd
tpeetz modified the milestone from 0.2.0 to 0.3.0 2026-05-20 18:08:05 +00:00
Sign in to join this conversation.