| Skip Navigation Links | |
| Exit Print View | |
|
Oracle Java CAPS JMS Reference Java CAPS Documentation |
Implementing JMS in Java CAPS Projects
To Implement JMS Following the Java CAPS Model
Creating and Configuring Message Destinations
Creating OTDs and Collaborations
Using the JMS OTD in Collaboration Definitions
Using JMS Messages in Collaboration Definitions
Database Configuration and Operation
Protected Concurrent Processing
Serial Processing Across a Destination Group
Message Redelivery and Redirection
Specifying Redelivery Options in the JMS IQ Manager
Specifying Redelivery Options in a JMS Client
Example of Producer Throttling and Unthrottling
Additional JMS Message Properties
requestReply(timeout, message)
requestReplyTo(message, destName)
requestReplyTo(timeout, message, destName)
send(message, deliveryMode, priority, timeToLive)
sendBytes(payload, deliveryMode, priority, timeToLive)
sendBytesTo(payload, destination)
sendBytesTo(payload, destination, deliveryMode, priority, timeToLive)
sendText(payload, deliveryMode, priority, timeToLive)
sendTextTo(payload, destination)
sendTextTo(payload, destination, deliveryMode, priority, timeToLive)
sendTo(message, destination, deliveryMode, priority, timeToLive)
JMS IQ Manager Runtime Configuration
Accessing the Configuration Properties
Configuration Properties Interface
Journaling and Expiration Properties
Per-Destination Throttling Threshold
Overview of MS Control Utility Features
To Create a Backup Archive File
To Set the MS Control Utility Timeout Period
Message Destination (Queue) Examples
This topic describes Java methods that are available for messages of the type com.stc.connectors.jms.Message, and can be accessed from:
Input messages for the receive web service operation.
Output messages for the receiveWait web service operation.
The following Java methods are available for messages of the type com.stc.connectors.jms.receiveWaitMessage, and can be accessed from the receiveWait web service operation.
Counts the number of keys in the map message.
None.
|
None.
Counts the number of items in the map message.
None.
|
None.
Counts the number of user properties.
None.
|
None.
Gets the data bytes in the message.
None.
|
None.
Gets the JMS message type.
None.
|
None.
Gets the name-value pair array containing the map message.
None.
|
None.
Gets the name-value pair containing the map message from the location in the map list specified by arg0.
|
|
None.
Gets the message property object to query for the various JMS message properties.
None.
|
None.
Gets the array of stream message objects.
None.
|
None.
Gets the stream message object from the location specified by arg0.
|
|
None.
Gets the data string in the message.
None.
|
None.
Gets the name-value pair array of the user properties in the message.
None.
|
None.
Gets the name-value pair representing user properties from the location specified by arg0.
|
|
None.
Returns the byte array corresponding to the payload of the message object.
None.
|
Throws JMSException if conversion is not possible, for example, if the method cannot convert from a map message to a byte array.
Returns the byte array corresponding to the message payload, with the encoding as specified by arg0.
|
|
Throws JMSException if conversion is not possible, for example, if the method cannot convert from a map message to a byte array.
Throws UnsupportedEnclodingException if the name charset is not supported.
Returns the value of the message specified by arg0, or null if the message does not exist.
|
|
None.
Returns a map message list object, which contains map message objects as an array of name-value pairs.
None.
|
None.
Returns a string representation of the message payload.
None.
|
Throws JMSException if conversion is not possible, for example, if the method cannot convert from a map message to a String.
Returns a string representation of the message payload, with the encoding as specified by arg0.
|
|
Throws JMSException if conversion is not possible.
Returns the value of the user-defined string property specified by arg0, or null if the property does not exist.
|
|
None.
Returns the user property list.
None.
|
None.
Sets the bytes message to the value specified by arg0.
|
None.
None.
Sets the text message type to the value specified by arg0.
|
None.
None.
Sets the stream message specified by arg0 to the value specified by arg1.
|
None.
None.
Sets the text message to the value specified by arg0.
|
None.
None.
Writes the name and value of a map message to the map message object, where arg0 specifies the name and arg1 specifies the value of the map message.
|
None.
None.
Writes the name and value of a user property to the user property object, where arg0 specifies the name and arg1 specifies the value of the user property.
|
None.
None.
Gets and returns the timeout period during which the operation blocks program execution, while waiting for a message to arrive.
None.
|
None.
Sets the timeout period during which the operation blocks program execution, while waiting for a message to arrive.
|
None.
None.