Changes between Version 8 and Version 9 of installation_QCG_Notification
- Timestamp:
- 05/17/11 14:26:51 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
installation_QCG_Notification
v8 v9 117 117 }}} 118 118 }}} 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 fromnamespace `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`. 120 120 121 121 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: … … 124 124 {{{#!sh 125 125 $ ./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 ... 127 INF May 17 14:19:32 1134 0xa0262720 [ntf-client-gsoa] Notification sent successfully 128 ... 126 129 }}} 127 130 }}} 128 131 129 6. Check the output of `smoa-ntfd` and output of `smoa-ntf-consumer`. The outputs should be simillar to the following ones: 132 6. 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 ... 137 INF May 17 14:19:32 1113 0xb0185000 [......ecm_gsoap] Serving Notify routine 138 INF May 17 14:19:32 1113 0xb0185000 [...............] Sending message to: 'http://localhost:2233' 139 INF May 17 14:19:32 1113 0xb0185000 [...............] Notification forwarded to '1' consumers 140 INF 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 }}} 130 144 131 145 {{{ 146 #!div style="font-size: 90%" 147 {{{#!default 148 INF May 17 14:19:32 1120 0xb0491000 [ntf-consumer-gs] Receive notify message: 149 INF May 17 14:19:32 1120 0xb0491000 [ntf-consumer-gs] From: 127.0.0.1 150 INF 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 }}} 132 154 133 155 = Smoa Computing (QCG BES/AR) configuration =