Changes between Version 6 and Version 7 of installation_QCG_Notification
- Timestamp:
- 05/17/11 14:11:46 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
installation_QCG_Notification
v6 v7 108 108 109 109 4. 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`. 110 117 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: 118 5. 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 }}} 115 125 116 126 6. Check the output of `smoa-ntfd` and output of `smoa-ntf-consumer`. The outputs should be simillar to the following ones: