Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: 2.1.0
-
Fix Version/s: 2.2.8 (EE only), 3.1.2, 3.2.0
-
Component/s: Transport: JMS
-
Labels:None
-
User impact:Medium
-
Effort points:1
-
Affects Docs:Yes
-
Similar Issues:None
Description
The current implementation looks up a queue/topic from JNDI every time a message is being dispatched or received from it. We could cache the result of JNDI lookups and expose some JMX functionality to purge that cache
Spring's jndi lookup factories already provide caching.