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

#212: Add persistent message flag to RabbitMQ. #213

Merged
merged 1 commit into from
Dec 13, 2023
Merged

#212: Add persistent message flag to RabbitMQ. #213

merged 1 commit into from
Dec 13, 2023

Conversation

manarhusrieh
Copy link
Contributor

Since messages are not persistent by default in RabbitMQ, this PR allows the consumers of the library to pass this flag to RabbitMQ transport configuration.

  • Add a new flag to RabbitMQTransportConfiguration.
  • Use the persistent flag when publishing messages to RabbitMQ exchange.

* Add a new flag to RabbitMQTransportConfiguration.
* Use the persistent flag when publishing messages to RabbitMQ exchange.
@manarhusrieh
Copy link
Contributor Author

@adenhertog can you review plz?

@adenhertog adenhertog merged commit cd56419 into node-ts:master Dec 13, 2023
1 check passed
@adenhertog
Copy link
Contributor

thanks @manarhusrieh - published in v1.0.22

@manarhusrieh manarhusrieh deleted the 212-add-persistent-configuration-to-rabbitmq branch June 26, 2024 11:29
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