CJWorkbench / carehare

Async RabbitMQ client that handles all the edge cases
MIT License
4 stars 0 forks source link

persistent message publishing #7

Closed dmaone closed 2 years ago

dmaone commented 2 years ago

Looks like carahare can only publish transient messages - all of which will be gone after rabbitmq cluster restarts (even though with lazy queues they'll be persisted to disk).

Is that an intended way?

adamhooper commented 2 years ago

It's just all that's been asked for so far. You're welcome to create a PR to add another message option.

My one proviso is: only add it if you're gonna use it :). We don't want to maintain unused features :).