Re: Database with non-persistent messages
Felipe Palma Dias <palmadias-/E1597aS9LRfJ/[email protected]>
| Newsgroups | gmane.comp.java.openjms.user |
|---|---|
| Message-ID | <[email protected]> |
DataCom - Estevao escreveu: > Hello, > > A question related to the exception I just sent: do I need to use a > database if my system will only send non-persistent messages? Can't I > define it with "null" or something like that? > > Thanks, > Estêvão Rohr. You need to define one persitence mode, JdbmDatabaseConfiguration or RdbmsDatabaseConfiguration. In the next release, the openjms will not suport JdbmDatabaseConfiguration. Regards.