step by step Sample JMS in Spring Framework -
Using JMS in the spring, how to configure and how to use dependencies
- You should not fully use Spring Jms on a Jms connection factory.
- 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
Post a Comment