Oracle9i Supplied PL/SQL Packages and Types Reference Release 2 (9.2) Part Number A96612-01 |
|
DBMS_MGWADM, 4 of 6
The following sections discuss properties of MQSeries related to links and queues. Refer to IBM MQSeries documentation for more information.
Table 31-14 summarizes the basic configuration properties for an MQSeries messaging link. (Refer to "Notes on Table 31-14" for an explanation of the numbers in parentheses.) The table indicates which properties are optional (NULL
allowed), which can be altered, and if alterable, which values can be dynamically changed.
NULL
, the port and channel must be NULL
. If the hostname is nonnull, the port and channel must be nonnull. If the hostname is NULL
, an MQSeries bindings connection is used; otherwise a client connection is used.NULL
, a default value of DBMS_MGWADM.MQSERIES_BASE_JAVA_INTERFACE
is used.NULL
, a default value of 1
is used.NULL
if the link is not used for inbound propagation. The log queue can be altered only when no inbound propagation subscriber references the link.NULL
if the link is not used for outbound propagation. The log queue can be altered only when no outbound propagation subscriber references the link.This section describes optional configuration properties supported for an MQSeries messaging link. These properties are specified by using the options
parameter of DBMS_MGWADM.CREATE_MSGSYSTEM_LINK
and DBMS_MGWADM.ALTER_MSGSYSTEM_LINK
.
This property specifies the character set identifier to be used. This should be the character set's integer value (for example, 819
) rather than a descriptive string. If not set, the MQSeries default character set 819
is used.
Default: 819
Alterable: yes
Dynamic: no
This property specifies the fully qualified Java classname of a class implementing the MQReceiveExit
interface. If not set, no default is used. This class must be in the CLASSPATH
of the Messaging Gateway agent.
Default: none
Alterable: yes
Dynamic: no
This property specifies the fully qualified Java classname of a class implementing the MQSendExit
interface. If not set, no default is used. This class must be in the CLASSPATH
of the Messaging Gateway agent.
Default: none
Alterable: yes
Dynamic: no
This property specifies the fully qualified Java classname of a class implementing the MQSecurityExit
interface. If not set, no default is used. This class must be in the CLASSPATH
of the Messaging Gateway agent.
Default: none
Alterable: yes
Dynamic: no
This section describes optional configuration properties supported for a registered queue of an MQSeries messaging link. These properties are specified by using the options
parameter of DBMS_MGWADM.REGISTER_FOREIGN_QUEUE
.
This property specifies the value used for the openOptions
argument of the MQSeries Base Java MQQueueManager.accessQueue
method. No value is required but if one is given, the Messaging Gateway agent adds MQOO_OUTPUT
to the specified value for an enqueue (put
) operation. MQOO_INPUT_SHARED
is added for a dequeue (get
) operation.
Default: MQOO_OUTPUT
for an enqueue/put operation; MQOO_INPUT_SHARED
for a dequeue/get operation
Alterable: no
Dynamic: no
|
Copyright © 2000, 2002 Oracle Corporation. All Rights Reserved. |
|