How to develop Event Service consumers and suppliers?
Answer / babuv
An event service supplier program performs the following actions:
1. Instantiates suppliers using the appropriate interface in module CosEventComm
2. Connects suppliers to the event channel
3. Sends event messages to the event channel
4. Disconnects from the event channel
An event service consumer program performs the following actions:
1. Instantiates consumers with the appropriate CosEventComm interface
2. Connects consumers to the event channel
3. Obtains event messages
4. Disconnects from the event channel
| Is This Answer Correct ? | 0 Yes | 0 No |
How you configure thread pool settings in orbix 6.3?
Explain how you can retrieve the local ip address on client side within an interceptor?
How to close the client connection to the Orbix 3 daemon
Explain how you can configure orbix logging?
Does interceptor capture ssl handshaking errors?
How to set the ORB properties?
what is recommended for clients using the JDK ORB?
Does server migration to new physical ip address also impact on orbix?
Does orbix 3 support vos (virtualization operating systems)?
Can client use the jdk orb to communicate with the Orbix domain?
Are Orbix 6 libraries thread safe?
How you can access to cobra objects in orbix?