Fiorano Logo  
     Fiorano Login 
FioranoMQ JMX API Guide
Loggers
  MBeans related to Logger
  Operations of Logger
  Adding Appenders
  Adding File Appender
  Adding Console Appenders
  Clearing Logs
  Removing Appenders
  Listing Appenders
  Fetching Details of Appenders
  Fetching Logs
  LogLevel
JNDI
  Operations of JNDI Services
  Looking up Administered Objects
  Attributes for JNDI
  AdminObjectFileName
  AdminObjectBackupFilename
  AdminObjectDefragFilename
  Path
  DefragmentationLowerThreshold
  DefragmentationUpperThreshold
  DefragmentationPercentage
Connection Manager
  Attributes of Connection Manager
  NumberOfClientConnections
  Operations on Connection Manager
  Listing Clients
  Attributes of Connection Manager Config
  Default
  CFNameAppender
  ReaderCacheDisabled
  TCPWindowSize
  HandshakeInWorkerThread
  MagicTimeout
  Port
  Protocol
  UseNagle
  MonitoringRequest
  MonitoringResponse
  EnforceJsseAuthentication
  MaxSocketConnections
  MaxClientConnectionsCount
  AdminConnection
  Path
  ServerAddress
  HandShakingDisabled
  ManagerClassName
Jmx
  Attributes for RMIBasedJMXConnector
  RMIServerPort
  Attributes for ClientJMXEngine
  SecurityProtocol
  Protocol
  SecurityManagerClass
  QueueConnectionFactory
  ServerPort
  ServerAddress
  Username
  Password
  ConnectQueueName
  RequestQueueName
  NotifQueueName
  ConnectQueueName
Etc
  Job Managers
  Attributes of TopicDemuxJobManager
  Attributes of TopicDemuxJobManager Config
  Attributes of PTPWriteJobManager
  Attributes of PTPWriteJobManager Config
  Attributes of PTPReadJobManager
  Attributes of PTPReadJobManager Config
  Attributes of TopicWriteJobManager
  Attributes of TopicWriteJobManager Config
  Attributes of gmsObjectManager Config
  Attributes of ObjectManager Config
  AdminService
  Operations of AdminService
  DefaultLogManager
  Attributes of DefaultLogManager
  Memory Manager
  Attributes of Memory Manager
  Operations of Memory Manager
  RdbmsDBManager
  Attributes of RdbmsDBManager Config
  ThreadManager
  Attributes of ThreadManager
  MQDefObjCreater
  Attributes of MQDefObjCreater
  PingManager
  Attributes of PingManager
  TimerService
  Attributes of TimerService
  RouteManager
  Attributes of RouteManager
  Operations of RouteManager
  FMQConfigLoader
  Attributes of FMQConfigLoader
  ResourceManager
  Attributes of ResourceManager
  Operations of ResourceManager
Security
  PrincipalManager
  Attributes of FileDBManager
  Attributes of NativeFilePrincipalManager
  AclManager
  Attributes of FileDBManager
  Attributes of NativeFileBasedAclManager
  RealManager
  Operations of SecuritySubSystem
MQ
  Connection-Consumer
  Attributes of FileDBManager
  Pubsub
  Attributes of PubSub-Databases (FileDBManager4)
  Attributes of PubSub-Databases (FileDBManager7)
  Attributes of PubSub-Databases (TgmsManager)
  Attributes of PubSub - Topics
  Operations of PubSub - Topics
  Attributes of PubSub - Topics (Config)
  Operations of PubSub - TopicConnections
  Operations of PubSub - Topic Connections - FioranoSession
  Operations of PubSub - Topic Connections - FioranoSession - FioranoConsumer ( FioranoProducer )
  Attributes of PubSub - Topic Subsystem
  Operations of PubSub - Topic Subsystem
  Attributes of PubSub - Topic Subsystem Config
  Operations of PubSub - Topic Subsystem Config
  Attributes of PTP - Queues
  Operations of PTP - Queues
  Attributes of PTP - Queues (Config)
  Operations of PTP - Queues (Config)
  Operations of PTP - QueueConnections
  Operations of PTP - Queue Connections - FioranoSession
  Operations of PTP - Queue Connections - FioranoSession - FioranoConsumer ( FioranoProducer )
  Attributes of PTP - Queue Subsystem Config
  Operations of PTP - Queue Subsystem Config
  Attributes of PTP - Queue Subsystem
  Operations of PTP - Queue Subsystem
  Attributes of PTP - FileDBManager6 Config
 
 

FioranoMQ JMX APIs View as PDF

Connection Manager

Fiorano.socketAcceptors.port1:ServiceType=ConnectionManager,Name=ConnectionManager

Attributes of Connection Manager
NumberOfClientConnections

Description: Current Number of connections created to this connection Manager.

Type: int

Access: RO

Default Value: 0

Operations on Connection Manager
Listing Clients

Syntax:

public HashMap listAllClients() throws FioranoException

Description: Lists all Clients for this Connection Manager.

Return Type: HashMap with the key as the clientID and the value as the Connection Type, that is, PTP, PubSub, and so on.
Fiorano.socketAcceptors.port1:ServiceType=ConnectionManager,Name=ConnectionManager.type=config

Attributes of Connection Manager Config
Default

Description: Specifies whether this Connection Manager is default. All connection factories will contain the URL information from this Connection Manager.

Type: boolean

Access: RW

Default Value: true

CFNameAppender

Description: suffix for the Name of ConnectionFactory created for ConnectionManager.

Type: String

Access: RW

ReaderCacheDisabled

Description: Boolean indicating whether for this connection cache is created on read socket or not.

Type: boolean

Access: RW

Default Value: false

TCPWindowSize

Description: Used TCP window size in three way handshaking process for connection creation.

Type: long

Access: RW

Default Value: 133120

HandshakeInWorkerThread

Description: Boolean indicating whether HandShaking process is done in accepting the connection request from the client or in socket Initialization context.

Type: boolean

Access: RW

Default Value: true

MagicTimeout

Description: Time set as a socket Timeout for created socket. If any request does not arrive on the socket within this interval then socket cleanup is done.

Type: int

Access: RW

Default Value: 60000

Port

Description: Port used for binding the socket on server startup

Type: int

Access: RW

Default Value: 1856

Protocol

Description: Protocol used for establishing the connection between clients and server. Legal values are TCP, HTTP, SUN_SSL PHAOS_SSL, HTTPS_SUN, HTTPS_PHAOS, and LPC.

Type: String

Access: RW

Default Value: TCP

UseNagle

Description: Boolean indication whether Nagel Algo is used in creating the socket or not.

Type: boolean

Access: RW

Default Value: false

MonitoringRequest

Description: Get the monitoring request ID in validation of exchanged communication versions in connection establishment.

Type: int

Access: RW

Default Value: 13

MonitoringResponse

Description: Get the monitoring request response in exchange of communication versions in connection establishment

Type: String

Access: RW

EnforceJsseAuthentication

Description: Check whether authentication should be done for JSSE client requests accept by this server or not

Type: boolean

Access: RW

Default Value: false

MaxSocketConnections

Description: maximum number of socket connections that can be created.

Type: int

Access: RW

Default Value: 500

MaxClientConnectionsCount

Description: The maximum number of client connections for this Connection manager. A value of -1 indicates no upper limit.

Type: int

Access: RW

Default Value: 1024

AdminConnection

Description: Serving the client requests check whether this connection is a adminConnection or a Normal Connection

Type: boolean

Access: RW

Default Value: false

Path

Description: Root directory in which this connection manager searches for digital signatures for handling secure connections

Type: String

Access: RW

Default Value: certs

Description: InetAddress of the local machine that the MQServer needs to bind to This option is very useful when MQServer is executed on multi-homed machines.

Type: String

Access: RW

Description: Boolean representing whether handshake is disabled on connection creation or not

Type: boolean

Access: RW

Default Value: false

Description: Class Name of the Security Manager for wrapping TCP/HTTP communication. This is an implementation of IExSecurityManager. One can write and plug-in his server security manager. Possible default values are fiorano.jms.ex.sm.def.DefaultJSSESecurityManager, fiorano.jms.ex.sm.def.DefaultPhaosSecurityManager

Type: String

Access: RW

Default Value: fiorano.jms.ex.sm.def.DefaultJSSESecurityManager



ESB | JMS | SOA | MQ | Enterprise Service Bus | Java Message Service | Service Oriented Architecture |
Messaging Queue | Enterprise Messaging | SAP integration | SAP solutions | JMS performance | JMS server |
SOA platform
© Fiorano Software Technologies P Ltd. All Rights Reserved. Privacy Statement |Terms of Use
  Site Developed & Maintained by Fiorano Webteam.

 World Wide Support
 USA
:
+1-408-354-3210
 INDIA
:
+91 80 4017-0000
 UK
:
+44(0) 19328 95005