Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

feat:AMQP notifications support TLS#21664

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
dormanze wants to merge5 commits intominio:master
base:master
Choose a base branch
Loading
fromdormanze:disableSSl

Conversation

@dormanze
Copy link
Contributor

@dormanzedormanze commentedOct 24, 2025
edited
Loading

Community Contribution License

All community contributions in this pull request are licensed to the project maintainers
under the terms of theApache 2 license.
By creating this pull request I represent that I have the right to license the
contributions to the project maintainers under the Apache 2 license.

Description

  1. add tls option
  2. supports direct message pushing to queue

Motivation and Context

create config failed

mc admin config set local notify_amqp:primary url="amqps://myuser:mypassword@localhost:5672" exchange=test exchange_type=direct
image

How to test this PR?

1.creat config withtls_skip_verify

mc admin config set local notify_amqp:primary url="amqps://myuser:mypassword@localhost:5672" exchange=test exchange_type=direct tls_skip_verify=on
image

2.creat config only setqueue name

mc admin config set local notify_amqp:primary url="amqps://myuser:mypassword@localhost:5672" queue="test"  tls_skip_verify=on
imageimage

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Optimization (provides speedup with no functional changes)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • Fixes a regression (If yes, please addcommit-id orPR # here)
  • Unit tests added/updated
  • Internal documentation updated
  • Create a documentation update requesthere

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

@dormanze

[8]ページ先頭

©2009-2025 Movatter.jp