Changes between Version 6 and Version 7 of installation_QCG_Notification

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

--

Legend:

Unmodified
Added
Removed
Modified
  • installation_QCG_Notification

    v6 v7  
    108108 
    1091094. Using the sample client program create a following subscription in the Smoa Notification service: 
     110{{{ 
     111#!div style="font-size: 90%" 
     112{{{#!sh 
     113./smoa-ntf-client -d -u http://127.0.0.1:2211 -S "cons=http://127.0.0.1:2212 top=http://schemas.smoa-project.com/comp/2009/01/notification/topic;//*;Full 
     114}}} 
     115}}} 
     116 '''Note:''' The created subscription assign a service running on `http://127.0.0.1:2212` to be a consumer of notifications sent on topics from namespace `http://schemas.smoa-project.com/comp/2009/01/notification/topic`. 
    110117 
    111  
    112  '''Note:''' The created subscription assign a service running on `http://127.0.0.1:2212` to be a consumer of notifications sent on a given topic ``. 
    113  
    114 5. Send a sample notification on a topic `` to the Smoa Notification service: 
     1185. Send a sample notification on a sample topic from the namespace `http://schemas.smoa-project.com/comp/2009/01/notification/topic` to the Smoa Notification service: 
     119{{{ 
     120#!div style="font-size: 90%" 
     121{{{#!sh 
     122./smoa-ntf-client -d -u http://127.0.0.1:2211 -N "top=http://schemas.smoa-project.com/comp/2009/01/notification/topic;ActivityState/Queued;Full msg=<SampleNotification/>" 
     123}}} 
     124}}} 
    115125 
    1161266. Check the output of `smoa-ntfd` and output of `smoa-ntf-consumer`. The outputs should be simillar to the following ones: