On 07/21/2010 09:37 AM, Dimitris Andreadis wrote:I am not really sure disabling persistence is a good thing. From what I understand of that section:
Doesn't work. 2 is the minimum, I think.
Yes.. 2 is the minimum.
As I said.... the best would be to have no persistence on development
http://hornetq.sourceforge.net/docs/hornetq-2.1.0.Final/user-manual/en/html/persistence.html#persistence.enabled
I guess this is going to break functionality. For example,
consider:
- N messages sent to a queue, to which a MDB listens
- X are delivered to the MDB
- Server is shutdown
- Ideally the remaining messages should be available on server restart.
Disabling persistence, I guess is going to break that. I don't
think developers would want that _by default_.
-Jaikiran