Interstage Application Server/Interstage Web Server J2EE ユーザーズガイド |
目次 索引 |
第6部 JMS編 | > 第24章 JMSアプリケーションの開発 | > 24.2 作成方法 | > 24.2.8 CORBAアプリケーションとの連携 |
CORBAアプリケーションからノーティフィケーションサービスを介したJMSアプリケーションへの通信時には、StructuredEventのremainder_of_bodyからJMS Messageのボディへの変換のみが可能です。
Interstage JMSでサポートするCORBAアプリケーションと連携可能なStructuredEventのデータ型は、以下のようになっています。
StructuredEvent |
JMS Message |
string型 |
TextMessage |
wstring型 |
|
octet型の配列 |
BytesMessage |
octet型のsequence型 |
目次 索引 |