The sybase.system.jms:Type=Forwarder MBean forwards notifications that occur within the MBeanServer to a configurable location in the JMS domain (either a topic or queue). You can specify one or more MBeans to be monitored, using the addMonitoredMBean method.
This MBean supports the EAServer implementation of JMS only. An initial context connection is made to iiop://<JMS_host>:<JMS_port>, then the com.sybase.jms.InitialContextFactory is used. For more information, see Chapter 31, “Using the Message Service,” in the EAServer Programmer’s Guide.
Attribute name |
Description |
Datatype |
---|---|---|
JMSHost |
Host name of the machine running the JMS server |
String |
JMSPort |
Connection port number on the machine running the JMS server |
String |
JMSTopic |
The name of the topic where notification messages are published |
String |
Add an MBean that you want to monitor.
addMonitoredMBean(mbean_object javax.management.ObjectName)
Name of the MBean object that you want to monitor.
void
Copyright © 2005. Sybase Inc. All rights reserved. |