For OpenJMs Developers : OpenJMS Performance with Persistent Messages and Durable subscribers..
"Sanjeev Aggarwal" <[email protected]>
| Newsgroups | gmane.comp.java.openjms.devel |
|---|---|
| Message-ID | <006101c33c94$8e2a2960$7a0310ac@saggarwal> |
Hi, I am using Persistent messages and Durable subscribers on Topics. I looked into the OpenJMS Code. Found that it is saving the JMSMessage into the database before publishing it to subscribers. Can I change it, in a way that message is published to subscribers and then saved in the database in a seperate thread so that subscribers gets a faster delivery of messages. Thanks, Sanjeev.