Changes between Version 4 and Version 5 of installation_QCG_Notification

Show
Ignore:
Timestamp:
05/17/11 11:34:07 (13 years ago)
Author:
bartek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • installation_QCG_Notification

    v4 v5  
    6868If the service was configured with the option `--with-consumer` attached to `./configure`, the basic verification scenario may be proceeded in a following way: 
    6969 
    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: 
     701. 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: 
    7171{{{ 
    7272#!div style="font-size: 90%" 
     
    7979}}} 
    8080}}} 
    81  Similarly the part of smoa-ntf-consumer.xml may have a following form: 
     81 Similarly, the part of `smoa-ntf-consumer.xml` may have a following form: 
    8282{{{ 
    8383#!div style="font-size: 90%" 
     
    107107}}} 
    108108 
     1094. 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 
     1145. Send a sample notification to the Smoa Notification service: 
     115 
     116 
     117 
    109118= Smoa Computing (QCG BES/AR) configuration = 
    110119After 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/`.