Hi,
I want that persistent messages are stored in database only iff there are
some durable subscribers to whom messages can't be delievered due to one or
more reasons.
Storing all messages in database take a lot of time, so I want selective
messages to be stored in database.
Can any body give me some idea where to change in openjms code??
Thanks in Advance!
Sanjeev.
----- Original Message -----
From: "Jim Alateras" <***@comware.com.au>
To: "Sanjeev Aggarwal" <***@ggn.aithent.com>; <***@netspace.net.au>;
<openjms-***@lists.sourceforge.net>
Cc: <openjms-***@lists.sourceforge.net>
Sent: Friday, June 27, 2003 16:33
Subject: [openjms-developer] RE: [openjms-user] For OpenJMs Developers :
OpenJMS Performance with Persistent Messages and Durable subscribers..
Post by Jim AlaterasYou could probably do but you'll have to look beyond the code in
MessageMgr.java. In particular look at Destination and Consumer code, which
is in the same package. Use the following the Open Source compliance test
suite http://jmscts.sourceforge.net/index.html to ensure that your changes
don't break OpenJMS compliance to the JMS specification.
cheers
</jima>
-----Original Message-----
Aggarwal
Sent: Friday, June 27, 2003 8:12 PM
Subject: [openjms-user] For OpenJMs Developers : OpenJMS Performance
with Persistent Messages and Durable subscribers..
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.
-------------------------------------------------------
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
_______________________________________________
openjms-user mailing list
https://lists.sourceforge.net/lists/listinfo/openjms-user
-------------------------------------------------------
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
_______________________________________________
openjms-developer mailing list
https://lists.sourceforge.net/lists/listinfo/openjms-developer