OpenJMS v0.7.3 will be released next week!
"Jim Alateras" <[email protected]>
| Newsgroups | gmane.comp.java.openjms.devel |
|---|---|
| Message-ID | <[email protected]> |
Yes we have been absent for sometime...but now we're back with some attitude. To mark our re-emergence we are planning to release 0.7.3 mid-late nest week. Here is a list of changes that spring to mind 1. Fixed a race condition in the persistence layer that caused a message to be removed before it was actually stored in the database (i.e. the thread executing the remove completed before the thread executing the insert). This was mostly evident when auto ack was used with persistent messages. 2. Fixed some synchronization problems in the QueueDesitnationCache, which would occasionally lead to deadlock on the server. 3. Fixed problem which caused persistent messages on queues to remain in the database even once they were consumed. 4. Persistent messages on the queue will be removed from the database once they have been acked. 5. Under heavy memory load persistent messages will be evicted from transient memory to defer out of memory exceptions. 6. Selectors now support .... 7. getQueueMessageCount has been modified to return the number of persistent and non-persistent messages on a particular queue. 8. getDurableConsumerMessageCount has been modified to return the number of persistent and non-persistent messages on a particular topic. 9. SimpleSender, SimpleReceiver and JmsAdmin examples have been enhanced to provide additional capability. Use the -help option to display the usage information. </jima>