Optimizing JMS Performance

Optimizing Sender Performance

For optimized sending, you should use the com.atomikos.jms.Queue(Topic)SenderSession and/or com.atomikos.jms.Queue(Topic)SenderSessionPool classes: these classes take care of reusing connections/sessions, cleaning up and closing sessions when needed, and refreshing connections.

Optimizing Receiver Performance

For optimized receiving, you should use the com.atomikos.jms.Queue(Topic)ReceiverSession and/or com.atomikos.jms.Queue(Topic)ReceiverSessionPool classes: these classes take care of reusing connections/sessions, cleaning up and closing sessions when needed, and refreshing connections. These classes also detect incoming messages immediately and do not use a polling approach (like many other products do).

Go
r2 - 25 Feb 2008 - 15:33:32 - MichaelDaum
This site is powered by the TWiki collaboration platformCopyright © contributing authors and Atomikos. All material on this collaboration platform is the shared property of the contributing authors and Atomikos.
Syndicate this site RSSATOM