m_oehme wrote:
1) Max threads:
I have seen that default in 4.5.1 is:
ThreadPool Swiftlet -> Pools -> jms.connection ->> max threads 1
ThreadPool Swiftlet -> Pools -> jms.session ->> max threads 1
In version 7.x. this has changed per default from min/max to 5 for both.
May it make sense also to increase this in 4.5.1 version or is there a reason to do it not?
We had this set to 1 each in earlier releases due to performance reasons (to avoid thread context switches). Backdraw was that this single thread per pool may block (i.e. on slow connections etc) so we use 5 now as the default. You can change it in 4.5.1 too. No problem.
m_oehme wrote:
2) Recently released 7.4.0 version
Are there already any expierences or known issues with this version?
We work on upgrade 4.5.1 to 7.x and I would like to know if we should go for 7.3.2. or 7.4.
You should always upgrade to the latest release, thus 7.4.0. See the
release notes for compatibility and upgrade instructions.