replace XML usage of JndiObjectFactoryBean with <jee:jndi-lookup/>
This commit is contained in:
@@ -198,7 +198,8 @@
|
||||
<para>Destinations, like ConnectionFactories, are JMS administered
|
||||
objects that can be stored and retrieved in JNDI. When configuring a
|
||||
Spring application context you can use the JNDI factory class
|
||||
<classname>JndiObjectFactoryBean</classname> to perform dependency
|
||||
<classname>JndiObjectFactoryBean</classname> /
|
||||
<literal><jee:jndi-lookup></literal> to perform dependency
|
||||
injection on your object's references to JMS destinations. However,
|
||||
often this strategy is cumbersome if there are a large number of
|
||||
destinations in the application or if there are advanced destination
|
||||
|
||||
Reference in New Issue
Block a user