Are you asking about RabbitMQ? If so, the ActiveMQ user list might not be the best place to get answers about RabbitMQ.
If you're asking about ActiveMQ, can you clarify if you're asking about the 5.x or Artemis broker? Justin On Fri, Jan 26, 2018 at 9:15 AM, Noel Grandin <noelgran...@gmail.com> wrote: > > 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 > >