java - Spring 3.0.3 and JMS 2.0 Support -


i upgrading application's jms 1.1 2.0.

my application having spring 3.0.3 , uses jmstemplete.

is there official ( spring or jms ) documentation mentioning support jms 2.0 spring 3.0.3?

i searching in order find out weather spring related change required in application or not.

it should work since 1.1 apis still supported in 2.0.

if want use new 2.0 shared subscription feature (on topics), need upgrade @ least spring 4.1.


Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -