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

Document Information

About Communication Adapters

About Oracle Java CAPS Adapter for CICS

CICS Transaction Server

The Oracle Java CAPS Adapter for CICS

IBM CICS Transaction Gateway (CTG)

Oracle Java CAPS CICS Listener

z/OS CICS Security Considerations

Security Considerations for Oracle Java CAPS CICS Listener

Connection Logic

Request Link to Program

Request Start Transaction

Security Considerations for IBM CICS Transaction Gateway

About Oracle Java CAPS Adapter for COM/DCOM

About COM/DCOM

The Oracle Java CAPS COM/DCOM Adapter

About Oracle Java CAPS Adapter for e-Mail

How does the e-Mail Adapter connect?

Japanese e-Mail Text Support

About Oracle Java CAPS Adapter for File

Adapter Operation

Setting Properties

About Oracle Java CAPS Adapter for Batch

Batch Adapter OTDs

About Oracle Java CAPS Adapter for IMS

About Information Management System (IMS)

About the IMS Adapter

About Oracle Java CAPS Adapter for LDAP

About LDAP

Entries, Attributes, and Values

LDAP Directory Structure

Distinguished Names and Relative Distinguished Names

LDAP Service and LDAP Client

Referrals

About the LDAP Adapter

Adapter General Operation

Java Naming and Directory Interface

Third-Party License File Agreement

About Oracle Java CAPS Adapter for MSMQ

About Microsoft Message Queuing (MSMQ)

About the MSMQ Adapter

About Oracle Adapter for SNA

About SNA

Supported Logical Unit Types

SNA LU6.2

About the SNA Adapter

About Oracle Java CAPS Adapter for TCP/IP

About Oracle Java CAPS Adapter for TCP/IP HL7

TCP/IP HL7 Features

TCP/IP HL7 Adapter Components

About Oracle Java CAPS Adapter for HTTPS

About HTTP and HTTPS

About the HTTPS Adapter

HTTP Messages

Web Browser Cookies

Cookie Expiration Date Checking

GET and POST Methods

Sample HTTP Exchange in Client Mode

Sample HTTP Exchange in Server Mode

About Oracle Java CAPS Adapter for MSMQ

This topic provides conceptual information about MSMQ and its Oracle Java CAPS Adapter.

About Microsoft Message Queuing (MSMQ)

Microsoft Message Queuing, or MSMQ, is message queuing communications “middleware” that enables applications on diverse systems to communicate with each other. MSMQ allows applications to communicate through messages, and can guarantee the delivery of messages even in the event of system or network failures.

By using messages, MSMQ can provide asynchronous communication between applications running on the same computer or on separate computers connected through a network. When an application receives a message, it processes the message by reading the message content and acting accordingly. If appropriate, the receiving application can send a response message back to the sending application. MSMQ protects these transactions by safely storing the messages in queues, which prevents message loss and make messages available to an application whenever it is prepared to receive them.

Applications using MSMQ are able to send and process messages, even when the receiving application is not available. Upon connection, the receiver can accept or pick up the messages. Applications using MSMQ’s transactional delivery mode can be assured that messages are delivered exactly one time only, and that they are delivered in the order that they were sent.

About the MSMQ Adapter

The Adapter for MSMQ allows the Oracle Java Composite Application Platform Suite (Java CAPS) to exchange data with Microsoft’s MSMQ. The MSMQ Adapter transparently integrates existing systems with MSMQ.

The MSMQ Adapter enables Java CAPS to use business logic within Collaborations or Business Processes to perform data identification, manipulation, and transformation. Messages are tailored to meet the communication requirements of specific applications or protocols.