What Is a Message-Driven Bean? - The Java EE 6 Tutorial: "What Is a Message-Driven Bean?
A message-driven bean is an enterprise bean that allows Java EE applications to process messages asynchronously. This type of bean normally acts as a JMS message listener, which is similar to an event listener but receives JMS messages instead of events. The messages can be sent by any Java EE component (an application client, another enterprise bean, or a web component) or by a JMS application or system that does not use Java EE technology. Message-driven beans can process JMS messages or other kinds of messages."
'via Blog this'
Thursday, May 10, 2012
Getting Started with Java Management Extensions (JMX): Developing Management and Monitoring Solutions
Getting Started with Java Management Extensions (JMX): Developing Management and Monitoring Solutions: "The JMX technology enables Java developers to encapsulate resources as Java objects and expose them as management resources in a distributed environment. The JMX specification lists the following benefits to using it to build a management infrastructure:
Manages Java applications and services without heavy investment: JMX architecture relies on a core managed object server that acts as a management agent and can run on most Java-enabled devices. Java applications can be managed with little impact on their design."
'via Blog this'
Manages Java applications and services without heavy investment: JMX architecture relies on a core managed object server that acts as a management agent and can run on most Java-enabled devices. Java applications can be managed with little impact on their design."
'via Blog this'
Subscribe to:
Posts (Atom)