Quantcast
Channel: Spring Community Forums - JMS
Viewing all articles
Browse latest Browse all 51

DMLC concurrent listener thread level object injection

$
0
0
We have a DMLC configured with concurrent consumers say 50 consumers.

Ex: Class A is a listener dependent object. we would like to have each listener thread having a single instance of Class A injected. Main motto is to gain performance by having an instance at thread level. By this way, code in the Class A which is not thread safe can even be used without changes.

Viewing all articles
Browse latest Browse all 51

Trending Articles