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

Classic Java CAPS

Java CAPS Management and Monitoring APIs

Java CAPS JMS Reference

Introduction to JMS

JMS and Java CAPS

Implementing JMS in Java CAPS Projects

Using the JMS OTD in Collaboration Definitions

Using JMS Messages in Collaboration Definitions

Inside the JMS IQ Manager

JMS Messaging Features

Message Delivery Order

Message Producer Priorities

Distributed Transactions

Security

Runtime Management

JMS IQ Manager Database

Database Files

Database Location

Database Configuration and Operation

Message Processing Order

JMS IQ Manager Delivery Modes

JMS Client Delivery Modes

Message Producer Priorities

Message Redelivery and Redirection

Redelivery Options

Specifying Redelivery Options in the JMS IQ Manager

Specifying Redelivery Options in a JMS Client

Enqueued Message Properties

Enqueue Time

Sequence Number

Performance Issues

Throttling Producers

JMS Object Type Definitions

Message Types

JMS Message Properties

JMS Message Header Properties

Additional JMS Message Properties

JMS OTD Methods

createBytesMessage()

createBytesMessage(msg)

createMapMessage()

createMessage()

createMessage(msg)

createStreamMessage()

createTextMessage()

createTextMessage(msg)

getDeliveryMode()

getDestination()

getMessageServerURL()

getPriority()

getTimeToLive()

receive(timeout)

receive(timeout, destination)

receiveNoWait()

receiveNoWait(destination)

requestReply(message)

requestReply(timeout, message)

requestReplyTo(message, destName)

requestReplyTo(timeout, message, destName)

send(message)

send(message, deliveryMode, priority, timeToLive)

sendBytes(payload)

sendBytes(payload, deliveryMode, priority, timeToLive)

sendBytesTo(payload, destination)

sendBytesTo(payload, destination, deliveryMode, priority, timeToLive)

sendText(payload)

sendText(payload, deliveryMode, priority, timeToLive)

sendTextTo(payload, destination)

sendTextTo(payload, destination, deliveryMode, priority, timeToLive)

sendTo(message, destination)

sendTo(message, destination, deliveryMode, priority, timeToLive)

setDeliveryMode(arg0)

setDestination(arg0)

setMessageServerURL(arg0)

setPriority(arg0)

setTimeToLive(arg0)

JMS Message Methods

countMapMessage()

countStreamMessage()

countUserProperty()

getBytesMessage()

getJMSMessageType()

getMapMessage()

getMapMessage(arg0)

getMessageProperties()

getStreamMessage()

getStreamMessage(arg0)

getTextMessage()

getUserProperty()

getUserProperty(arg0)

retrieveBytesFromMessage()

retrieveBytesFromMessage(arg0)

retrieveMapMessage(arg0)

retrieveMapMessageList()

retrieveStringFromMessage()

retrieveStringFromMessage(arg0)

retrieveUserProperty(arg0)

retrieveUserPropertyList()

setBytesMessage(arg0)

setJMSMessageType(arg0)

setStreamMessage(arg0, arg1)

setTextMessage(arg0)

storeMapMessage(arg0, arg1)

storeUserProperty(arg0, arg1)

getTimeToWait()

setTimeToWait(arg0)

JMS Client Configuration

Categories

Consumers

Producers

JMS IQ Manager Runtime Configuration

Accessing the Configuration Properties

Configuration Properties Interface

Stable Storage Page

Segment Properties

Journaling and Expiration Properties

Messaging Behavior Page

Throttling Properties

Special FIFO Mode Properties

Time Dependency Properties

Access Control Page

Security Options

Diagnostics Page

Diagnostic Properties

Miscellaneous Page

Enable Alert Option

JMS Provider Management

Overview of MS Control Utility Features

MS Control Utility Details

Flags and Arguments

Syntax

Using the MS Control Utility

To Change Message Contents

To Create a Backup Archive File

To Access an Archive File

To Set the MS Control Utility Timeout Period

To Shut the Server Down

Command/Response Examples

Message Server Example

Message Destination (Queue) Examples

Message Destination (Topic) Examples

Message Examples

Troubleshooting

Timestamp Errors

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

Java CAPS JMS Reference

The following sections provide information on the implementation of JMS in Java CAPS 6. If you have any questions or problems, see the Java CAPS web site at http://goldstar.stc.com/support.

This topic includes the following subtopics: