Changes between Version 4 and Version 5 of installation_QCG_Notification
- Timestamp:
- 05/17/11 11:34:07 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
installation_QCG_Notification
v4 v5 68 68 If the service was configured with the option `--with-consumer` attached to `./configure`, the basic verification scenario may be proceeded in a following way: 69 69 70 1. Set the `Host` and `Port` parameters in the configuration files of the Smoa Notification service and sample consumer, respectivetly in `/opt/QCG/etc/smoa-ntfd.xml` and `/opt/QCG/etc/smoa-ntf-consumer.xml`. For example, the key part of the smoa-ntfd.xmlfile may looks as foolows:70 1. Set the `Host` and `Port` parameters in the configuration files of the Smoa Notification service and sample consumer, respectivetly in `/opt/QCG/etc/smoa-ntfd.xml` and `/opt/QCG/etc/smoa-ntf-consumer.xml`. For example, the key part of the `smoa-ntfd.xml` file may looks as foolows: 71 71 {{{ 72 72 #!div style="font-size: 90%" … … 79 79 }}} 80 80 }}} 81 Similarly the part of smoa-ntf-consumer.xmlmay have a following form:81 Similarly, the part of `smoa-ntf-consumer.xml` may have a following form: 82 82 {{{ 83 83 #!div style="font-size: 90%" … … 107 107 }}} 108 108 109 4. Using the sample client program create a following subscription in the Smoa Notification service: 110 111 112 '''Note:''' The created subscription assign a service running on `http://127.0.0.1:2212` to recive certain types of notifications. 113 114 5. Send a sample notification to the Smoa Notification service: 115 116 117 109 118 = Smoa Computing (QCG BES/AR) configuration = 110 119 After finishing the Smoa Notification configuration you must edit the [[installation_QCG_BES_AR#Serviceconfiguration|Smoa Computing service configuration file]] again and update the content of the `<ServiceURL>` elements (in `<Module xsi:type="smc:notification_wsa">` section). For e.g if in the `PREFIX/etc/smoa-ntfd.xml` one can find `<Host>example.com<Host>` and `<Port>19005<Port>` the `<ServiceURL>` must be set to `http://example.com:19005/`.