node-ts / bus

A typescript based enterprise service bus framework based on enterprise integration patterns
https://bus.node-ts.com/
MIT License
271 stars 25 forks source link

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

Closed manarhusrieh closed 10 months ago

manarhusrieh commented 11 months ago

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.

manarhusrieh commented 11 months ago

@adenhertog can you review plz?

adenhertog commented 10 months ago

thanks @manarhusrieh - published in v1.0.22