File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes BEA/Weblogic and the fly likes WLS JMS ack options Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » BEA/Weblogic
Reply Bookmark "WLS JMS ack options" Watch "WLS JMS ack options" New topic
Author

WLS JMS ack options

Andrew Ao
Greenhorn

Joined: Sep 10, 2001
Posts: 16
Hi, i just had a sample test for wl 6.0 test from bea. i couldn't understand why the answer to the following question is D.
Which of the following JMS message acknowledgment options minimizes session overhead?
A. NO_ACKNOWLEDGE
B. AUTO_ACKNOWLEDGE
C. CLIENT_ACKNOWLEDGE
D. DUPS_OK_ACKNOWLEDGE
I thought WL has a proprietory acknowledge mode - NO_ACKNOWLEDGE, which doesn't require any acknowledgment after message delivery to client. so, i thought this should have less overhead than DUPS_OK_ACKNOWLEDGE.
thank you,
-andrew
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: WLS JMS ack options
 
Similar Threads
please answer this 128 questions for WLS. Urgently!
Need help in MDB
Doubt on Enthuware mock regarding MDBs
JMS acknowledgement modes
JBoss Messanging: keeping message in inbox queue until it will be processed successfully - possible?