|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |
To receive and process requests an ossjomemsca::ClientAdapter must be deployed in the Fulfillment Provisioning application flow and configured using the ossjomemsca::Config using the Client Adapter framework.The ossjomemsca::Config includes the following parameters:
• MessageQueue is the message queue to poll for requests
• XVTEventTopic is the topic where to send notificationsIf some events are sent by the Client Adapter processing the requests, some events must be sent from the Fulfillment Provisioning application flow. In order to do that, a user should deploy ossjomemsca::ClientAdapter in the Fulfillment Provisioning application flow and configure it to use the notification PMF.This notification PMF mainly contains the ossjomemsca::NotificationProducer module which is able to send a list of events at immediately, depending on the incoming ServiceOrder content.
• After KOP to send a RequestAttributeValueChangeEvent
• After POP to send a RequestAttributeValueChangeEvent
• At the end the application flow to send a RequestStateChangeEventWhere XVTEventTopic is the topic where notifications are sent.The connection identifiers must not be changed. The destinations can however be changed to whatever meaningful value. The NotificationProducer accepts several user definable ServiceOrderData::NVSet parameters.
For example, in order to send a RequestAttributeValueChangeEvent followed by a RequestStateChangeEvent, the WorkSimulator of the delivered example does the following in CES:
This example must be run with the help of the caexample plugin:
|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |