Installing Upgrading Designing Configuring Deploying Monitoring Administering Troubleshooting Reference JBI Components
Close Print View
Reference: JMS Management Service
 

Classic Java CAPS

Java CAPS Management and Monitoring APIs

Java CAPS Management Client

JavaDocs

Targets

Getting Started Using APIs

To Start Using APIs to Create Applications

Connecting to the Server Through APIs

Connection Type Definition

CAPSManagementClientFactory Definition

The Alert Management API

Support for Databases

AlertConfigurationService

AlertNotificationService

Services -- JavaCAPSManagementAPI

Administration Service

Runtime Management Service

Configuration Service

Deployment Service

Installation Service

Performance Measurement Service

Alert Management Service

Alert Administration Service

Alert Notification Service

Alert Configuration Service

JMS Management Service

Log Management Service

BPEL Management Service

Master Data Management (MDM) Service

Sun Adapters Management Service

Target Option Behavior for the Management Client

Writing Java Code to Access APIs Using Java Code Samples

Setting Up Databases

To Set Up a Database Using Enterprise Manager

To Set Up a Database Using a Scripting Utility

Using Oracle and Other Databases for Alert Persistence

To Set Up an Oracle Database for Alert Persistence

Oracle Script Examples

Setting Up Scripting Engines

Downloading, Installing, and Setting Up A Scripting Environment

Setting Up a Scripting Environment to Invoke Java CAPS Management and Monitoring APIs

To Modify the Environment Variables in env.bat

Using a Scripting Language to Exercise the Java CAPS Management and Monitoring APIs

Exercising the Administration Service

Exercising the Configuration Service

Exercising the Deployment Service

Exercising the Installation Service

Exercising the Runtime Management Service

Exercising the JMS Management Service

Exercising the BPEL Management Service

Exercising the HTTP Administration Service

Exercising the Notification Service

JRuby Integrated into NetBeans IDE

Java CAPS JMS Reference

WebLogic Server Components

Understanding Sun Master Index Configuration Options (Repository)

Understanding Sun Master Index Processing (Repository)

Understanding the Sun Match Engine

Understanding the Business Rules Method Palette

About Application Adapters

About Communication Adapters

About Database Adapters

About Web Server Adapters

What's New in the Sun TCP/IP HL7 Adapter

Java EE Based Components

Sun Master Data Management Suite Primer

Understanding Sun Master Index Configuration Options

Understanding the Master Index Match Engine

Understanding the Master Index Standardization Engine

United States Patient Solution Using MDM

Australia Patient Solution Using MDM

United Kingdom Patient Solution Using MDM

JMS Management Service

JMS Management Service Method Names and Descriptions

API Method Name
Description
getServerProperties
Returns the server properties.
isServerReady
Checks if the message server is ready.
getXids
Returns a list of transactions on the message server.
rollbackXid
Rolls back a specified transaction on the message server.
getTopicProperties
Retrieves the specified topic properties.
getTopics
Retrieves the list of topics on the message server.
getTopicsWithHeaders
Returns a list of topics with header properties on the message server.
getTemporaryTopics
Retrieves a list of temporary topics.
createTopic
Creates a new specified topic with the specified name on the message server.
deleteTopic
Deletes a specified topic on the message server.
getTopicMessage
Returns a message body of a specified message of a specified topic.
getTopicMsgProperties
Returns the specified topic message properties.
getTopicMsgPropertiesList
Returns a list of messages with the properties for the given start message index.
getSubscribers
Returns a list of subscribers for a specified topic.
changeTopicTextMessage
Changes the content of a specified text message of a specified topic.
changeTopicBytesMessage
Changes the content of a specified bytes message of a specified topic.
deleteTopicMessage
Deletes a specified message from a specified topic.
getTopicMessageType
Returns the message type of a specified message from a specified topic.
suspendTopic
Suspends a specified topic.
resumeTopic
Resumes the suspended topic.
submitNewMessage
Submits a new message to a specified topic or queue on the message server.
createTopicDurableSubscriber
Creates a new specified topic durable subscriber for a specified topic on the message server.
unsubscribeDurableSubscriber
Unsubscribes a specified durable subscription on the message server.
republishTopicMessage
Resends a specified journalled message to a specified queue on the message server.
getTopicStatistics
Returns the statistics of a specified topic on the message server.
getQeueueProperties
Retrieves the queue properties.
getQueues
Retrieves the list of queues on the message server.
getQueuesWithHeaders
Returns a list of queues with header properties on the message server.
getTemporaryQueues
Retrieves the list of temporary queues.
createQueue
Creates a new queue with the specified name on the message server.
deleteQueue
Deletes a specified queue on the message server.
getQueueMsgProperties
Returns the specified topic message properties.
getQueueMsgPropertiesList
Returns a list of messages with its properties for the given start message index.
getQueueMessage
Returns a message body of a specified message of a queue.
getReceivers
Returns a list of receivers for a specified queue.
changeQueueTextMessage
Changes the content of a specified text message of a queue.
changeQueueBytesMessage
Changes the content of a specified bytes message of a specified queue.
deleteQueueMessage
Deletes a specified message from a specified queue.
getQueueMessageType
Returns the message type of a specified message of the queue.
suspendQueue
Suspends a specified queue.
resumeQueue
Resumes the suspended queue.
resendQueueMessage
Republishes a specified journalled message to a specified topic on the message server.
getQueueStatistics
Returns the statistics of a specified queue on the message server.