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

feat: add ServerDurableQueue, providing durable queue option for micro.RegisterSubscriber #124

Merged
merged 5 commits into from
Nov 24, 2023

Conversation

quexer
Copy link
Contributor

@quexer quexer commented Oct 22, 2023

With this option, we could further improve the durability of subscribers. thanks.

...

micro.RegisterSubscriber(
  topic, 
  microServer, 
  eventHandler, 
  server.SubscriberQueue(name), 
  rabbitmq.ServerDurableQueue(), // durable
)
...

@quexer
Copy link
Contributor Author

quexer commented Oct 26, 2023

@jochumdev could you pls review and merge this pr ? thanks

quexer and others added 4 commits October 26, 2023 11:55
# Conflicts:
#	v4/broker/rabbitmq/options.go
# Conflicts:
#	v4/broker/rabbitmq/options.go
@jochumdev jochumdev merged commit 6c2dd05 into micro:main Nov 24, 2023
0 of 3 checks passed
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

Successfully merging this pull request may close these issues.

2 participants