Gary Tully <gary.tu...@gmail.com> writes: > Non persistent messages can be sent to a durable sub, but the durable > sub will only get the messages if it connected, a backlog will not be > retained as the messages will not be stored > It will behave like a regular topic subscription in this regard.
Thanks, thats what I figured too. Is it possible to configure AMQ to have persistance store only in memory? Or do I have to wrangle tmpfs? [...]