星期三 2006年04月12日
How to enable CAPS 5.1 Integration Server use Sun Java System Message Queue Server
First, I want do just as what have done as ICAN 5.0.5.
- Modify the enviroment at the eDesigner and restart the logichost(Integration).
- Restart the integration server.
But I found no use now.
Finaly, I think:
There have many difference between CAPS 5.1 and ICAN 5.0.5
The Integration Server have changed much, we must understand:
1. Now the integration server no more depend on repository server again.
2. The build application is real EAR now.
3. The integration server will never get server configuration from repository server.
4. The integration server is just a SUN application server 8 platform edition.
So I just do the following and seems work now.
- modify the domain.xml
change from: <jms-service init-timeout-in-seconds="60" type="REMOTE">
to
<jms-service init-timeout-in-seconds="60" type="LOCAL">
and now the imq will try to start when the application start up. But I found the imq can't start up because of the default configuration is "persistence to jdbc".
So just do the step 2 (imq persistence database setup: copy the pointbase jar to the imq/lib/ext folder and execute imq/bin/imqdbmgr create all)
Then we can start the integration server succfully.
And now we can just do as the manual said and all will OK.
But there will still some problem:
- the imq version is only 3.5 sp1
- the imq is only platform edition
四月 12, 2006 12:42 上午 GMT+08:00 Permalink