Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create RabbitMQ Policy Commands to Enable Base Exception Handlers #67

Open
ipublic opened this issue Nov 16, 2021 · 0 comments
Open

Create RabbitMQ Policy Commands to Enable Base Exception Handlers #67

ipublic opened this issue Nov 16, 2021 · 0 comments
Milestone

Comments

@ipublic
Copy link
Member

ipublic commented Nov 16, 2021

Use RabbitMQ Policy feature to configure behavior for:

  1. Delayed Messages
  2. Unroutable Messages
  3. Dead Letter Messages

For example, following is command to configure dead letter policy for messages more than one week old:

rabbitmqctl set_policy -p event_source Q_TTL_DLX "on_enroll\.\" '{"message-ttl":604800000, "on_exception.dead_letter_exchange":"exception.dead_letter_exchange"}' --apply-to queues<br/><br/>Only a single policy can be applied to a RabbitMQ exchange or queue. Therefore its necessary to create policy CLI commands that combine the settings that apply to all affected resources


Aha! Link: https://ideacrew.aha.io/features/EVTSRC-5

@ipublic ipublic added this to the release_2021.11.29 milestone Nov 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant