Question
How do you optimize java message service (jms)?

Answers

• Start producer connection after you start consumer.
• Use concurrent processing of messages.
• Close the Connection when finished.
• Choose either DUPS_OK_ACKNOWLEDGE or AUTO_ACKNOWLEDGE rather than CLIENT_ACKNOWLEDGE.
• Control transactions by using separate transactional session for transactional messages and non-transactional session for non-transactional messages.
• Close session object when finished.   Your Comment




More Software,Java Questions..
What is the inputsplit in map reduce software?

Can variables be used in Java without initialization?

What is the difference between java bean and enterprise java bean?

What is software configuration management?

How does the java database connectivity (jdbc) work?

What are the advantages of threads in java?

What Is Java Api For Xml-based Rpc (jax-rpc)?

How can you implement fine-grained auditing?

What is IBM’s simple explanation for Big Data’s four critical features?

What is static synchronized method in JDBC API? Give an example?

What does the NULLIF function do?

What happens if a start method is not invoked and the run method is directly invoked?

Should we override finalize method

what is the difference between mysql_fetch_array and mysql_fetch_object?

How will XML affect my document links?

What is object cloning in Java?

Why to use Style Sheets?

What are Filters in MVC?

Can you explain Application layer in OSI model?

How to define new testplan attributes?



Search
Can you Answer!!
  • Q What is the ratio of rate of diffusion of oxygen and hydrogen?
  • Q What is individual infotype maintenance?
  • Q Who is the Author of the book ‘Welcome to Nowhere’?
  • Q Python crashes in kernel32.dll when i import wxpython in windows 95
  • Q Who tries to prevent Hanuman from entering when he makes the leap to Lanka and reaches the city wall?
  • Q What is the procedure you follow to extend a lvm partition?
  • Q What is multipath propagation?Can you give another name for it? How will you overcome its effects?
  • Q Define computerized payroll system and what are basic concepts of it? what are input and output design in payroll system?
  • Q What are salted hashes?
  • Q The Chola empire reached its zenith under which rular?
  • Q How would you sort 900 MB of data using 100 MB of RAM ?