Access JavaCAPS IQ JMS from non-Sun app servers

I need to send and receive messages via the JavaCAPS/SeeBeyond IQ JMS provider from a BPEL process hosted in an Oracle App Server via OC4J version 10.1.3.1. Does anyone have any hints on setting up and configuring the JavaCAPS/SeeBeyond IQ JMS provider in non-Sun application servers (preferably Oracle)? For example, what .jar files are required, any special changes to configuration files, any verification tests, etc. Thanks!

[435 byte] By [Soajournera] at [2007-11-27 8:44:58]
# 1

Hi SoaJ,

Not addressing the BPEL layer in Oracle, you can find most of the information in the eGate API Kit documentation and the logicalhost\extras folder.

The API kit allows other Java applications to exchange messages with the Sun SeeBeyond Message Server, some samples are provided.

In the logicalhost\extras folder a JCA 1.5 Resource Adapter is provided which you ought to be able to implement in the Oracle App Server. RASTCMS is the one you'll need. The same code is used internally within JCAPS, if that's verification enough.

How to get this running as a BPEL process in Oracle, i don't know, but on the java side it shouldn't be overly difficult.

Good luck

Paul

PaulPetersa at 2007-7-12 20:45:58 > top of Java-index,Java Enterprise System,Java Composite Application Platform Suite -- General Discussion...
# 2
You can see a sample of how to use the API Kit here http://camelcase.blogspot.com/2006/12/junit-testing-jms-systems-with-netbeans.h tml using JUnit to test JMS Messaging
Xtremebcna at 2007-7-12 20:45:58 > top of Java-index,Java Enterprise System,Java Composite Application Platform Suite -- General Discussion...