Skip to content

AdminJMS

The AdminJMS script library provides the script procedures that configure and query Java Messaging Services (JMS) provider and resource settings.

The AdminJMS script library provides the following script procedures. To display detailed information about each script library, use the help command for the AdminJMS script library, specifying the name of the script of interest as an argument. The script procedures that take the scope argument can be specified in following formats (Cell, Node, Server, Cluster): for example, a cluster can be specified as: "Cell=myCell,Cluster=myCluster" or "/Cell:myCell/ServerCluster:myCluster/" or "myCluster(cells/myCell/clusters/myCluster|cluster.xml#Cluster_1)"

A node can be specified as

"Cell=myCell,Node=myNode" or "/Cell:myCell/Node:myNode/" or "myNode(cells/myCell/nodes/myNode|node.xml#Node_1)"

A server can be specified as

"Cell=myCell,Node=myNode,Server=myServer" or "/Cell:myCell/Node:myNode/Server:myServer/" or "myServer(cells/myCell/nodes/myNode/servers/myServer|server.xml#Server_1)"

The script procedures that take the optional arguments can be specified with a list or string format: for example, otherAttributeList can be specified as: "readAhead=AlwaysOff, maxBatchSize=54" or [["readAhead", "AlwaysOff"], ["maxBatchSize", 54]]

AdminJMS.createGenericJMSConnectionFactory(*args)

Create a new GenericJMSConnectionFactory.

AdminJMS.createGenericJMSConnectionFactoryAtScope(*args)

Create a new GenericJMSConnectionFactory on the specified scope.

AdminJMS.createGenericJMSConnectionFactoryUsingTemplate(*args)

Create a new GenericJMSConnectionFactory using template.

AdminJMS.createGenericJMSConnectionFactoryUsingTemplateAtScope(*args)

Create a new GenericJMSConnectionFactory using template on the specified scope.

AdminJMS.createGenericJMSDestination(*args)

Create a new GenericJMSDestination.

AdminJMS.createGenericJMSDestinationAtScope(*args)

Create a new GenericJMSDestination on the specified scope.

AdminJMS.createGenericJMSDestinationUsingTemplate(*args)

Create a new GenericJMSDestination using template.

AdminJMS.createGenericJMSDestinationUsingTemplateAtScope(*args)

Create a new GenericJMSDestination using template on the specified scope.

AdminJMS.createJMSProvider(*args)

Create a new JMSProvider.

AdminJMS.createJMSProviderAtScope(*args)

Create a new JMSProvider on the specified scope.

AdminJMS.createJMSProviderUsingTemplate(*args)

Create a new JMSProvider using template.

AdminJMS.createJMSProviderUsingTemplateAtScope(*args)

Create a new JMSProvider using template on the specified scope.

AdminJMS.createSIBJMSActivationSpec(*args)

Create a SIB JMS ActivationSpec.

AdminJMS.createSIBJMSConnectionFactory(*args)

Create a SIB JMS Connection factory.

AdminJMS.createSIBJMSQueue(*args)

Create a SIB JMS Queue.

AdminJMS.createSIBJMSQueueConnectionFactory(*args)

Create a SIB JMS Queue Connection factory.

AdminJMS.createSIBJMSTopic(*args)

Create a SIB JMS Topic.

AdminJMS.createSIBJMSTopicConnectionFactory(*args)

Create a SIB JMS Topic Connection factory.

AdminJMS.createWASQueue(*args)

Create a new WASQueue.

AdminJMS.createWASQueueAtScope(*args)

Create a new WASQueue on the specified scope.

AdminJMS.createWASQueueConnectionFactory(*args)

Create a new WASQueueConnectionFactory.

AdminJMS.createWASQueueConnectionFactoryAtScope(*args)

Create a new WASQueueConnectionFactory on the specified scope.

AdminJMS.createWASQueueConnectionFactoryUsingTemplate(*args)

Create a new WASQueueConnectionFactory using template.

AdminJMS.createWASQueueConnectionFactoryUsingTemplateAtScope(*args)

Create a new WASQueueConnectionFactory using template on the specified scope.

AdminJMS.createWASQueueUsingTemplate(*args)

Create a new WASQueueUsingTemplate.

AdminJMS.createWASQueueUsingTemplateAtScope(*args)

Create a new WASQueueUsingTemplate on the specified scope.

AdminJMS.createWASTopic(*args)

Create a new WASTopic.

AdminJMS.createWASTopicAtScope(*args)

Create a new WASTopic on the specified scope.

AdminJMS.createWASTopicConnectionFactory(*args)

Create a new WASTopicConnectionFactory.

AdminJMS.createWASTopicConnectionFactoryAtScope(*args)

Create a new WASTopicConnectionFactory on the specified scope.

AdminJMS.createWASTopicConnectionFactoryUsingTemplate(*args)

Create a new WASTopicConnectionFactory using template.

AdminJMS.createWASTopicConnectionFactoryUsingTemplateAtScope(*args)

Create a new WASTopicConnectionFactory using template on the specified scope.

AdminJMS.createWASTopicUsingTemplate(*args)

Create a new WASTopic using template.

AdminJMS.createWASTopicUsingTemplateAtScope(*args)

Create a new WASTopic using template on the specified scope.

AdminJMS.createWMQActivationSpec(*args)

Create a WMQ ActivationSpec.

AdminJMS.createWMQConnectionFactory(*args)

Create a WMQ Connection factory.

AdminJMS.createWMQQueue(*args)

Create a WMQ Queue.

AdminJMS.createWMQQueueConnectionFactory(*args)

Create a WMQ Queue Connection factory.

AdminJMS.createWMQTopic(*args)

Create a WMQ Topic.

AdminJMS.createWMQTopicConnectionFactory(*args)

Create a WMQ Topic Connection factory.

AdminJMS.help(*args)

Provide AdminJMS script library online help.

AdminJMS.listGenericJMSConnectionFactories(*args)

List GenericJMSConnectionFactories.

AdminJMS.listGenericJMSConnectionFactoryTemplates(*args)

List GenericJMSConnectionFactory templates.

AdminJMS.listGenericJMSDestinationTemplates(*args)

List GenericJMSDestination templates.

AdminJMS.listGenericJMSDestinations(*args)

List GenericJMSDestinations.

AdminJMS.listJMSConnectionFactories(*args)

List JMSConnectionFactories.

AdminJMS.listJMSDestinations(*args)

List JMSDestinations.

AdminJMS.listJMSProviderTemplates(*args)

List JMSProvider templates.

AdminJMS.listJMSProviders(*args)

List JMSProviders.

AdminJMS.listWASQueueConnectionFactories(*args)

List WASQueueConnectionFactories.

AdminJMS.listWASQueueConnectionFactoryTemplates(*args)

List WASQueueConnectionFactory templates.

AdminJMS.listWASQueueTemplates(*args)

List WASQueue templates.

AdminJMS.listWASQueues(*args)

List WASQueues.

AdminJMS.listWASTopicConnectionFactories(*args)

List WASTopicConnectionFactories.

AdminJMS.listWASTopicConnectionFactoryTemplates(*args)

List WASTopicConnectionFactory templates.

AdminJMS.listWASTopicTemplates(*args)

List WASTopic templates.

AdminJMS.listWASTopics(*args)

List WASTopics.

AdminJMS.startListenerPort(*args)

Start the listener port.