WebSphere MQ classes for Java Message Service provides facilities to set
and query the properties of administered objects either using the WebSphere MQ
JMS administration tool, or in an application program. Table 37 shows the mapping between each property name used with the
administration tool and the corresponding member variable it refers to.
It also shows the mapping between symbolic property values used in the tool
and their programmable equivalents.
Property | Member variable name | Tool property values | Program property values |
---|---|---|---|
BROKERCCDSUBQ | brokerCCDurSubQueue |
|
|
BROKERCCSUBQ | brokerCCSubQueue |
|
|
BROKERCONQ | brokerControlQueue |
|
|
BROKERDURSUBQ | brokerDurSubQueue |
|
|
BROKERPUBQ | brokerPubQueue |
|
|
BROKERQMGR | brokerQueueManager |
|
|
BROKERSUBQ | brokerSubQueue |
|
|
BROKERVER | brokerVersion |
|
|
CCSID | CCSID |
|
|
CHANNEL | channel |
|
|
CLEANUP | cleanupLevel |
|
|
CLEANUPINT | cleanupInterval |
|
|
CLIENTID | clientId |
|
|
DESCRIPTION | description |
|
|
ENCODING | encoding |
|
|
EXPIRY | expiry |
|
|
HOSTNAME | hostName |
|
|
MSGBATCHSZ | msgBatchSize |
|
|
MSGRETENTION | messageRetention |
|
|
PERSISTENCE | persistence |
|
|
POLLINGINT | pollingInterval |
|
|
PORT | port |
|
|
PRIORITY | priority |
|
|
PUBACKINT | pubAckInterval |
|
|
QUEUE | baseQueueName |
|
|
QMANAGER | queueManager* |
|
|
RECEXIT | receiveExit |
|
|
RECEXITINIT | receiveExitInit |
|
|
SECEXIT | securityExit |
|
|
SECEXITINIT | securityExitInit |
|
|
SENDEXIT | sendExit |
|
|
SENDEXITINIT | sendExitInit |
|
|
SSLCIPHERSUITE | sslCipherSuite |
|
|
SSLCRL | sslCertStores |
|
|
SSLPEERNAME | sslPeerName |
|
|
STATREFRESHINT | statusRefreshInterval |
|
|
SYNCPOINTALLGETS | syncpointAllGets |
|
|
TARGCLIENT | targetClient |
|
|
TEMPMODEL | temporaryModel |
|
|
TOPIC | baseTopicName |
|
|
TRANSPORT | transportType |
|
|
USECONNPOOLING | useConnectionPooling |
|
|
|