Java / JMS
Give an example of the publish/subscribe model in JMS.
JMS can be used to broadcast shutdown messages to clients connected to the Weblogic server on module basis. If an application has many modules, each module behaves like a subscriber to a named topic on the server receive and process the message.
More Related questions...