jms - how can the MessageListenerContainer listen the message asynchronously? -


is there long-lasting tcp connecton set up? tcp port open work?

from spring docs

a message listener container intermediary between mdp , messaging provider

messagelistenercontainer glue code. real interesting stuff going on in jms provider. , yes, involves tcp connection or similar.

the specifics implementation detail. consult jms vendor documentation , maybe they'll spell out.


Comments

Popular posts from this blog

How can I edit my VIM config so that Vim treats ".ejs" files the same as it currently treats my html files? -

Python __call__ special method practical example -