Changes between Version 8 and Version 9 of installation_QCG_Notification

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

--

Legend:

Unmodified
Added
Removed
Modified
  • installation_QCG_Notification

    v8 v9  
    117117}}} 
    118118}}} 
    119  '''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`. 
     119 '''Note:''' The created subscription has a number `810917963` and assigns a service running on `http://127.0.0.1:2212` to be a consumer of notifications sent on topics from a namespace `http://schemas.smoa-project.com/comp/2009/01/notification/topic`. 
    120120 
    1211215. 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: 
     
    124124{{{#!sh 
    125125$ ./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/>" 
     126... 
     127INF May 17 14:19:32 1134       0xa0262720 [ntf-client-gsoa] Notification sent successfully 
     128... 
    126129}}} 
    127130}}} 
    128131 
    129 6. Check the output of `smoa-ntfd` and output of `smoa-ntf-consumer`. The outputs should be simillar to the following ones: 
     1326. Check the output of `smoa-ntfd` and output of `smoa-ntf-consumer`. The outputs, in order, should be simillar to the following ones: 
     133{{{ 
     134#!div style="font-size: 90%" 
     135{{{#!default 
     136... 
     137INF May 17 14:19:32 1113       0xb0185000 [......ecm_gsoap] Serving Notify routine 
     138INF May 17 14:19:32 1113       0xb0185000 [...............] Sending message to: 'http://localhost:2233' 
     139INF May 17 14:19:32 1113       0xb0185000 [...............] Notification forwarded to '1' consumers 
     140INF May 17 14:19:32 1113       0xb0185000 [...............] Forwarded Notification on topic: 'http://schemas.smoa-project.com/comp/2009/01/notification/topic/ActivityState/Queued' 
     141... 
     142}}} 
     143}}} 
    130144 
    131  
     145{{{ 
     146#!div style="font-size: 90%" 
     147{{{#!default 
     148INF May 17 14:19:32 1120       0xb0491000 [ntf-consumer-gs] Receive notify message: 
     149INF May 17 14:19:32 1120       0xb0491000 [ntf-consumer-gs] From:  127.0.0.1 
     150INF May 17 14:19:32 1120       0xb0491000 [ntf-consumer-gs] Topic: <wsnt:Topic xmlns:tns="http://schemas.smoa-project.com/comp/2009/01/notification/topic" xmlns:wsnt="http://docs.oasis-open.org/wsn/b-2" Dialect="http://docs.oasis-open.org/wsn/t-1/TopicExpression/Full">tns:ActivityState/Queued</wsnt:Topic> 
     151... 
     152}}} 
     153}}} 
    132154 
    133155= Smoa Computing (QCG BES/AR) configuration =