MailboxProcessor data serialization?

185 Views Asked by At

Compared to NServiceBus, MSMQ, etc. message based architectures... Is there any way to "restore backup" state of F# mailbox processor?

Or best practices to extend MailboxProcessor to enable serialization of data?

In case of e.g. some kind of hardware failure.

1

There are 1 best solutions below

0
On

Is there any way to "restore backup" state of F# mailbox processor?

Not built in but, of course, you can just save and reload.