0

In other words, can recent history of messages be quickly accessed from a journal?

Say, the persisted journal messages in order:

A, B, C, D and E consecutively.

Can a persistent-view receive the messages in order: E, D, C, B and then A?

  • I don't think that's a pre-offered option, but you can write your own journal plugin and allow such a thing. – Diego Martinoia Apr 22 '15 at 10:55
  • Thanks. I'll surely take a look at the code and try to suggest/make changes. – Agnibha Nath Apr 22 '15 at 11:08
  • I didn't exactly mean that you should create a pull request to main codebase (which would still be nice) for a feature like this one, which I honestly don't see having many use cases. I meant that a journal is just an interface that you can implement to make it do w/ever you like it to :) – Diego Martinoia Apr 22 '15 at 15:50

0 Answers0