I\'ve setup a spring config for JMS. Things work fine, except I can\'t seem to get it to lazy load (notice the default-lazy-init true in the code below). If I comment out the jm
The solution is to use autoStartup to false. See the code below.
........
~Shyam