WebSphere Message Broker, Version 8.0.0.7
Operating Systems: AIX, HP-Itanium, Linux, Solaris, Windows, z/OS
See information about the latest product version
See information about the latest product version
CORBA support
The CORBA nodes in WebSphere® Message Broker support a set of types and operations in imported IDL files.
WebSphere Message Broker supports the CORBA 2.3.1 specification and uses the Java™ 6 JRE ORB, and is therefore compatible with any CORBA vendor that is compatible with the JRE ORB.
WebSphere Message
Broker currently supports the
following CORBA types and operations.
- All primitive types, except bounded strings
- Two-way operations with in, inout, and out parameters
- User-defined exceptions
- Enums
- Modules
- Sequences (sequences must have associated typedefs; anonymous sequences are not supported)
- Structs
- Typedefs
- Comments
- The following preprocessing tokens:
- #ifndef
- #endif
- #define
- #include
You cannot import an IDL file that is not valid. During the importing process, if you select an IDL file that is not valid, you see an error message and cannot complete the wizard.
Abstract interfaces and interfaces that contain inheritance are
not supported. IDL pragma directives are not supported, but you can
include the following pragmas in your IDL file (these pragmas are
ignored):
- cpponly
- ID
- init
- localonly
- localonly abstract
- Prefix
- version