step by step Sample JMS in Spring Framework -


Using JMS in the spring, how to configure and how to use dependencies

< P> There are some warnings with Spring Jms

  1. You should not fully use Spring Jms on a Jms connection factory.
  2. Spring APIs are all ready In some cases around single processing of single messages at a time, where you may be able to deal with a batch of messages, it will give you connections to the factories It would be better to use, but in fact the message could enter its code to I / O. In this way, you can, for example, establish a transacted session, process 100 messages, then create a receipt as a batch. It should reduce the workload on the server, say that you can do it in a safe way.

Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -