Upgrade Guide

     Previous  Next    Open TOC in new window    View as PDF - New Window  Get Adobe Reader - New Window
Content starts here

Control Annotations

The following sections describe upgrades to WebLogic Integration Control annotations.

 


Application View Controls

Table 4-1 provides information on upgrades to Application View Control annotations.

Table 4-1 Application View Controls
8.1 Annotation
Attribute
9.2 Annotation
Attribute
Comments
jc:av-identity
 
AppViewIdentity
 
Specifies the target Application View for an Application View control.
name
 
name
 
App
 
appName
 
namespaceEnforcementEnabled
 
namespaceEnforcementEnabled
 
jc:av-service
 
AppViewService
 
Specifies the Application View service associated with a method of an Application View control.
name
 
name
 
async
 
async
 

 


Data Transformation Controls

Table 4-2 provides information on upgrades to Data Transformation Control annotations.

Table 4-2 Data Transformation Controls
8.1 Annotation
Attribute
9.2 Annotation
Attribute
Comments
dtf:xquery
 
XQuery
 
Specifies the global XQuery functions and XQuery namespaces that can be used within the scope of the prologue of the DTF file.
prologue
 
prolog
 
<none>
 
xqueryVersion
 
dtf:transform
 
XQueryTransform
XsltTransform
 
Specifies the XQuery and XSLT abstract methods in a DTF file.
xquery-ref
 
transformType
XQueryTransform .TransformMethodType. xquery_ref
xquery
 
transformType
XQueryTransform .TransformMethodType. xquery
xslt-ref
 
transformType
XsltTransform. TransformMethodType. xslt_ref
xslt
 
transformType
XsltTransform. TransformMethodType. xslt
<none>
 
value
Value can be: xquery-ref or xquery or xslt-ref or xslt
 
<none>
 
xqueryVersion
Only when attributes xquery-ref or xquery are available.
dtf:schema-validate
 
SchemaValidate
 
Specifies if the source parameters or the return value, or both, should be schema validated.
return-value
 
returnValue
 
parameters
 
parameters
 
dtf:xquery-function
 
XQueryFunction
 
Specifies that a user-defined Java method (non-abstract) in a DTF file can be invoked from queries.
<none>
 
xqueryVersion
 

 


Email Controls

Table 4-3 contains information on upgrades to Email Control annotations.

Table 4-3 Email Controls
8.1 Annotation
Attribute
9.2 Annotation
Attribute
Comments
jc:email
 
Email
 
Specifies configuration attributes for the Email control.
from-address
 
fromAddress
 
from-name
 
fromName
 
smtp-address
 
smtpAddress
 
reply-to-address
 
replyToAddress
 
reply-to-name
 
replyToName
 
smtp-username
 
smtpUsername
 
smtp-password
 
smtpPassword
 
smtp-password-alias
 
smtpPasswordAlias
 
header-encoding
 
headerEncoding
 
jc:send-email
 
EmailControl.Send
 
Specifies configuration attributes for the Email control.
to
 
to
 
cc
 
cc
 
bcc
 
bcc
 
subject
 
subject
 
body
 
body
 
content-type
 
contentType
 
attachments
 
attachments
 

 


File Controls

Table 4-4 contains information on upgrades to File Control annotations.

Table 4-4 File Controls
8.1 Annotation
Attribute
9.2 Annotation
Attribute
Comments
jc:file
 
FileControl.FileInfo
 
Specifies the annotations for the File control.
directory-name
 
directoryName
 
file-mask
 
fileMask
 
suffix-name
 
suffixName
 
suffix-type
 
suffixType
 
create-mode
 
createMode
 
ftp-username-name
 
ftpUserName
 
ftp-password
 
ftpPassword
 
ftp-password-alias
 
ftpPasswordAlias
 
ftp-host-name
 
hostName
 
ftp-local-directory
 
ftpLocalDirectory
 
jc:file-operation
 
FileControl.Operation
FileControl.IOOperation
Specifies configuration attributes for a File control.
io-type
 
ioType
 
file-content
 
fileContent
 
record-size
 
recordSize
 
delimiter-string
 
delimiterString
 
delimiter-checkbox
 
delimiterCheckbox
 
encoding
 
encoding
 

 


HTTP Controls

Table 4-5 contains information on upgrades to HTTP Control annotations.

Table 4-5 HTTP Controls
8.1 Annotation
Attribute
9.2 Annotation
Attribute
Comments
jc:httpsend-data
 
HTTPSendData
 
Specifies the URL to which an HTTP message is to be sent, and from which a response is to be received.
url-name
 
url
 

 


Message Broker Controls

Table 4-6 contains upgrade information for Message Broker Control annotations.

Table 4-6 Message Broker Controls
8.1 Annotation
Attribute
9.2 Annotation
Attribute
Comments
jc:mb-publish-control
 
MessageBroker.ClassPublish
PublishControl
Defines class level attributes for the Publish control.
channel-name
 
channelName
 
message-metadata
 
metadata
 
jc:mb-publish-method
 
MessageBroker.MethodPublish
 
Defines method level attributes for the Publish control.
message-metadata
 
metadata
 
message-body
 
body
 
jc:mb-subscription-control
 
MessageBroker.ClassSubscription
SubscriptionControl
Defines class level attributes for the Subscription Control.
channel-name
 
channelName
 
xquery
 
xquery
 
filter-value-match
 
classFilterValueMatch
 
<none>
 
xqueryVersion
Indicates the XQuery Version 2002 or 2004. Upgrade sets the version to 2002 by default.
jc:mb-subscription-method
 
MessageBroker.MethodSubscription
 
Defines method level attributes for the Subscription Control.
filter-value-match
 
filterValueMatch
 
jc:mb-subscription-callback
 
MessageBroker.SubscriptionCallback
 
Defines callback attributes for the Subscription Control.
message-metadata
 
metadata
 
message-body
 
body
 

 


MQSeries Controls

Table 4-7 contains information on upgrades to MQSeries Control annotations.

Table 4-7 MQSeries Controls
8.1 Annotation
Attribute
9.2 Annotation
Attribute
Comments
jc:MQConnectionType
 
MQControl.Connection
 
Specifies the connection type for an MQ Series control.
connectionType
 
type
 
jc:MQConnectionPoolProps
 
MQControl.ConnectionPool
 
Specifies the MQ Series connection pool properties for the MQ Series control.
 
mqPoolSize
 
poolSize
 
jc:ConnectionPoolTimeout
 
MQControl.ConnectionPool
 
Specifies the MQ Series connection pool time-out in seconds.
conTimeout
 
timeout
 
jc:ConnectionRetrySettings
 
MQControl.ConnectionPool
 
Specifies the retry settings for the connection to the MQ Series queue manager.
retryCount
 
retryCount
 
retryWaitTimeInMilliseconds
 
retryWaitTimeInMilliseconds
 
jc:MQQueueManager
 
MQControl.Connection
 
Specifies the name of the queue manager for connection.
queueManager
 
QueueManager
 
jc:MQAuthorization
 
MQControl.Connection
 
Specifies the MQ Series authorization property for the MQ Series control.
requireAuthorization
 
authorization
 
jc:TCPSettings
 
MQControl.TCPSettings
 
Specifies the TCP connection settings for the MQ Series control.
host
 
host
 
port
 
port
 
channel
 
channel
 
ccsid
 
ccsid
 
user
 
user
 
password
 
password
 
sendExit
 
sendExit
 
receiveExit
 
receiveExit
 
securityExit
 
securityExit
 
jc:SSLSettings
 
MQControl.SSLSettings
 
Specifies the SSL settings for the MQ Series control.
sslRequired
 
sslRequired
 
twoWaySSLRequired
 
twoWaySSLRequired
 
jc:DefaultQueue
 
MQControl.Connection
 
Specifies the default queue name to be used for sending and retrieving messages.
defaultQueueName
 
defaultQueueName
 
jc:ImplicitTransaction
 
MQControl.Connection
 
Specifies the transaction mode of the MQ Series control.
implicitTransactionRequired
 
implicitTransaction
 

 


Process Controls

Table 4-8 contains information on upgrades to Process Control annotations.

Table 4-8 Process Controls
8.1 Annotation
Attribute
9.2 Annotation
Attribute
Comments
common:message-buffer
 
MessageBuffer
 
Specifies that there should be a queue between the component's implementation code and the message transport wire for the specified method or callback.
enable
 
enable
 
retry-count
 
retryCount
 
retry-delay
 
retryDelay
 
jc:conversation
 
Conversation
 
Specifies the role that a control's method or callback plays in a conversation. This annotation is identical to the jws:conversation annotation.
phase
 
value
 
jc:location
 
Location
 
Specifies the URL at which a Web service control accepts requests for each supported protocol. This annotation is identical to the corresponding web service annotation, @jws:location.
uri
 
uri
 
http-url
 
httpUrl
 
jms-url
 
jmsUrl
 

 


Service Broker Controls

Table 4-9 contains information on upgrades to Service Broker Control annotations.

Table 4-9 Service Broker Controls
8.1 Annotation
Attribute
9.2 Annotation
Attribute
Comments
common:define
 
Defines.Entry
 
Defines in-line data with the component class that might otherwise be referenced as an external file.
name
 
name
 
value
 
value
 
jc:conversation
 
Conversation
 
Specifies the role that a control's method or callback plays in a conversation. This annotation is identical to the jws:conversation annotation
phase
 
phase
 
jc:location
 
Location
 
Specifies the URL at which a web service control accepts requests for each supported protocol. This annotation is identical to to the corresponding web service annotation, @jws:location.
uri
 
uri
 
http-url
 
httpUrl
Converts to type String[]
 
jms-url
 
<none>
This attribute is ignored.
jc:wsdl
 
Wsdl
 
Specifies a WSDL file that is implemented by a Web service.
file
 
value
 

 


Task Control Control-level Annotations

Table 4-10 contains information on upgrades to Task Control Control-level annotations.

Table 4-10 Task Control Control-level Annotations
8.1 Annotation
Attribute
9.2 Annotation
Attribute
Comments
N/A
 
TaskControl.TaskPlanID
 
Should have @TaskType or @TaskCreate. If no jc:task annotation exists, create a @TaskPlanID annotation.
   
path
Hardcoded to /Worklist/Compatibility WebLogic Integration 8.1.x
   
version
Hardcoded to WebLogic Integration 9.0
   
worklistHostApplicationId
Hardcoded to worklist-ejbs-81x
jc:task (control)
 
TaskAnnotations.TaskCreate
   
<NA>
 
taskPlanId
Hardcoded value
Name
 
name
 
description
 
description
 
comment
 
comment
 
Priority
 
priority
 
Owner
 
owner
 
jc:advanced (control)
 
TaskAnnotations.TaskCreate
   
can-be-reassigned
 
canBeReassigned
Compatible with WebLogic Integration 8.1x only
can-be-returned
 
canBeReturned
Compatible with WebLogic Integration 8.1.x only
can-be-aborted
 
canBeAborted
Compatible with WebLogic Integration 8.1.x only
claim-due-business-date
 
claimDueDate. businessTime.duration
Compatible with WebLogic Integration 8.1.x only
claim-user-calendar
 
claimDueDate. businessTime. isUserCalendar = true
and
claimDueDate. businessTime. calendarName
Compatible with WebLogic Integration 8.1.x only
Claim-calendar
 
claimDueDate. businessTime. isUserCalendar = false
and
claimDueDate. businessTime. calendarName
Compatible with WebLogic Integration 8.1.x only
completion-due-business-date
 
completionDueDate. businessTime.duration
 
 
completion-user-calendar
 
completionDueDate. businessTime. isUserCalendar = true
and
completionDueDate. businessTime. calendarName
 
completion-calendar
 
completionDueDate. businessTime. isUserCalendar = false
and
completionDueDate. businessTime. calendarName
 
jc:assignee (control)
 
TaskAnnotations.TaskCreate
   
User
 
assignmentInstructions81x. users
Comma-separated list converted to String[]
Group
 
assignmentInstructions81x. groups
Comma-separated list converted to String[]
algorithm
 
assignmentInstructions81x. algorithm
String converted to enum

 


Task Control Method-level Annotations

Table 4-11 contains information on upgrades to Task Control Method-level annotations.

Table 4-11 Task Control Method-level Annotations
8.1 Annotation
Attribute
9.2 Annotation
Attribute
Comments
jc:task-create
 
TaskAnnotations.TaskCreate
   
Name
 
name
 
description
 
description
 
comment
 
comment
 
Priority
 
priority
 
owner
 
owner
 
can-be-reassigned
 
canBeReassigned
Compatible with WebLogic Integration 8.1.x only
can-be-returned
 
canBeReturned
Compatible with WebLogic Integration 8.1.x only
can-be-aborted
 
canBeAborted
Compatible with WebLogic Integration 8.1.x only
claim-due-business-date
 
claimDueDate. businessTime.duration
Compatible with WebLogic Integration 8.1.x only
claim-user-calendar
 
claimDueDate. businessTime. isUserCalendar = true
and
claimDueDate. businessTime. calendarName
Compatible with WebLogic Integration 8.1.x only
 
claim-calendar
 
claimDueDate. businessTime. isUserCalendar = false
and
claimDueDate. businessTime. calendarName
Compatible with WebLogic Integration 8.1.x only
completion-due-business-date
 
completionDueDate. businessTime.duration
 
completion-user-calendar
 
completionDueDate. businessTime. isUserCalendar = true
and
completionDueDate. businessTime. calendarName
 
completion-calendar
 
completionDueDate. businessTime. isUserCalendar = false
and
completionDueDate. businessTime. calendarName
 
 
request
@TaskSetRequestResponse81x
   
     
value
 
 
request-mime-type
@TaskSetRequestResponse81x
mimeType
 
jc:task-assign
 
TaskAnnotations.TaskAssign81x
   
User
 
instructions81x. users
Comma-separated list converted to String[]
group
 
instructions81x. groups
Comma-separated list converted to String[]
algorithm
 
instructions81x. algorithm
String converted to enum
jc:task-abort
 
TaskAnnotations.TaskAbort
   
enabled
 
<none>
This attribute was ignored in the WebLogic Integration 8.1.x code.
jc:task-resume
 
TaskAnnotations.TaskResume
   
enabled
 
<none>
This attribute was ignored in the WebLogic Integration 8.1.x code.
jc:task-suspend
 
TaskAnnotations.TaskSuspend
   
enabled
 
<none>
This attribute was ignored in the WebLogic Integration 8.1.x code.
jc:task-get-response
 
TaskAnnotations.TaskGetResponse81x
   
enabled
 
<none>
This attribute was ignored in the WebLogic Integration 8.1.x code.
<none>
 
property=Property.Response
 
jc:task-get-request
 
TaskAnnotations.TaskGetRequest81x
   
enabled
 
<none>
This attribute was ignored in the WebLogic Integration 8.1.x code.
<none>
 
property=Property.Request
 
jc:task-get-property
 
TaskAnnotations.TaskGetProperties
   
name
 
propertyNames
 
jc:task-set-property
 
TaskAnnotations.TaskSetProperty81x
   
name
 
name
 
value
 
value
 
jc:task-remove-property
 
TaskAnnotations.TaskRemoveProperties81x
   
name
 
propertyNames
 
jc:task-update
 
TaskAnnotations.TaskUpdate81x
   
name
 
name
 
comment
 
comment
 
priority
 
priority
 
owner
 
owner
 
can-be-reassigned
 
canBeReassigned
Compatible with WebLogic Integration 8.1.x only
can-be-returned
 
canBeReturned
Compatible with WebLogic Integration 8.1.x only
can-be-aborted
 
canBeAborted
Compatible with WebLogic Integration 8.1.x only
claim-due-business-date
 
claimDueDate. businessTime.duration
Compatible with WebLogic Integration 8.1.x only
claim-user-calendar
 
claimDueDate. businessTime. isUserCalendar = true
and
claimDueDate. businessTime. calendarName
Compatible with WebLogic Integration 8.1.x only
 
claim-calendar
 
claimDueDate. businessTime. isUserCalendar = false
and
claimDueDate. businessTime. calendarName
Compatible with WebLogic Integration 8.1.x only
completion-due-business-date
 
completionDueDate. businessTime.duration
 
completion-user-calendar
 
completionDueDate. businessTime. isUserCalendar = true
and
completionDueDate. businessTime. calendarName
 
completion-calendar
 
completionDueDate. businessTime. isUserCalendar = false
and
completionDueDate. businessTime. calendarName
 
request
@TaskSetRequestResponse81x (one per method for Request)
   
     
property = Property.Request
 
   
value = <request>
 
request-mime-type
@TaskSetRequestResponse81x (one per method for Request)
   
   
property = Property.Request
 
   
mimeType = <mime type>
 
response
@TaskSetRequestResponse81x (one per method for Response)
   
   
property = Property.Response
 
   
value = <response>
 
response-mime-type
@TaskSetRequestResponse81x (one per method for Response)
   
   
property = Property.Response
 
     
mimeType = <mime type>
 
jc:task-event
 
TaskAnnotations.TaskEventAnno
   
name
 
name
 
comment
 
comment
 
priority
 
priority
 
owner
 
owner
 
can-be-reassigned
 
canBeReassigned
 
can-be-returned
 
canBeReturned
 
can-be-aborted
 
canBeAborted
 
claim-due-business-date
 
claimDueDate
 
completion-due-business-date
 
completionDueDate
 
claim-user-calendar
 
claimDueDate
 
claim-calendar
 
claimDueDate
 
completion-user-calendar
 
completionDueDate
 
completion-calendar
 
completionDueDate
 
request
 
request
 
request-mime-type
 
requestMimeType
 
 
response
 
response
 
response-mime-type
 
responseMimeType
 
completion-due-date
 
completionDueDate
 
claim-due-date
 
claimDueDate
 

 


Task Worker Control Control-level Annotation

Table 4-12 contains information on upgrades to the Task Worker Control Control-level annotation.

Table 4-12 Task Worker Control Control-level Annotation
8.1 Annotation
Attribute
9.2 Annotation
Attribute
Comments
jc:task-worker
 
<none>
 
You can ignore this annotation.

 


Task Worker Control Method-level Annotations

Table 4-13 contains information on upgrades to Task Worker Control Method-level annotations.

Table 4-13 Task Worker Control Method-level Annotations
8.1 Annotation
Attribute
9.2 Annotation
Attribute
Comments
jc:select
 
TaskBatchAnnotations.TaskSelect
   
assigned-user
 
assignedUsers
 
assigned-group
 
assignedGroups
 
claimant
 
claimants
 
 
task-id
 
taskIds
 
 
task-name
 
taskName
 
 
comment
 
comment
 
 
owner
 
owners
 
 
min-priority
 
minPriority
 
 
max-priority
 
maxPriority
 
 
states
 
states
Compatible with WebLogic Integration 8.1.x only
 
completion-due-date-before
 
completionDueDateBefore
 
 
completion-due-date-after
 
completionDueDateAfter
 
 
claim-due-date-before
 
claimDueDateBefore
 
 
claim-due-date-after
 
claimDueDateAfter
 
 
creation-date-before
 
creationDateBefore
 
 
creation-date-after
 
creationDateAfter
 
 
property-name
 
propertyValue.name
 
 
property-value
 
propertyValue.value
 
 
selector
 
selectorParamName
Removes enclosing brackets. For example, "{myPara}" becomes "myParam"
jc:task-create
 
TaskAnnotations.TaskCreate
   
name
 
name
 
description
 
description
 
comment
 
comment
 
priority
 
priority
 
owner
 
owner
 
can-be-reassigned
 
canBeReassigned
 
can-be-returned
 
canBeReturned
 
can-be-aborted
 
canBeAborted
 
claim-due-business-date
 
claimDueDate
 
completion-due-business-date
 
completionDueDate
 
request
 
request
 
request-mime-type
 
requestMimeType
 
claim-user-calendar
 
claimDueDate
 
claim-calendar
 
claimDueDate
 
 
completion-user-calendar
 
completionDueDate
 
completion-calendar
 
completionDueDate
 
completion-due-date
 
completionDueDate
 
claim-due-date
 
claimDueDate
 
jc:task-assign
 
TaskAnnotations.TaskAssign81x
   
user
 
user
 
group
 
group
 
algorithm
 
algorithm
 
jc:task-claim
 
TaskAnnotations.TaskClaim81x
   
enabled
 
<none>
This attribute was ignored inWebLogic Integration 8.x
claimant
 
claimant
 
jc:task-return
 
TaskAnnotations.TaskReturn81x
   
enabled
 
<none>
This attribute was ignored in WebLogic Integration 8.x
jc:task-start
 
TaskAnnotations.TaskStart81x
   
enabled
 
<none>
This attribute was ignored in WebLogic Integration 8.x
jc:task-stop
 
TaskAnnotations.TaskStop81x
   
enabled
 
<none>
This attribute was ignored in WebLogic Integration 8.x
jc:task-complete
 
TaskAnnotations.TaskComplete
   
enabled
 
<none>
This attribute was ignored in WebLogic Integration 8.x
jc:task-abort
 
TaskAnnotations.TaskAbort
   
jc:task-delete
 
TaskAnnotations.TaskDelete
   
enabled
 
<none>
This attribute was ignored in WebLogic Integration 8.x
jc:task-resume
 
TaskAnnotations.TaskResume
   
jc:task-suspend
 
TaskAnnotations.TaskSuspend
   
jc:task-get-info
 
TaskAnnotations.TaskGetInfo
   
jc:task-get-response
 
TaskAnnotations.TaskGetResponse81x
   
jc:task-get-request
 
TaskAnnotations.TaskGetRequest81x
   
jc:task-get-property-name
 
TaskAnnotations.TaskGetPropertyNames81x
   
enabled
 
<none>
This attribute was ignored in WebLogic Integration 8.x
jc:task-get-property
 
TaskAnnotations.TaskGetProperties
   
jc:task-set-property
 
TaskAnnotations.TaskSetProperty81x
   
name
 
name
 
value
 
value
 
jc:task-remove-property
 
TaskAnnotations.TaskRemoveProperties81x
   
name
 
propertyNames
 
jc:task-update
 
TaskAnnotations.TaskUpdate81x
   
name
 
name
 
comment
 
comment
 
priority
 
priority
 
owner
 
owner
 
can-be-reassigned
 
canBeReassigned
 
can-be-returned
 
canBeReturned
 
can-be-aborted
 
canBeAborted
 
 
claim-due-business-date
 
claimDueDate
 
completion-due-business-date
 
completionDueDate
 
claim-user-calendar
 
claimDueDate
 
claim-calendar
 
claimDueDate
 
completion-user-calendar
 
completionDueDate
 
completion-calendar
 
completionDueDate
 
request
 
request
 
request-mime-type
 
requestMimeType
 
response
 
response
 
response-mime-type
 
responseMimeType
 
completion-due-date
 
completionDueDate
 
claim-due-date
 
claimDueDate
 

 


Dynamic Transformation Controls

The following table contains information on upgrades to Dynamic Transformation Control annotations.

Table 4-14 Dynamic Transformation Control Annotations
8.1 Annotation
Attribute
9.2 Annotation
Attribute
Comments
jc:ddtf
 
Ddtf
 
Specifies the XQuery functions that can be used by the queries and the type of encoding used at design time.
xquery-prologue
 
xqueryPrologue
 
control-design-time-encoding
 
controlDesignTimeEncoding
 
jc:xquery
 
XQuery
 
Specifies the XQuery files and their attributes for XQuery transformations at run time.
xquery-arg-names
 
xqueryArgNames
 
validate-parms
 
validateParms
 
validate-return
 
validateReturn
 
design-time-encoding
 
designTimeEncoding
 
jc:xslt
 
Xslt
 
Specifies the XSL file to be used for the transformation.
xslt-arg-names
 
xsltArgNames
 

 


WebLogic Integration JMS Controls

The WebLogic Integration JMS control is an extension of the base JMS control, and its control annotations also apply to the WebLogic Integration JMS control.

Note: The base JMS control no longer supports JMS receive functions. Therefore, WebLogic Integration JMS controls do not have receive functions.

Table 4-15 contains information on upgrades to WebLogic Integration JMS Control annotations.

Table 4-15 WebLogic Integration JMS Control Annotations
8.1 Annotation
Attribute
9.2 Annotation
Attribute
Comments
jc:jms
 
JMSControl.JMS
 
Sets the JMS properties for the control
receive-correlation-property
 
receivecorrelationproperty
 
send-correlation-property
 
sendcorrelationproperty
 
auto-topic-subscribe
 
autotopicsubscribe
 
receive-selector
 
receiveselector
 
topic-table-datasource
 
topictabledatasource
 
 
send-jndi-name
 
sendjndiname
 
receive-jndi-name
 
receivejndiname
 
connection-factory-jndi-name
 
connectionfactoryjndiname
 
receive-type
 
receivetype
 
send-type
 
sendtype
 
jc:jms-headers
 
JMSHeader
 
Set and retrieves values for the JMS message headers.
JMSCorrelationID
 
JMSCorrelationID
 
JMSDeliveryMode
 
JMSDeliveryMode
 
JMSExpiration
 
JMSExpiration
 
JMSMessageID
 
JMSMessageID
 
JMSPriority
 
JMSPriority
 
JMSRedelivered
 
JMSRedelivered
 
JMSTimestamp
 
JMSTimestamp
 
JMSType
 
JMSType
 
jc:jms-property
 
JMSControl.PropertyValue
 
Sets and retrieves properties of the message.
key
 
name
 
value
 
value
 

 


TIBCO RV Controls

Table 4-16 contains information on upgrades to TIBCO RV Control annotations.

Table 4-16 TIBCO RV Control Annotations
8.1 Annotation
Attribute
9.2 Annotation
Attribute
Comments
jc:Transport
 
TibcoRV.Transport
   
service
 
service
 
network
 
network
 
deamon
 
deamon
 
jc:UseCM
 
TibcoRV.UseCM
   
usecm
 
usecm
 
jc:CMTransport
 
TibcoRV.CMTransport
   
cmname
 
cmname
 
ledgername
 
ledgername
 
requestold
 
requestold
 
syncledger
 
syncledger
 


  Back to Top       Previous  Next