|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |
1. Publish a NotificationConsumer port.
2. Subscribe for a desired topic to a NotificationProducer port (server side). The response contains data required for later reference to the subscription (subscriptionID).
3. Send requests to a JVTOrderManagementSession port (server side). Events are potentially published on the application specific topic.
4. Unsubscribe to a SubscriptionManager port (server side) using the subscription reference that it was given initially.On its side the server receives requests, fulfilling them and sending events on the application topic, events that are dispatched to the concerned NotificationConsumers. The format of the SOAP message payloads is exactly the same as the JMS Profile except that events are embedded into a Notify operation.Example 2. Deployment Example
|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |