WebSphere:*,type=JMSServer
MBean JMSServer
Management interface for the JMS Server component.
Attribute Summary | |
---|---|
java.lang.Integer | queuedPort Port number for Queued Port used by this JMS Server |
java.lang.Integer | directPort Port number for Direct Port used by this JMS Server |
Operation Summary | |
---|---|
java.lang.Boolean | ping() Check that this JMS Server is running |
Attribute Detail |
---|
public java.lang.Integer queuedPort
Port number for Queued Port used by this JMS Server
Getter:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.lang.Integer directPort
Port number for Direct Port used by this JMS Server
Getter:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
Operation Detail |
---|
public java.lang.Boolean ping()
Check that this JMS Server is running
administrator
operator