JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Configuring Project Components for Oracle Java CAPS Communication Adapters     Java CAPS Documentation
search filter icon
search icon

Document Information

Configuring Java CAPS Project Components for Communication Adapters

Configuring Java CAPS Adapter Connectivity Map Properties

Configuring the Adapter Connectivity Map Properties

To Configure the Inbound Adapter Properties

To Configure the Outbound Adapter Properties

SNA Inbound Adapter Connectivity Map Properties

Connectivity Map Inbound Adapter General Settings

Connectivity Map Inbound Adapter SNA Settings

Connectivity Map Inbound Adapter Connection Establishment

Connectivity Map Inbound Adapter Inbound Connection Management

Connectivity Map Inbound Adapter Inbound Schedules

Listener Schedule

Service Schedule

Connectivity Map Outbound Adapter General Settings

Connectivity Map Outbound Adapter SNA Settings

Connectivity Map Outbound Adapter Connection Establishment

Configuring CICS Adapter Connectivity Map Properties

CICS Connector

CICS Client

Connection Mode

e-Mail Inbound Adapter Connectivity Map Properties

Polling Setting

File Adapter Inbound Connectivity Map Properties

Parameter Settings -- File Adapter Inbound

File Adapter Outbound Connectivity Map Properties

Parameter Settings

HTTPS Adapter Connectivity Map Properties

HTTPS Adapter Connectivity Map Properties

HTTPS Server Adapter Connectivity Map Properties

IMS Adapter Connectivity Map Properties

Connector -- IMS Adapter Outbound

Connection Mode -- IMS Adapter Outbound

LDAP Adapter Connectivity Map Properties

Connector Section Properties

Connection Section Properties

Referrals Section Properties

Additional Referrals Section Notes

To Create a Credentials File Using the RCF Utility

To Add Credentials Information To the File

To View the Contents of the Credentials File

Security/SSL Section Properties

Additional Security/SSL Property Notes

SSL Connection Type

Verify Hostname

MSMQ Adapter Inbound Connectivity Map Properties

MSMQ Adapter Inbound Connectivity Map Properties

Identifying an MSMQ Queue

MSMQ Format Name and Host Name

MSMQ Adapter Outbound Connectivity Map Properties

MSMQ Adapter Outbound Connectivity Map Properties

Identifying an MSMQ Queue

TCP/IP Adapter Inbound Connectivity Map Properties

General Inbound Settings -- TCP/IP Adapter Inbound

TCPIP Inbound Settings -- TCP/IP Adapter Inbound

TCPIP Inbound Settings - Server Port Binding -- TCP/IP Adapter Inbound

TCPIP Inbound Settings - Client Connection Establishment -- TCP/IP Adapter Inbound

TCPIP Inbound Settings - Inbound Connection Management -- TCP/IP Adapter Inbound

TCPIP Inbound Schedules - Listener Schedule -- TCP/IP Adapter Inbound

TCPIP Inbound Settings - Service Schedule -- TCP/IP Adapter Inbound

TCPIP Inbound Settings - Envelope Message -- TCP/IP Adapter Inbound

Java CAPS 5.1.x to 6 Upgrade Procedure

TCP/IP Adapter Outbound Connectivity Map Properties

General Outbound Settings -- TCP/IP Adapter Outbound

TCPIP Outbound Settings -- TCP/IP Adapter Outbound

TCPIP Outbound Settings - Connection Establishment -- TCP/IP Adapter Outbound

TCPIP Outbound Settings - Server Port Binding

TCPIP Outbound Settings - Envelope Message

MSMQ Adapter Inbound Connectivity Map Properties

Inbound MSMQ Adapter configuration information is organized into the following topics:

MSMQ Adapter Inbound Connectivity Map Properties

When use one of these properties, for example Format Name, to identify a queue, recommend that you leave the value for the other two properties blank (in this case, you would leave the MSMQ Queue Alias and MSMQ Queue Name properties blank). This ensures that only the queue identification method you specify is used.

The MSMQ Configuration section of the inbound MSMQ Connectivity Map properties contains the top-level parameters displayed in the following table.

Table 25 Connectivity Map - Inbound - MSMQ Configuration

Name
Description
Required Value
MSMQ Queue Alias
Specifies the queue alias. A queue alias associates an ADs path and a user-defined string (alias) with a public, private, or direct single-element format name.

To send or receive messages using a queue alias, MSMQ and the Active Directory service must be installed on the same computer as the Application Server.

The queue alias.

See Identifying an MSMQ Queue for more information.

MSMQ Format Name
Specifies the format name of the queue. The format name is a string that uniquely identifies a queue by providing some connection details and the queue’s path. Different types of format names can be used to specify the way messages are routed, the type of destination, and the type of operation for which the queue is being opened.

Configure your MQ security attributes to accept TCP and HTTP protocol.

  • For public queues use the following:

    DIRECT=TCP:

    IPAddress\QueueName

    DIRECT=OS:

    ComputerName\QueueName

    DIRECT=HTTP:

    //Host/msmq/QueueName

  • For private queues use the following:

    DIRECT=TCP:

    IPAddress\private$\QueueName

    DIRECT=OS:ComputerName\

    private$\QueueName

    Configure your MQ security attributes to accept TCP and HTTP protocol.

    For examples of both public and private MSMQ Format Names, see Pre Transfer (BatchFTP Connectivity Map) in Oracle Java CAPS Adapter for Batch User’s Guide.


    Note - If the ComputerName or Host name contains more than 15 characters, MSMQ truncates the name. In this case, you must use the truncated ComputerName. Refer to the queue Properties, General tab to see the specific ComputerName for your system.


    See Identifying an MSMQ Queue for more information.

The public or private format name .
MSMQ Queue Name
Specifies the Microsoft Message Queue Name.
The string name that identifies the queue. This is associated with the host name, so the value is entered as queuename, where queuename is the queue name.

See Identifying an MSMQ Queue for more information.

MSMQ Share Mode
Specifies the MSMQ share mode (DENY_NONE or DENY_RECEIVE_SHARE).
Select DENY_NONE or DENY_RECEIVE_SHARE.

DENY_NONE is the configured default.

MSMQ Access Mode
Specifies the MSMQ Access Mode.

Only RECEIVE_ACCESS is supported for inbound mode.

RECEIVE_ACCESS
MSMQ Receive Interval
Specifies the polling interval or frequency at which the adapter checks the queue for incoming messages (in milliseconds).
A number indicating the polling interval in milliseconds.

The configured default is 5000 (5 seconds).

MSMQ Receive Action Code
Specifies the MSMQ Receive Action code.

Only ACTION_RECEIVE is supported for inbound mode.

ACTION_RECEIVE
MSMQ Transaction Type
Specifies the Microsoft Message Transaction Type.
The string name that identifies the queue. This is associated with the host name, so the value is entered as queuename, where queuename is the queue name.

Identifying an MSMQ Queue

The MSMQ Adapter identifies an MSMQ Queue using the first available value of these three properties, in the following order:

  1. MSMQ Queue Alias

  2. MSMQ Format Name

  3. MSMQ Queue Name

MSMQ Format Name and Host Name

The format name is a string that uniquely identifies a queue using connection details and the queue’s path. Different types of format names can be used to specify how messages are routed, the type of destination, and the type of operation for which the queue is being opened.

The public or private format name property value is entered in the following manner:

For public queues use the following: