Before installing, configuring, and using the adapter, you must understand its environmental requirements:
The adapter is written to the JMS 1.0.2 standard. Support for other versions of the standard has not been verified although there are currently no known issues that would preclude this.
The adapter supports both the point-to-point (PTP) messaging and publish-and-subscribe (Pub/Sub) messaging interfaces defined by the JMS standard; these styles are also commonly referred to as queue-based and topic-based messaging, respectively. A single instance of the adapter supports only one messaging style at a time (i.e. topics and queues cannot be mixed in the configuration); however, both messaging styles can be supported by running multiple instances of the adapter in parallel with instances configured for either PTP or Pub/Sub.
The adapter is supported on the following platform:
The adapter does not use or depend upon any database. All client libraries required by the JMS provider and the JNDI provider must be included in the adapter classpath. These libraries differ by provider.