View This WT Ct Bridge Global
/management/weblogic/{version}/serverConfig/WTCServers/{name}/WTCtBridgeGlobal
View this WT ct bridge global.
Request
-
name(required): string
The name property of the instance in the collection.
-
version(required): string
The version of the WebLogic REST interface.
-
excludeFields: string
The 'excludeFields' query parameter is used to restrict which fields are returned in the response. It is a comma separated list of field names. If present, only fields whose name is not on the list will be returned. If not present, all fields are returned (unless the 'fields' query parameter is specified). Note: 'fields' must not be specified if 'excludeFields' is specified.
-
excludeLinks: string
The 'excludeLinks' query parameter is used to restrict which links are returned in the response. It is a comma separated list of link relationship names. If present, only links whose relationship name is not on the list will be returned. If not present, all links are returned (unless the 'links' query parameter is specified). Note: 'links' must not be specified if 'excludeLinks' is specified.
-
fields: string
The 'fields' query parameter is used to restrict which fields are returned in the response. It is a comma separated list of field names. If present, only fields with matching names are returned. If not present, all fields are returned (unless the 'excludeFields' query parameter is specified). Note: 'excludeFields' must not be specified if 'fields' is specified.
-
links: string
The 'links' query parameter is used to restrict which links are returned in the response. It is a comma separated list of link relationship names. If present, only links with matching relationship names are returned. If not present, all links are returned (unless the 'excludeLinks' query parameter is specified). Note: 'excludeLinks' must not be specified if 'links' is specified.
-
Admin: basic
Type:
basic
Description:A user in the Admin security role.
-
Deployer: basic
Type:
basic
Description:A user in the Deployer security role.
-
Monitor: basic
Type:
basic
Description:A user in the Monitor security role.
-
Operator: basic
Type:
basic
Description:A user in the Operator security role.
Response
- application/json
200 Response
Returns this WT ct bridge global.
object
-
allowNonStandardTypes:
string
Default Value:
NO
Allowed Values:[ "Yes", "No" ]
Specifies whether non-standard data types are allowed to pass through this Tuxedo queuing bridge.
A value of
NO
means that non standard types are rejected and placed onto a specified error location; a value ofYES
means that non-standard types are placed on the target location as BLOBs with a tag indicating the original type.Note: Standard types are: ASCII text (TextMessage, STRING), or BLOB (BytesMessage, CARRAY).
-
defaultReplyDeliveryMode:
string
Default Value:
DEFAULT
Allowed Values:[ "PERSIST", "NONPERSIST", "DEFAULT" ]
The reply delivery mode to associate with a message when placing messages onto the target location.
Usage Notes:
Use when messages are being redirected to Tuxedo/Q from JMS and the
JMS_BEA_TuxGtway_Tuxedo_ReplyDeliveryMode
property is not set for a message.If the
defaultReplyDeliveryMode
andJMS_BEA_TuxGtway_Tuxedo_ReplyDeliveryMode
are not set, the default semantics defined for Tuxedo are enforced by the Tuxedo/Q subsystem.
-
deliveryModeOverride:
string
Default Value:
NONPERSIST
Allowed Values:[ "PERSIST", "NONPERSIST" ]
The delivery mode to use when placing messages onto the target location.
If this value is not specified, the message is placed on the target location with the same delivery mode specified from the source location.
Note: This value overrides any delivery mode associated with a message.
-
dynamicallyCreated:
boolean
Read Only:
true
Default Value:false
Return whether the MBean was created dynamically or is persisted to config.xml
-
id:
integer(int64)
Read Only:
true
Return the unique id of this MBean instance
-
jmsFactory:
string
Default Value:
weblogic.jms.XAConnectionFactory
The name of the JMS connection factory.
Example:
weblogic.jms.ConnectionFactory
Constraints
- legal null
-
jmsToTuxPriorityMap:
string
The mapping of priorities from JMS to Tuxedo. The default JMS To Tux Priority Map is:
0:1 | 1:12 | 2:23 | 3:34 | 4:45 |5:56 | 6:67 | 7:78 | 8:89 | 9:100
Examples:
0:1 | 1:12 | 2:23 | 3:34 | 4:45 | 5:56 | 6:67 | 7:78 | 8:89 | 9:100 or 0:1-10|1:11-20|2:21-30|3:31-40|4:41-50|5:51-60|6:61-70|7:71-80|8:81-90|9:91-100
Note: The are 10 possible JMS priorities(0=>9) which can be paired to 100 possible Tuxedo priorities(1=>100). A mapping consists of a "|" separated list of value-to-range pairs (jmsvalue:tuxrange) where pairs are separated by ":" and ranges are separated by "-".
-
jndiFactory:
string
Default Value:
weblogic.jndi.WLInitialContextFactory
The name of the JNDI lookup factory.
Example:
weblogic.jndi.WLInitialContextFactory
Constraints
- legal null
-
name:
string
Read Only:
true
The user-specified name of this MBean instance.
This name is included as one of the key properties in the MBean's
javax.management.ObjectName
Name=user-specified-name
Constraints
- legal null
-
notes:
string
Optional information that you can include to describe this configuration.
WebLogic Server saves this note in the domain's configuration file (
config.xml
) as XML PCDATA. All left angle brackets (<) are converted to the xml entity<. Carriage returns/line feeds are preserved.)>
Note: If you create or edit a note from the Administration Console, the Administration Console does not preserve carriage returns/line feeds.
-
retries:
integer(int32)
Minimum Value:
0
Maximum Value:2147483647
Default Value:0
The number of attempts to redirect a message before this Tuxedo queuing bridge places the message in the specified error location and logs an error.
Range of Values: Between 0 and a positive 32-bit integer.
-
retryDelay:
integer(int32)
Minimum Value:
0
Maximum Value:2147483647
Default Value:10
The minimum number of milliseconds this Tuxedo queuing bridge waits before redirecting a message after a failure.
Note: During this waiting period, no other messages are redirected from the thread. Other threads may continue to redirect messages.
Range of Values: Between
and a positive 32-bit integer.
-
tags:
array Items
Title:
Items
Return all tags on this Configuration MBean
-
timeout:
integer(int32)
Minimum Value:
0
Maximum Value:2147483647
Default Value:60
The number of timeout seconds for an entire redirection when this Tuxedo queuing bridge places a message on the target location. A value of
specifies an infinite wait.
Range of Values: Between
and a positive 32-bit integer.
-
transactional:
string
Default Value:
NO
Allowed Values:[ "Yes", "No" ]
Specifies whether this Tuxedo queuing bridge should use transactions when retrieving messages from a source location and when placing messages on a target location.
A value of
YES
means that transactions are used for both operations; a value ofNO
means that transactions are not used for either operation.Note: Transactional is not supported in this release.
-
tuxErrorQueue:
string
The name of the Tuxedo queue used to store a message that cannot be redirected to a Tuxedo/Q source queue.
If not specified, all messages not redirected are lost. If the message cannot be placed into the
TuxErrorQueue
, an error is logged and the message is lost.Note: This queue is in the same queue space as the source queue.
-
tuxFactory:
string
Default Value:
tuxedo.services.TuxedoConnection
The name of the Tuxedo connection factory.
Example:
tuxedo.services.TuxedoConnection
Constraints
- legal null
-
tuxToJmsPriorityMap:
string
The mapping of priorities to map from Tuxedo to JMS. The default JMS To Tux Priority Map is:
1-10:0 | 11-20:1 | 21-30:2 | 31-40:3| 41-50:4| 51-60:5 | 61-70:6 | 71-80:7 | 81-90:8 | 91-100:9
Examples:
1:0 | 12:1 | 23:2 | 34:3 | 45:4 | 56:5 | 67:6 | 78:7 | 89:8 | 100:9 or 20:0-1 | 40:2-3 | 60:4-5 | 80:6-7 | 100:8-9
Note: The are 100 possible Tuxedo priorities(1=>100) which can be paired to 10 possible JMS priorities(0=>9). A mapping consists of a "|" separated list of value-to-range pairs (tuxvalue:jmsrange) where pairs are separated by ":" and ranges are separated by "-".
-
type:
string
Read Only:
true
Returns the type of the MBean.
Constraints
- unharvestable
-
userId:
string
The user identity for all messages handled by this Tuxedo queuing bridge for ACL checks when security is configured.
All messages assume this identity until the security/authentication contexts are passed between the subsystems. Until the security contexts are passed, there is no secure method to identify who generated a message received from the source location.
Note: The
user
argument may be specified as either a user name or a user identification number (uid). -
wlsErrorDestination:
string
The name of the location used to store WebLogic Server JMS messages when a message cannot be redirected.
If not specified, all messages not redirected are lost. If the message cannot be placed into
WlsErrorDestination
for any reason, an error is logged and the message is lost.