Hi
I have a need for a queue that operates purely in-memory until the consumer(s) can't keep up, and only then starts spooling to disk.
I'm ok with losing some messages in the event of a hardware or software crash. Is there such a configuration in RabbitMQ? If not, could one be created with a plugin? For context, the requirement is slightly weird in that I'm (a) wanting to push some data back over a flakey WAN (b) from an underpowered piece of hardware that doesn't like it's little SSD drive being written too hard :-) Thanks, Noel Grandin